aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodelist.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Stop implementing Copy for JS<T>.Eli Friedman2015-10-151-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Auto merge of #7407 - nox:childnodes-replace, r=jdmbors-servo2015-08-301-1/+4
|\
| * Optimise most basic case of .replaceChild() when updating childNodesAnthony Ramine2015-08-271-1/+4
* | Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* | Remove helper traitsAnthony Ramine2015-08-271-6/+3
|/
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-2/+4
* Optimise Node.childNodesAnthony Ramine2015-08-091-14/+202
* Add spec linksBogdan Cuza2015-07-281-0/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-13/+13
* Remove use of RootedVec in NodeListAnthony Ramine2015-05-261-3/+4
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Pass a RootedVec to NodeList::new_simple_list()Anthony Ramine2015-04-131-2/+3
* Rewrite NodeChildrenIterator to return Temporary.Ms2ger2015-04-021-1/+0
* Add links to spec for script::dom structs/methodsCorey Farwell2015-03-281-0/+3
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-2/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-3/+3
* Ensure that Reflectors are the first fieldManish Goregaokar2014-12-271-2/+2
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+6
* 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-0/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-2/+2
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+2
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-6/+6
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-2/+0
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+4
* Cargoify servoJack Moffitt2014-09-081-0/+82