aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-6/+6
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-23/+23
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Auto merge of #17381 - cbrewster:custom_element_creation, r=jdmbors-servo2017-06-231-1/+1
|\
| * Allow element prefix to be setConnor Brewster2017-06-231-1/+1
* | Replace iterator struct with anonymous return iterator types.Corey Farwell2017-06-231-30/+6
|/
* Classes/IDs case-sensitivity: get quirks mode from matching context.Simon Sapin2017-06-131-7/+3
* ID and class selectors are ASCII case-insensitive in quirks mode.Simon Sapin2017-06-121-2/+9
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-2/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* 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