aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Make Element::prefix return an Option<&DOMString>Anthony Ramine2016-12-011-4/+4
* fix getElementsByTagName()Maciej Skrzypkowski2016-11-041-24/+36
* Auto merge of #14027 - frewsxcv:htmlcollection-iter-refactor, r=emiliobors-servo2016-11-031-10/+12
|\
| * Remove unnecessary `Box` around `HTMLCollectionElementsIter::node_iter`.Corey Farwell2016-11-021-10/+12
* | Update to string-cache 0.3Simon Sapin2016-11-031-14/+15
|/
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* implement HTMLOptionsCollection and add related items to HTMLSelectElementAlexandrov Sergey2016-09-261-0/+3
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-8/+4
* Add DeleteRow methodGuillaume Gomez2016-07-271-1/+1
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-2/+2
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-2/+2
* Remove HTMLCollectionElementsRevIterKeith Yeung2016-03-191-25/+6
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-3/+3
* Inline functions HTMLCollection::get_length and get_itemSaurav Sachidanand2016-02-241-48/+40
* Fix HTMLCollection::NamedItemAnthony Ramine2016-02-231-2/+2
* Implement HTMLFormElement::ElementsCorey Farwell2016-01-101-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+4
* 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