aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+6
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-40/+88
* Use specific negative assertion for DOM HTMLCollectionCYBAI2018-01-261-1/+1
* script: Remove HTMLAppletElement.Emilio Cobos Álvarez2017-11-061-0/+13
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-7/+7
* 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