aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFormControlsCollection.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-10/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-0/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Partial fix for 12415Scott Trinh2016-10-171-1/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Update the WebIDL parserAnthony Ramine2016-05-181-1/+0
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Support [LegacyUnenumerableNamedProperties]Anthony Ramine2016-02-231-0/+1
|
* Implement NamedItem and NamedGetter on HTMLFormControlsCollectionKeith Yeung2016-01-281-1/+1
|
* Implement RadioNodeListKeith Yeung2016-01-241-6/+0
|
* Implement HTMLFormElement::ElementsCorey Farwell2016-01-101-0/+16
Fixes #8566