aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Add spec linksBogdan Cuza2015-07-281-0/+2
* Auto merge of #6529 - dwins:master, r=Manishearthbors-servo2015-07-011-6/+6
|\
| * Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-6/+6
* | Remove string_cache dependency from util.Matt Brubeck2015-07-011-3/+2
|/
* Upgrade to SM 39Michael Wu2015-06-191-38/+34
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+4
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+0
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-3/+3
* Use a simple Temporary value in TreeIteratorAnthony Ramine2015-04-131-12/+12
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-7/+7
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-2/+3
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+5
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-9/+9
* 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-7/+7
* Skip the root node in live HTMLCollections.Ms2ger2014-12-131-16/+8
* Factor out part of the traversal routine in HTMLCollection.Ms2ger2014-12-131-24/+19
* Follow-up to work done in #4304.Tomasz Kołodziejski2014-12-121-1/+4
* Don't include the root element when calling Element#getElementsByTagNameNS.Tomasz Kołodziejski2014-12-121-1/+4
* Don't include the root element when calling Element#getElementsByTagNameEmanuel Rylke2014-12-091-1/+4
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Stop including the element during Element.getElementsByClassName.Achal Shah2014-11-181-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-7/+9
* Privatize ElementTim Taubert2014-10-131-5/+5
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-5/+5
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-3/+3
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-6/+10
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Merge pull request #3468 from Manishearth/jstraceableManish Goregaokar2014-09-241-10/+9
|\
| * Address review commentsManish Goregaokar2014-09-241-5/+5
| * Use JSTraceable everywhereManish Goregaokar2014-09-241-15/+14
* | Handle null strings in Namespace::new.Ms2ger2014-09-231-8/+2
|/
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-3/+3
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-5/+5
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-23/+23
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-9/+7
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-7/+9
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+257