aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-5/+5
* Caching HTMCollections.Alan Jeffrey2015-11-061-65/+187
* 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
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+2
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Don't allow unrooted values in function arguments.Eli Friedman2015-10-231-0/+2
* Clean up the cast callsAnthony Ramine2015-10-211-3/+3
* Introduce trait CastableAnthony Ramine2015-10-211-3/+3
* Implement deleteRow and insertRow for <table> elementCorey Farwell2015-10-111-2/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-3/+6
|\
| * Replace many uses of to_ascii_lowercase() by make_ascii_lowercase()Anthony Ramine2015-08-301-3/+6
* | Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-1/+1
|/
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-2/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Cleanup Element iteration in dom/htmlcollection.rsCorey Farwell2015-08-201-31/+35
* Work around uses of #[allow(unrooted_must_root)]Corey Farwell2015-08-201-10/+7
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-1/+26
* turn enum into structvectorijk2015-08-161-33/+25
* remove unused static collectionvectorijk2015-08-161-10/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-5/+7
* 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