aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+2
* Fix rustdoc problems (#33458)Oriol Brufau2024-09-141-2/+2
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-3/+3
* remove usage of legacy numeric operations in script (#33095)Simon Wülker2024-08-161-6/+4
* clippy: Fix `comparison_*` warnings (#32058)eri2024-04-121-24/+29
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Fix checking for empty set for getElementsByClassNamecybai2023-04-211-0/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-12/+16
* 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