aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Don't create a temporary vector on the heap when insertingPatrick Walton2014-10-281-29/+39
* script: Don't dirty nodes that are already dirty.Patrick Walton2014-10-281-0/+4
* script: Use `String::new()` instead of the formatting infrastructurePatrick Walton2014-10-281-1/+1
* Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671Ray Clanan2014-10-231-1/+1
* Implement Document.readyState. Prevent iframes from notifying the compositor ...Josh Matthews2014-10-231-2/+2
* Make DOM getters that return &JS<T> return Temporary<T> instead #3707Edit Balint2014-10-221-1/+1
* Use DOMRefCell for Node.Tetsuharu OHZEKI2014-10-221-2/+3
* more efficient preorder DOM traversalsClark Gaebel2014-10-211-54/+48
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-5/+17
* auto merge of #3684 : Manishearth/servo/dom_struct, r=jdmbors-servo2014-10-151-3/+1
|\
| * Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* | Removes Node.unsafe_get_flags().Tetsuharu OHZEKI2014-10-161-8/+3
|/
* auto merge of #3640 : cgaebel/servo/incremental-flow-construction, r=pcwaltonbors-servo2014-10-141-17/+51
|\
| * try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-17/+51
* | script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-4/+8
|/
* Privatize ElementTim Taubert2014-10-131-10/+10
* Privatize NodeTim Taubert2014-10-131-2/+18
* Privatize DocumentTim Taubert2014-10-131-8/+8
* Privatize ProcessingInstructionTim Taubert2014-10-131-4/+4
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize DocumentTypeTim Taubert2014-10-131-7/+7
* Privatize CommentTim Taubert2014-10-131-1/+1
* Privatize AttrTim Taubert2014-10-131-3/+3
* Privatize InheritTypesTim Taubert2014-10-131-7/+12
* Incremental Style RecalcClark Gaebel2014-10-091-33/+142
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-48/+39
* Support [*|attr], attribute selectors in any namespace (fixes #1558)Tim Taubert2014-10-081-4/+6
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-1/+1
* Remove Traceable/Untraceable from node.rsManish Goregaokar2014-10-051-20/+22
* Remove Untraceable/Traceable from document.rsManish Goregaokar2014-10-051-1/+1
* Remove Traceable from characterdata.rsManish Goregaokar2014-10-051-6/+6
* auto merge of #3531 : Ms2ger/servo/MutNullableJS, r=Ms2gerbors-servo2014-10-011-41/+42
|\
| * Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-41/+42
* | Remove an extra lifetime parameter on NodeHelpersCameron Zwarich2014-10-011-25/+25
|/
* Convert the NodeHelpers trait to use self methodsCameron Zwarich2014-09-301-94/+94
* Convert TNode / TElement to use self methods rather than &selfCameron Zwarich2014-09-301-17/+17
* Disambiguate methods without using trait objectsCameron Zwarich2014-09-301-6/+42
* Remove a prefix from a method name by manually resolving methodsCameron Zwarich2014-09-301-1/+1
* Convert a method from &JSRef to JSRefCameron Zwarich2014-09-301-2/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-6/+7
* Add an extra lifetime parameter to TElement / TNodeCameron Zwarich2014-09-271-1/+1
* Merge pull request #3496 from zwarich/disabled-state-helpers-jsrefbors-servo2014-09-261-8/+8
|\
| * Convert &JSRef -> JSRef in DisabledStateHelpersCameron Zwarich2014-09-261-8/+8
* | Convert &JSRef -> JSRef for the PrivateNodeHelpers traitCameron Zwarich2014-09-261-14/+14
|/
* Address review commentsManish Goregaokar2014-09-241-2/+0
* Use JSTraceable everywhereManish Goregaokar2014-09-241-10/+5
* Eliminate warningsKeegan McAllister2014-09-201-4/+4
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-2/+2
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-50/+50
* Move is_void() Element method together with the other struct methods,Adenilson Cavalcanti2014-09-201-1/+1