aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CustomEvent.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-33/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update CustomEvent webidl interface (#33481)Simon Wülker2024-09-171-3/+10
| | | | | | | | | | The [idl interface](https://dom.spec.whatwg.org/#interface-customevent) and servo's implementation had diverged. * Extra arguments to initCustomEvent are optional (fixes `dom/events/CustomEvent.html`) * The CustomEvent constructor is infallible * "[Exposed=*]" (and the same for the "Event" interface since it's CustomEvent's parent.) Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-1/+1
| | | | Fixes #27660
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-2/+2
|
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-2/+2
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-2/+2
|
* 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' ```
* Cargoify servoJack Moffitt2014-09-081-0/+27