aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlcollection.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-291-10/+19
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-7/+5
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+15
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+3
* script: Expose a constructor on `HTMLCollection` that takes a static function...Martin Robinson2024-12-181-13/+34
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Cleanup malloc_size_of for NodeIterator and HTMLCollection (#34118)Wulan Seruniati Salim2024-11-031-1/+1
* 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