aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Generate PartialEq automaticallyGuillaume Gomez2016-01-031-6/+0
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-8/+7
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-83/+28
* Auto merge of #8506 - nox:finish-ranges, r=dzbarskybors-servo2015-12-261-81/+142
|\
| * Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-30/+103
| * Introduce CharacterData::clone_with_data()Anthony Ramine2015-12-131-15/+2
| * Introduce UnbindContextAnthony Ramine2015-12-131-2/+12
| * Fix Node::ReplaceChildAnthony Ramine2015-12-131-38/+29
* | Auto merge of #9026 - Manishearth:attack-of-the-clones, r=Ms2gerbors-servo2015-12-201-1/+1
|\ \
| * | Remove clone in collect_text_contentsManish Goregaokar2015-12-191-1/+1
| |/
* / Fix Node::replace_withAnthony Ramine2015-12-141-12/+18
|/
* now using external ref_slice instead of the std versionJason Williams2015-12-031-1/+1
* Auto merge of #8701 - nerith:attribute, r=jdmbors-servo2015-11-281-2/+0
|\
| * Remove `#[allow(raw_pointer_derive)]` attributesBrandon Fairchild2015-11-271-2/+0
* | Add XMLDocument objectGuillaume Gomez2015-11-271-16/+16
|/
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-12/+12
* Remove two unused imports from components/script/dom/node.rsNick Fitzgerald2015-11-211-2/+2
* Remove 'Node::is_anchor_element'Rizky Luthfianto2015-11-211-5/+0
* reduce node.unique_id sizeAleksandr Likhanov2015-11-191-6/+6
* Make Node::is_parent_of more idiomaticBrandon Fairchild2015-11-171-4/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+7
* Replaced DOMString by String in devtools.Alan Jeffrey2015-11-121-7/+7
* Auto merge of #8479 - frewsxcv:domstring-default, r=Ms2gerbors-servo2015-11-131-3/+3
|\
| * Implement Default trait for DOMStringCorey Farwell2015-11-111-3/+3
* | Remove unnecessary 'node changed' notificationCorey Farwell2015-11-111-4/+0
|/
* Auto merge of #8466 - frewsxcv:node-value, r=noxbors-servo2015-11-111-14/+3
|\
| * Simplify script::dom::node NodeValue implementationsCorey Farwell2015-11-111-14/+3
* | Clean up the conversion routinesAnthony Ramine2015-11-111-1/+1
|/
* Implement attribute restyle hints.Bobby Holley2015-11-101-7/+10
* Added versioning to DOM nodes.Alan Jeffrey2015-11-061-0/+23
* Auto merge of #8315 - asajeffrey:remove_child_dirty_parent, r=pcwaltonbors-servo2015-11-071-2/+2
|\
| * Dirty parent when removng a child node.Alan Jeffrey2015-11-041-2/+2
* | Cleanup some unneeded let bindingsDavid Zbarsky2015-11-061-3/+1
|/
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+7
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-6/+6
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-49/+49
* merge from masterrohan.prinja2015-11-031-14/+10
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-12/+8
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-2/+2
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-4/+3
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-2/+2
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-10/+10
* Remove HAS_DIRTY_SIBLINGS.Bobby Holley2015-10-211-32/+5
* Clean up the cast callsAnthony Ramine2015-10-211-60/+37
* Introduce trait CastableAnthony Ramine2015-10-211-93/+86
* Removed unsafe from 'query_selector_iter'Leo Lahti2015-10-201-5/+3
* Auto merge of #8060 - nox:deref-js, r=Ms2gerbors-servo2015-10-191-4/+4
|\
| * Return a reference in Document::window()Anthony Ramine2015-10-191-4/+4