aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodeiterator.rs
Commit message (Expand)AuthorAgeFilesLines
* Update concept of node filter algorithmCYBAI2017-10-191-5/+21
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-8/+8
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Untry scriptSimon Sapin2017-06-181-4/+4
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-3/+0
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-8/+8
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Do not root NodeIterator::root_nodeAnthony Ramine2015-10-191-2/+2
* Return a reference in Document::window()Anthony Ramine2015-10-191-2/+1
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-8/+8
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-9/+9
* Remove dead code that surfaced when moved outside helper traitAnthony Ramine2015-08-271-4/+0
* Remove helper traitsAnthony Ramine2015-08-271-9/+5
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, Vi...Manish Goregaokar2015-08-181-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+3
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-40/+38
* Update NodeIterator code to apply review comments.Jinwoo Song2015-05-281-186/+104
* Implement nextNode(), previousNode() and detach() in NodeIteratorJinwoo Song2015-05-271-8/+193
* Implement Document.createNodeIterator and rebase patchJinwoo Song2015-05-271-7/+5
* Implement more NodeIterator attribute and methodsJinwoo Song2015-05-271-0/+43
* Implement NodeIterator's attributesJinwoo Song2015-05-271-6/+64
* Don't define empty FooMethods traits.Ms2ger2015-03-131-6/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-1/+2
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+35