aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodelist.rs
Commit message (Expand)AuthorAgeFilesLines
* 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