aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Dirty elements whose selectors are affected by sibling changesMatt Brubeck2016-02-231-0/+48
* Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-1/+2
|\
| * Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-1/+2
* | Auto merge of #9526 - schuster:node-remove, r=noxbors-servo2016-02-191-3/+6
|\ \
| * | Move comment about removing stepsJonathan Schuster2016-02-131-2/+1
| * | Update node::remove comments to reflect standardJonathan Schuster2016-02-131-3/+7
* | | fix Node-isEqualNode.html test failurePrabhjyot Singh Sodhi2016-02-161-1/+1
|/ /
* / Bump heapsize to 0.3Anthony Ramine2016-02-131-1/+1
|/
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* Abstract out Node::unique_id in its own structureAnthony Ramine2016-02-041-9/+42
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-2/+3
* Sequentialize assign_block_size for flows that can be fragmented.Simon Sapin2016-01-281-1/+1
* Disable incremental reflow for multicol and their descendants.Simon Sapin2016-01-271-0/+3
* task -> threadrohan.prinja2016-01-101-5/+5
* 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