aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/EventTarget.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-071-1/+0
| | | This reverts commit 7fce850cffb72a6fbcf763a40164a9b35b7fa833.
* script: implement AbortController (#31361)Smitty2024-05-041-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 undefinedKagami Sascha Rosylight2022-01-051-2/+2
| | | | Fixes #27660
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Change bindings generation to make Exposed annotation aware of ↵sreeise2019-07-141-1/+1
| | | | members/partial interfaces
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-2/+2
|
* Implement AddEventListenerOptions: onceBastien Orivel2018-12-221-1/+1
| | | | Fixes #13242
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Implement EventTarget constructorMaxim Novikov2017-11-191-1/+1
| | | | Resolves #19283
* Implement EventListenerOptions for EventTargetGuillaume Gomez2017-09-301-6/+21
| | | | For now, only "capture" is supported.
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-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 WebIDLsCorey Farwell2015-07-261-3/+3
|
* Remove the last few TRs.Michael Howell2015-07-221-5/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+22