Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Move code generation and webidl files to new script_bindings crate. ↵ | Josh Matthews | 2025-01-24 | 1 | -30/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -2/+2 |
| | | | | Fixes #27660 | ||||
* | Implement DOMTokenList.supports API | Vincent Ricard | 2020-10-05 | 1 | -0/+2 |
| | |||||
* | Return a boolean from DOMTokenList::replace to match the spec | Bastien Orivel | 2019-12-07 | 1 | -1/+1 |
| | | | | Fixes #25129 | ||||
* | Support stringifier attributes | Kagami Sascha Rosylight | 2019-10-29 | 1 | -2/+1 |
| | |||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -0/+1 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -5/+5 |
| | |||||
* | Partial fix for #12415: DOM interfaces | Scott Trinh | 2016-10-23 | 1 | -1/+0 |
| | |||||
* | Make DOMTokenList Iterable | Tiziana Sellitto | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Make DOMTokenList.contains not throw anymore | Guillaume Gomez | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Implement and test DOMTokenList.replace (fixes #8511) | Sankha Narayan Guria | 2016-03-24 | 1 | -0/+2 |
| | |||||
* | Implement value for DOMTokenList | Dominik Menzi | 2016-02-29 | 1 | -0/+3 |
| | |||||
* | Annotate many DOM attribute and methods with [Constant] and [Pure] | Anthony Ramine | 2015-09-19 | 1 | -1/+3 |
| | |||||
* | Implement trivial stringifiers | Anthony Ramine | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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.toggle | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -1/+2 |
| | |||||
* | Implement DOMTokenList.remove | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -1/+2 |
| | |||||
* | Implement DOMTokenList.add | Bruno de Oliveira Abinader | 2014-12-26 | 1 | -1/+2 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+18 |