aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #11872 - eddyb:back-to-roots, r=Ms2gerbors-servo2016-07-041-5/+4
|\
| * Use a stack guard and a macro for RootedVec instead of return_address.Eduard Burtescu2016-07-041-5/+4
* | Skip the root node in querySelectorAllAnthony Ramine2016-07-041-1/+4
|/
* Avoid an unnecessary panic when the script task deals with a GC after the lay...Josh Matthews2016-06-221-1/+3
* Move the remainder of layout_interface into script_layout_interface.Ms2ger2016-06-201-1/+1
* Move TrustedNodeAddress to script_layout_interface.Ms2ger2016-06-201-12/+1
* Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanag...Ms2ger2016-06-201-0/+9
* Move HTMLCanvasData to script_layout_interface.Ms2ger2016-06-201-2/+2
* Introduce LayoutNodeType and LayoutElementType enums.Ms2ger2016-06-201-2/+56
* Move OpaqueStyleAndLayoutData to script_layout_interface.Ms2ger2016-06-201-13/+1
* Make OpaqueStyleAndLayoutData::dispose a method on Node.Ms2ger2016-06-201-10/+8
* script: When using WebRender, keep the DOM-side scroll positions forPatrick Walton2016-06-101-1/+5
* Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)Anthony Ramine2016-06-081-3/+3
* Move the definition of ServoThreadSafeLayoutNode::iframe_pipeline_id to script.Ms2ger2016-06-071-0/+9
* Move the definition of ServoThreadSafeLayoutNode::canvas_data to script.Ms2ger2016-06-071-0/+7
* Move the definition of ServoThreadSafeLayoutNode::image_url to script.Ms2ger2016-06-071-0/+12
* Move the definition of ServoThreadSafeLayoutNode::selection to script.Ms2ger2016-06-071-0/+15
* Remove JS::from_rootedAnthony Ramine2016-05-311-3/+3
* use USVStrings instead of DOMString for urls in Node and DocumentThiago Pontes2016-05-281-4/+5
* Auto merge of #11472 - jdm:wip, r=mbrubeckbors-servo2016-05-271-2/+0
|\
| * Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* | Remove the LayoutChan type.Ms2ger2016-05-271-3/+2
|/
* 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