aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-2/+0
* Make Node::BaseURI use the document's base URLmrmiywj2016-05-141-1/+1
* Move some code from ServoThreadSafeLayoutNode::text_content into script.Ms2ger2016-05-091-1/+22
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* Reduce channel cloning.Ms2ger2016-04-291-1/+1
* Implements Node::isSameNodeArnaud Marant2016-04-231-0/+8
* Implement Node::rootNodeLéo Stefanesco2016-04-221-0/+5
* Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-191-0/+6
* Extract out 'is the html body element' CSSOM concept.Corey Farwell2016-04-111-6/+2
* Simplify PrecedingNodeIterator::next().Ms2ger2016-04-111-25/+11
* Update uuid.Ms2ger2016-04-071-1/+1
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-15/+15
* Store the encoding in the Document rather than its name.Ms2ger2016-03-181-1/+1
* Add scrollWidth/Height to element interfaceDaniel Robertson2016-03-111-0/+41
* Refactor mouseover code to be more performantEmilio Cobos Álvarez2016-03-021-1/+5
* script: Fix remaining bugs from Range.deleteContentsEmilio Cobos Álvarez2016-02-281-9/+25
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-1/+0
* 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