Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "script: implement AbortController (#31361)" (#32243) | Samson | 2024-05-07 | 1 | -1/+0 |
| | | | This reverts commit 7fce850cffb72a6fbcf763a40164a9b35b7fa833. | ||||
* | script: implement AbortController (#31361) | Smitty | 2024-05-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * Implement AbortController Signed-off-by: syvb <me@iter.ca> * Update WPT tests Signed-off-by: syvb <me@iter.ca> * Address review comments * Fix duplicate import generation * Update WPT test expectations * Change expectation to FAIL for flaky test --------- Signed-off-by: syvb <me@iter.ca> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -2/+2 |
| | | | | Fixes #27660 | ||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -1/+2 |
| | |||||
* | Change bindings generation to make Exposed annotation aware of ↵ | sreeise | 2019-07-14 | 1 | -1/+1 |
| | | | | members/partial interfaces | ||||
* | Require default dictionary value for optional dicts | Kagami Sascha Rosylight | 2019-07-12 | 1 | -2/+2 |
| | |||||
* | Implement AddEventListenerOptions: once | Bastien Orivel | 2018-12-22 | 1 | -1/+1 |
| | | | | Fixes #13242 | ||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Implement EventTarget constructor | Maxim Novikov | 2017-11-19 | 1 | -1/+1 |
| | | | | Resolves #19283 | ||||
* | Implement EventListenerOptions for EventTarget | Guillaume Gomez | 2017-09-30 | 1 | -6/+21 |
| | | | | For now, only "capture" is supported. | ||||
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -0/+1 |
| | | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums. | ||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Remove the last few TRs. | Michael Howell | 2015-07-22 | 1 | -5/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+22 |