aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/radionodelist.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+4
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+8
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+3
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-121-1/+1
* 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-2/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-4/+5
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* RadioNodeList now reflects changes to the parent, but has room for performanc...Patrick Shaughnessy2020-01-101-11/+26
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-13/+21
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-9/+16
* Expand InputType to cover all possible typesJon Leighton2017-12-061-11/+10
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-4/+0
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-2/+2
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement NamedItem and NamedGetter on HTMLFormControlsCollectionKeith Yeung2016-01-281-84/+43
* Implement RadioNodeListKeith Yeung2016-01-241-0/+152