aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMTokenList.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-30/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-2/+2
| | | | Fixes #27660
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-0/+2
|
* Return a boolean from DOMTokenList::replace to match the specBastien Orivel2019-12-071-1/+1
| | | | Fixes #25129
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-2/+1
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-0/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Add CEReactions where neededConnor Brewster2017-07-181-5/+5
|
* Partial fix for #12415: DOM interfacesScott Trinh2016-10-231-1/+0
|
* Make DOMTokenList IterableTiziana Sellitto2016-09-151-0/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Make DOMTokenList.contains not throw anymoreGuillaume Gomez2016-06-041-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement and test DOMTokenList.replace (fixes #8511)Sankha Narayan Guria2016-03-241-0/+2
|
* Implement value for DOMTokenListDominik Menzi2016-02-291-0/+3
|
* Annotate many DOM attribute and methods with [Constant] and [Pure]Anthony Ramine2015-09-191-1/+3
|
* Implement trivial stringifiersAnthony Ramine2015-04-291-1/+1
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Implement DOMTokenList.toggleBruno de Oliveira Abinader2014-12-261-1/+2
|
* Implement DOMTokenList.removeBruno de Oliveira Abinader2014-12-261-1/+2
|
* Implement DOMTokenList.addBruno de Oliveira Abinader2014-12-261-1/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+18