servo/components/script/dom/webidls
bors-servo e0f87cbba2
Auto merge of #29396 - delan:window-getter, r=jdm
HTML #named-access-on-the-window-object

This patch implements [named access on the window object](https://html.spec.whatwg.org/#named-access-on-the-window-object) based on @pylbrecht’s and @yvt’s previous work (see also #27952, #25562, #21869, #19904).

That work makes 130 tests pass, and I’ve made some additional changes to make [the test for the feature itself](https://wpt.live/webidl/ecmascript-binding/window-named-properties-object.html) pass too, but I haven’t worked with mozjs before, so I have no idea if I’ve gone about my changes the Right Way.

In particular, this patch:

* [x] applies @pylbrecht’s patch (#27952)
* [x] resolves conflicts related to #29079 and #28546 (5ae0ca48f8a74e4bae04f8bc9e50252a05e4c1e1)
* [x] applies @yvt’s patch to the segfault in getPrototypeIfOrdinary (1e24ffdec6e91784b76a8f02bda26e8de0420c94)
* [x] reverts the change introducing Untransplantable (76dc35a2b4ddd39f588b6c0b4e9bd46346888606), since #28534 was abandoned in favour of #28536
* [x] triages the unexpected WPT results, updating expectations as needed (see below)
* [x] fixes the failures in /webidl/ecmascript-binding/window-named-properties-object.html (3844f69ea9b591b766fee3537f640e7aae05bb11)
    * [x] fixes the failures in the [[GetOwnProperty]] subtest (75c24e9c134c531f8fc893a185683ea2e609a47e)
    * [x] fixes the failures in the [[DefineOwnProperty]] subtest (e4e7a14e514db75c3d6694fb1aaeb24d04c9ae81)
    * [x] fixes the failures in the [[HasProperty]] subtest (75c24e9c134c531f8fc893a185683ea2e609a47e)
    * [x] fixes the failures in the [[Get]] subtest (4bafb273d0d1d57589cede88ba2696b0e42920a9)
    * [x] fixes the failures in the [[Set]] (direct) subtest (e4e7a14e514db75c3d6694fb1aaeb24d04c9ae81)
    * [x] fixes the failures in the [[Delete]] subtest (4bafb273d0d1d57589cede88ba2696b0e42920a9)
    * [x] fixes the failures in the [[OwnPropertyKeys]] subtest (afcd24a2973557509438833b8fe06a24377710f1)
* [x] resolves the todos and fixmes
    * [x] Document: handle exposed objects ×3 (ed3e37bb22276031e0423dfa8005bc79ab673913)
    * [x] Window::NamedGetter: document.get_elements_with_id() (618ef5744645bb14405d95177bf49aa3b98439dc)
    * [x] get_own_property_descriptor: check for interactions with indexed access (b906faee59aa15f716662c223fc61758c4053299)
    * [x] create trap: pass proper classp (618ef5744645bb14405d95177bf49aa3b98439dc)

<details><summary>131× tests that now pass</summary>

* **/webidl/ecmascript-binding/window-named-properties-object.html**
  *directly relevant to this patch*
* **/FileAPI/Blob-methods-from-detached-frame.html**
  done #29450 #29451
* **/cors/script-304.html**
* **/css/CSS2/abspos/adjacent-to-relpos-inline-in-inline-that-had-block.html**
* **/css/CSS2/abspos/adjacent-to-relpos-inline-that-had-block.html**
* **/css/CSS2/floats-clear/remove-block-before-self-collapsing-sibling-with-clearance.html**
* **/css/CSS2/floats/computed-float-position-absolute.html**
* **/css/CSS2/normal-flow/block-in-inline-hittest-float-001.html**
* **/css/CSS2/normal-flow/block-in-inline-insert-018.html**
* **/css/CSS2/normal-flow/margin-collapse-through-percentage-padding.html**
* **/css/CSS2/positioning/abspos-change-in-inline-block.html**
* **/css/CSS2/positioning/abspos-width-change-inline-container-001.html**
* **/css/CSS2/positioning/detach-abspos-before-layout.html**
* **/css/CSS2/positioning/relpos-percentage-left-in-scrollable-2.html**
* **/css/CSS2/positioning/relpos-percentage-left-in-scrollable.html**
* **/css/CSS2/stacking-context/composite-change-after-scroll-preserves-stacking-order.html**
* **/css/CSS2/stacking-context/opacity-change-parent-stacking-context.html**
* **/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html**
* **/css/CSS2/stacking-context/opacity-transition-change-parent-stacking-context.html**
* **/css/css-animations/animation-base-response-002.html**
* **/css/css-animations/style-animation-parsing.html**
* **/css/css-backgrounds/background-clip-color-repaint.html**
* **/css/css-backgrounds/background-image-gradient-currentcolor-conic-repaint.html**
* **/css/css-backgrounds/background-image-gradient-currentcolor-linear-repaint.html**
* **/css/css-backgrounds/background-image-gradient-currentcolor-radial-repaint.html**
* **/css/css-backgrounds/background-image-none-gradient-repaint.html**
* **/css/css-backgrounds/border-radius-dynamic-from-no-radius.html**
* **/css/css-backgrounds/child-move-reveals-parent-background.html**
* **/css/css-color/filters-under-will-change-opacity.html**
* **/css/css-flexbox/anonymous-flex-item-001.html**
* **/css/css-flexbox/anonymous-flex-item-003.html**
* **/css/css-flexbox/dynamic-bsize-change.html**
* **/css/css-flexbox/flex-aspect-ratio-img-row-016.html**
* **/css/cssom/at-namespace.html**
* **/css/cssom/computed-style-002.html**
* **/css/cssom/getComputedStyle-display-none-002.html**
* **/css/cssom/getComputedStyle-display-none-003.html**
* **/css/cssom/preferred-stylesheet-reversed-order.html**
* **/css/cssom-view/HTMLImageElement-x-and-y-ignore-transforms.html**
* **/css/cssom-view/pt-to-px-width.html**
* **/css/cssom-view/scroll-back-to-initial-position.html**
* **/css/css-text-decor/text-decoration-color-recalc-002.html**
* **/css/css-text-decor/text-decoration-line-grammar-error-color-dynamic-001.optional.html**
* **/css/css-text-decor/text-decoration-line-spelling-error-color-dynamic-001.optional.html**
* **/css/css-text/text-indent/percentage-value-intrinsic-size.html**
* **/css/css-text/white-space/display-contents-remove-whitespace-change.html**
* **/css/css-text/white-space/white-space-empty-text-sibling.html**
* **/css/css-transforms/change-perspective-property.html**
* **/css/css-transforms/change-scale-wide-range.html**
* **/css/css-transforms/change-transform-origin-property.html**
* **/css/css-transforms/dynamic-fixed-pos-cb-change.html**
* **/css/css-transforms/individual-transform/change-rotate-property.html**
* **/css/css-transforms/individual-transform/change-scale-property.html**
* **/css/css-transforms/paint-order-with-transform-change.html**
* **/css/css-transforms/size-change-under-backface-visibility-hidden.html**
* **/css/css-transforms/subpixel-transform-changes-001.html**
* **/css/css-transforms/subpixel-transform-changes-002.html**
* **/css/css-transforms/subpixel-transform-changes-003.html**
* **/css/css-transforms/subpixel-transform-changes-004.html**
* **/css/css-transitions/transition-reparented.html**
* **/css/css-ui/historical/moz-user-modify-01.html**
* **/css/css-ui/historical/user-modify-01.html**
* **/css/css-ui/historical/webkit-user-modify-01.html**
* **/css/css-ui/resize-change-margin.html**
* **/css/css-ui/text-overflow-change-color.html**
* **/css/css-ui/text-overflow-ellipsis-width-001.html**
* **/css/css-values/animations/line-height-lh-transition.html**
* **/css/css-values/calc-nesting.html**
* **/css/css-values/update-subpixel-rem-unit.html**
* **/css/css-values/viewport-units-modify.html**
* **/css/css-variables/css-variable-change-style-001.html**
* **/css/css-variables/css-variable-change-style-002.html**
* **/css/css-variables/variable-cycles.html**
* **/css/selectors/attribute-selectors/style-attribute-selector.html**
* **/css/selectors/i18n/lang-pseudo-class-disconnected.html**
* **/css/selectors/invalidation/attribute.html**
* **/css/selectors/invalidation/class-id-attr.html**
* **/css/selectors/invalidation/defined.html**
* **/css/selectors/invalidation/sheet-going-away-001.html**
* **/css/selectors/invalidation/sibling.html**
* **/css/selectors/missing-right-token.html**
* **/css/selectors/not-complex.html**
* **/css/selectors/not-specificity.html**
* **/css/selectors/nth-of-type-namespace.html**
* **/css/selectors/selectors-case-sensitive-001.html**
* **/css/selectors/visited-inheritance.html**
* **/custom-elements/CustomElementRegistry-constructor-and-callbacks-are-held-strongly.html**
* **/dom/events/event-global-is-still-set-when-coercing-beforeunload-result.html**
* **/dom/nodes/remove-and-adopt-thcrash.html**
* **/html/browsers/browsing-the-web/history-traversal/history-traversal-navigate-parent-while-child-loading.html**
* **/html/browsers/history/the-history-interface/history_back_cross_realm_method.html**
* **/html/browsers/history/the-history-interface/history_forward_cross_realm_method.html**
* **/html/browsers/history/the-history-interface/history_go_cross_realm_method.html**
* **/html/browsers/the-window-object/named-access-on-the-window-object/window-named-properties.html**
* **/html/dom/elements/images/bypass-cache-revalidation.html**
* **/html/rendering/non-replaced-elements/tables/table-ua-stylesheet.html**
* **/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-alt-crash-001.html**
* **/html/rendering/replaced-elements/embedded-content/change-src-while-not-displayed.html**
* **/html/rendering/replaced-elements/embedded-content/cross-domain-iframe-in-multicol.sub.html**
* **/html/rendering/replaced-elements/embedded-content/cross-domain-iframe.sub.html**
* **/html/rendering/replaced-elements/embedded-content/tall-cross-domain-iframe-in-scrolled.sub.html**
* **/html/rendering/widgets/the-select-element/select-invalidation.html**
* **/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_iframe_src_navigation.html**
* **/html/semantics/document-metadata/the-base-element/base_target_does_not_affect_location_assignment.html**
* **/html/semantics/embedded-content/the-embed-element/embed-document-under-content-visibility-focus.html**
* **/html/semantics/embedded-content/the-embed-element/embed-document-under-content-visibility-gbcr.html**
* **/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html**
* **/html/semantics/embedded-content/the-iframe-element/srcdoc-anchor.html**
* **/html/semantics/embedded-content/the-iframe-element/srcdoc-attribute-reset.html**
* **/html/semantics/embedded-content/the-img-element/image-compositing-change.html**
* **/html/semantics/embedded-content/the-img-element/image-compositing-large-scale-change.html**
* **/html/semantics/embedded-content/the-img-element/image-loading-lazy-clip-path.html**
* **/html/semantics/embedded-content/the-img-element/image-loading-lazy-zero-intersection-area.html**
* **/html/semantics/embedded-content/the-img-element/image-loading-subpixel-clip.html**
* **/html/semantics/forms/form-submission-0/form-double-submit-to-different-origin-frame.html**
* **/html/semantics/forms/form-submission-0/form-submit-iframe-then-location-navigate.html**
* **/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html**
* **/html/semantics/forms/the-button-element/button-willvalidate-readonly-attribute.html**
* **/html/semantics/forms/the-input-element/datetime-local-trailing-zeros.html**
* **/html/semantics/forms/the-input-element/radio-morphed.html**
* **/html/semantics/forms/the-progress-element/progress.html**
* **/html/semantics/forms/the-select-element/select-willvalidate-readonly-attribute.html**
* **/html/semantics/selectors/pseudo-classes/placeholder-shown-type-change.html**
* **/html/syntax/serializing-html-fragments/initial-linefeed-pre.html**
* **/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html**
* **/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-event.html**
* **/quirks/unitless-length/excluded-properties-001.html**
* **/quirks/unitless-length/excluded-properties-003.html**
* **/selection/caret/empty-elements.html**
* **/selection/contenteditable/cefalse-on-boundaries.html**
* **/selection/textcontrols/onselectionchange-content-attribute.html**
</details>

<details><summary>94× tests that improve but still fail in a way that’s clearly the subject of the test</summary>

* **/css/css-animations/animation-base-response-001.html**
* **/css/css-backgrounds/background-image-gradient-currentcolor-visited.html**
* **/css/css-backgrounds/inheritance.sub.html**
* **/css/css-backgrounds/local-attachment-content-box-scroll.html**
* **/css/css-color/canvas-change-opacity.html**
* **/css/css-color/color-initial-canvastext.html**
* **/css/css-flexbox/flex-aspect-ratio-img-column-010.html**
* **/css/css-flexbox/flex-aspect-ratio-img-row-004.html**
* **/css/css-fonts/parsing/font-face-src-format.html**
  getter works but insertRule does nothing
* **/css/css-fonts/parsing/font-face-src-list.html**
  as above
* **/css/css-fonts/parsing/font-face-src-local.html**
  as above, but also delayed length change?
* **/css/css-fonts/parsing/font-face-src-tech.html**
  as above
* **/css/css-text/white-space/trailing-space-before-br-001.html**
* **/css/css-transforms/3d-rendering-context-behavior.html**
  failures are subject of test, but also blank page?
* **/css/css-transforms/individual-transform/change-translate-property.html**
* **/css/css-transforms/preserve-3d-flat-grouping-properties.html**
* **/css/css-transforms/transforms-support-calc.html**
* **/css/css-transitions/inherit-height-transition.html**
* **/css/css-ui/inheritance.html**
* **/css/css-ui/parsing/outline-width-computed.html**
  failures are subject of test; https://drafts.csswg.org/css-values-4/#snap-a-length-as-a-border-width
* **/css/css-values/lh-unit-003.html**
* **/css/css-values/viewport-units-compute.html**
* **/css/css-values/viewport-units-keyframes.html**
* **/css/css-values/viewport-units-media-queries.html**
* **/css/css-values/viewport-units-writing-mode.html**
* **/css/cssom-view/elementsFromPoint-table.html**
* **/css/cssom-view/scroll-behavior-default-css.html**
* **/css/cssom-view/scroll-behavior-element.html**
* **/css/cssom-view/scroll-behavior-main-frame-root.html**
* **/css/cssom-view/scroll-behavior-main-frame-window.html**
* **/css/cssom-view/scroll-behavior-smooth-navigation.html**
* **/css/cssom-view/scroll-behavior-subframe-root.html**
* **/css/cssom/computed-style-003.html**
* **/css/cssom/computed-style-004.html**
* **/css/cssom/font-variant-shorthand-serialization.html**
* **/css/selectors/dir-selector-auto.html**
* **/css/selectors/has-argument-with-explicit-scope.html**
* **/css/selectors/has-basic.html**
* **/css/selectors/has-relative-argument.html**
* **/css/selectors/invalidation/attribute-or-elemental-selectors-in-has.html**
* **/css/selectors/invalidation/child-indexed-pseudo-classes-in-has.html**
* **/css/selectors/invalidation/dir-pseudo-class-in-has.html**
* **/css/selectors/invalidation/empty-pseudo-in-has.html**
* **/css/selectors/invalidation/has-in-adjacent-position.html**
* **/css/selectors/invalidation/has-in-ancestor-position.html**
* **/css/selectors/invalidation/has-in-parent-position.html**
* **/css/selectors/invalidation/has-in-sibling-position.html**
* **/css/selectors/invalidation/has-invalidation-after-removing-non-first-element.html**
* **/css/selectors/invalidation/has-invalidation-for-wiping-an-element.html**
* **/css/selectors/invalidation/has-sibling.html**
* **/css/selectors/invalidation/has-with-not.html**
* **/css/selectors/invalidation/has-with-pseudo-class.html**
* **/css/selectors/invalidation/input-pseudo-classes-in-has.html**
* **/css/selectors/invalidation/is-pseudo-containing-complex-in-has.html**
* **/css/selectors/invalidation/lang-pseudo-class-in-has.html**
* **/css/selectors/invalidation/not-pseudo-containing-complex-in-has.html**
* **/css/selectors/invalidation/typed-child-indexed-pseudo-classes-in-has.html**
* **/css/selectors/is-where-basic.html**
* **/css/selectors/is-where-not.html**
* **/html/rendering/non-replaced-elements/tables/form-in-tables.html**
* /html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-update-
* **/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-attribute-changes.html**
* **/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-normal-descendant-change.html**
* **/html/semantics/document-metadata/the-meta-element/color-scheme/meta-color-scheme-remove.html**
* **/html/semantics/embedded-content/the-img-element/image-loading-lazy-slow-aspect-ratio.html**
* **/html/semantics/embedded-content/the-img-element/image-loading-lazy-slow.html**
* **/html/semantics/interactive-elements/the-dialog-element/inertness-with-modal-dialogs-and-iframes.html**
* **/html/semantics/popovers/popover-stacking.html**
* **/referrer-policy/generic/inheritance/popup-inheritance-form-submission.html**
* **/resource-timing/resource-reload-TAO.html**
* **/selection/bidi/modify.tentative.html**
* **/selection/contenteditable/modify.tentative.html**
* **/selection/textcontrols/selectionchange.html**
* **/css/CSS2/normal-flow/block-in-inline-client-rects-001.html**
* **/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html**
* **/css/css-animations/computed-style-animation-parsing.html**
* **/css/css-variables/variables-substitute-guaranteed-invalid.html**
* **/css/cssom-view/elementsFromPoint-simple.html**
* **/css/cssom/CSSStyleSheet-modify-after-removal.html**
* **/css/cssom/getComputedStyle-display-none-001.html**
* **/css/selectors/focus-visible-script-focus-001.html**
* **/css/selectors/has-specificity.html**
* **/css/selectors/invalidation/is.html**
* **/css/selectors/invalidation/not-002.html**
* **/dom/events/EventListener-handleEvent-cross-realm.html**
* **/dom/traversal/TreeWalker-acceptNode-filter-cross-realm.html**
* **/html/browsers/the-window-object/window-properties.https.html**
* **/html/browsers/the-window-object/window-prototype-chain.html**
* **/html/browsers/windows/nested-browsing-contexts/frameElement.sub.html**
* **/html/dom/aria-element-reflection.html**
* **/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas-update-with-border-object-fit.html**
* **/html/semantics/forms/form-submission-0/form-double-submit-multiple-targets.html**
* **/html/semantics/forms/the-input-element/show-picker-cross-origin-iframe.html**
* **/html/webappapis/scripting/events/compile-event-handler-lexical-scopes-form-owner.html**
* **/quirks/unitless-length/excluded-properties-002.html**
</details>

<details><summary>22× tests with failures that looked interesting</summary>

* 1× CRASH [expected ...]
    * **/css/css-fonts/crash-large-grapheme-cluster.html**
      crash is subject of test
* 6× FAIL [expected PASS] /... (reftest)
    * **/css/css-flexbox/anonymous-flex-item-005.html**
      old pass was spurious
    * **/css/css-flexbox/anonymous-flex-item-006.html**
      old pass was spurious
    * **/css/css-text-decor/text-decoration-line-recalc.html**
      old pass was spurious; ‘text-decoration’ shorthand unimplemented
    * **/css/css-ui/appearance-auto-non-html-namespace-001.html**
      old pass was spurious
    * **/html/canvas/element/drawing-text-to-the-canvas/direction-inherit-rtl.html**
      old pass was spurious
    * **/html/canvas/element/drawing-text-to-the-canvas/direction-rtl.html**
      old pass was spurious
* 13× TIMEOUT [expected ...]
    * **/css/css-fonts/font-size-monospace-adjust.html**
      timeout is subject of test; reftest runner bug with 1e10s transition?
    * **/css/cssom-view/background-change-during-smooth-scroll.html**
      timeout is subject of test
    * **/css/selectors/invalidation/has-complexity.html**
      timeout is subject of test
    * **/css/selectors/invalidation/media-loading-pseudo-classes-in-has.html**
      timeout is subject of test; :has() unimplemented
    * **/fetch/stale-while-revalidate/stale-image.html**
      timeout is subject of test
    * **/html/browsers/browsing-the-web/history-traversal/history-traversal-navigates-multiple-frames.html**
      timeout is subject of test
    * **/html/rendering/widgets/appearance/appearance-animation-001.html**
      timeout is subject of test; reftest runner bug with 1e10s animation?
    * **/html/rendering/widgets/appearance/appearance-animation-002.html**
      timeout is subject of test; reftest runner bug with 1e10s animation?
    * **/html/rendering/widgets/appearance/appearance-transition-001.html**
      timeout is subject of test; reftest runner bug with 1e10s transition?
    * **/html/rendering/widgets/appearance/appearance-transition-002.html**
      timeout is subject of test; reftest runner bug with 1e10s transition?
    * **/html/rendering/widgets/appearance/appearance-transition-003.html**
      timeout is subject of test; reftest runner bug with 1e10s transition?
    * **/resource-timing/opaque-origin.html**
      timeout is subject of test
    * **/selection/textcontrols/selectionchange-bubble.html**
      timeout is subject of test
* **/webidl/ecmascript-binding/invalid-this-value-cross-realm.html**
  ‘HTMLDocument’ unimplemented
</details>

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #27949 (GitHub issue number if applicable)

<!-- Either: -->
- [x] There are tests for these changes (including but not limited to web-platform-tests/wpt#39211) OR
- [ ] These changes do not require tests because ___
2023-03-28 18:31:41 +02:00
..
ActivatableElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AnalyserNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ANGLEInstancedArrays.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
AnimationEvent.webidl Add support for animationend event 2020-05-01 15:29:57 +02:00
Attr.webidl Attr is a Node, with consequences for many Node methods 2019-12-23 19:10:16 -05:00
AudioBuffer.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AudioBufferSourceNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AudioContext.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AudioDestinationNode.webidl
AudioListener.webidl
AudioNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AudioParam.webidl
AudioScheduledSourceNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
AudioTrack.webidl
AudioTrackList.webidl
BaseAudioContext.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Blob.webidl integrate readablestream with fetch and blob 2020-06-04 11:38:35 +08:00
Bluetooth.webidl Use IDL sequence default value 2019-11-04 23:39:37 +09:00
BluetoothAdvertisingEvent.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
BluetoothCharacteristicProperties.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
BluetoothDevice.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
BluetoothPermissionResult.webidl Use IDL sequence default value 2019-11-04 23:39:37 +09:00
BluetoothRemoteGATTCharacteristic.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
BluetoothRemoteGATTDescriptor.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
BluetoothRemoteGATTServer.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
BluetoothRemoteGATTService.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
BluetoothUUID.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
Body.webidl integrate readablestream with fetch and blob 2020-06-04 11:38:35 +08:00
BroadcastChannel.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
CanvasGradient.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
CanvasPattern.webidl
CanvasRenderingContext2D.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
CDATASection.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
ChannelMergerNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
ChannelSplitterNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
CharacterData.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
ChildNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Client.webidl
CloseEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Comment.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
CompositionEvent.webidl dom: Use pref macro for IDL conditional guards. 2020-07-09 23:22:48 -04:00
Console.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ConstantSourceNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Crypto.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
CSS.webidl
CSSConditionRule.webidl
CSSFontFaceRule.webidl
CSSGroupingRule.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
CSSImportRule.webidl
CSSKeyframeRule.webidl
CSSKeyframesRule.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
CSSMediaRule.webidl
CSSNamespaceRule.webidl
CSSRule.webidl
CSSRuleList.webidl
CSSStyleDeclaration.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
CSSStyleRule.webidl
CSSStyleSheet.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
CSSStyleValue.webidl
CSSSupportsRule.webidl
CSSViewportRule.webidl
CustomElementRegistry.webidl tidy 2022-01-05 15:07:09 +01:00
CustomEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
DedicatedWorkerGlobalScope.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
DissimilarOriginLocation.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
DissimilarOriginWindow.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
Document.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
DocumentFragment.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
DocumentOrShadowRoot.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
DocumentType.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
DOMException.webidl Stringifier is sno longer exposed 2019-12-12 20:20:31 -05:00
DOMImplementation.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
DOMMatrix.webidl Implement CanvasRenderingContext2D.getTransform() 2020-02-12 08:49:18 +01:00
DOMMatrixReadOnly.webidl Implement CanvasRenderingContext2D.getTransform() 2020-02-12 08:49:18 +01:00
DOMParser.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
DOMPoint.webidl Implement CanvasRenderingContext2D.getTransform() 2020-02-12 08:49:18 +01:00
DOMPointReadOnly.webidl Implement CanvasRenderingContext2D.getTransform() 2020-02-12 08:49:18 +01:00
DOMQuad.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
DOMRect.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
DOMRectReadOnly.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
DOMStringList.webidl add webidl bindings for DOMStringList 2019-09-18 01:22:22 +02:00
DOMStringMap.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
DOMTokenList.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
DynamicModuleOwner.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
Element.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
ElementContentEditable.webidl Add a dummy implementation of contentEditable 2020-04-21 19:12:52 -05:00
ElementCSSInlineStyle.webidl PutForwards cleanup 2020-01-23 08:51:34 -05:00
ErrorEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Event.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
EventHandler.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
EventListener.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
EventModifierInit.webidl
EventSource.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
EventTarget.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
EXTBlendMinmax.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
EXTColorBufferHalfFloat.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
ExtendableEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ExtendableMessageEvent.webidl Use ExtendableMessageEvent for messageerror in service workers 2020-07-30 05:56:29 -07:00
EXTFragDepth.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
EXTShaderTextureLod.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
EXTTextureFilterAnisotropic.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
FakeXRDevice.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
FakeXRInputController.webidl tidy 2022-01-05 15:07:09 +01:00
Fetch.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
File.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
FileList.webidl
FileReader.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
FileReaderSync.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
FocusEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
FormData.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
FormDataEvent.webidl Require FormDataEventInit dictionary 2019-11-24 15:31:15 +09:00
Function.webidl
GainNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Gamepad.webidl Remove WebVR 2020-04-08 20:23:41 -05:00
GamepadButton.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
GamepadButtonList.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
GamepadEvent.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
GamepadList.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
GamepadPose.webidl Remove WebVR 2020-04-08 20:23:41 -05:00
GlobalScope.webidl
GPU.webidl Report errors from void returning operations 2020-08-01 16:32:37 +05:30
GPUAdapter.webidl Use Device limits and features provided by user 2020-09-23 11:37:03 +05:30
GPUBindGroup.webidl Add GPUSampler and GPUTextureView to BindingResource 2020-06-17 12:45:40 +05:30
GPUBindGroupLayout.webidl Use Device limits and features provided by user 2020-09-23 11:37:03 +05:30
GPUBuffer.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPUBufferUsage.webidl Implement GPUBuffer.mapAsync and update wgpu-core 2020-06-27 20:27:17 +05:30
GPUCanvasContext.webidl Implement GPUSwapChain and GPUCanvasContext and interface with Webrender 2020-06-13 17:46:12 +05:30
GPUColorWrite.webidl Implement GPURenderPipeline 2020-05-30 11:38:32 +05:30
GPUCommandBuffer.webidl Use Device limits and features provided by user 2020-09-23 11:37:03 +05:30
GPUCommandEncoder.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPUComputePassEncoder.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPUComputePipeline.webidl Implement GPUPipelineBase for implicit pipeline layouts 2020-08-19 16:44:26 +05:30
GPUDevice.webidl Use Device limits and features provided by user 2020-09-23 11:37:03 +05:30
GPUDeviceLostInfo.webidl Implement Async Error reporting for WebGPU and update wgpu-core 2020-07-16 23:21:09 +05:30
GPUMapMode.webidl Implement GPUBuffer.mapAsync and update wgpu-core 2020-06-27 20:27:17 +05:30
GPUObjectBase.webidl Update GPUObjectBase webidl and cleanup valid flags 2020-07-20 23:03:53 +05:30
GPUOutOfMemoryError.webidl Implement Async Error reporting for WebGPU and update wgpu-core 2020-07-16 23:21:09 +05:30
GPUPipelineLayout.webidl Initial implementation of GPUPipelineLayout for WebGPU 2020-01-21 14:47:38 +01:00
GPUProgrammablePassEncoder.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPUQueue.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPURenderBundle.webidl Implement GPURenderBundleEncoder and GPURenderBundle 2020-07-24 12:45:23 +05:30
GPURenderBundleEncoder.webidl Implement GPURenderBundleEncoder and GPURenderBundle 2020-07-24 12:45:23 +05:30
GPURenderEncoderBase.webidl tidy 2022-01-05 15:07:09 +01:00
GPURenderPassEncoder.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPURenderPipeline.webidl Implement GPUPipelineBase for implicit pipeline layouts 2020-08-19 16:44:26 +05:30
GPUSampler.webidl Use Device limits and features provided by user 2020-09-23 11:37:03 +05:30
GPUShaderModule.webidl Initial implementation of GPUShaderModule 2020-02-11 10:12:20 +01:00
GPUShaderStage.webidl Initial implementation of GPUBindGroupLayout for WebGPU 2020-01-16 10:53:51 +01:00
GPUSwapChain.webidl Implement GPUSwapChain and GPUCanvasContext and interface with Webrender 2020-06-13 17:46:12 +05:30
GPUTexture.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
GPUTextureUsage.webidl Implement GPUTexture and GPUTextureView 2020-06-01 23:28:12 +05:30
GPUTextureView.webidl Refactor and improve GPUErrorScopes 2020-07-30 23:36:58 +05:30
GPUUncapturedErrorEvent.webidl Implement GPUUncapturedErrorEvent 2020-08-11 14:24:58 +05:30
GPUValidationError.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HashChangeEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Headers.webidl Implement Headers.prototype.getSetCookie 2023-03-05 11:35:46 +09:00
History.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLAnchorElement.webidl PutForwards cleanup 2020-01-23 08:51:34 -05:00
HTMLAreaElement.webidl Implement DOMTokenList.supports API 2020-10-05 09:26:36 +02:00
HTMLAudioElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLBaseElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLBodyElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLBRElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLButtonElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLCanvasElement.webidl dom: Add stub implementation for HTMLCanvasElement.captureStream. 2020-07-14 12:48:45 -04:00
HTMLCollection.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
HTMLDataElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLDataListElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLDetailsElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLDialogElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLDirectoryElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLDivElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLDListElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLEmbedElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLFieldSetElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLFontElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLFormControlsCollection.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
HTMLFormElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLFrameElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLFrameSetElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLHeadElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLHeadingElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLHRElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLHtmlElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLHyperlinkElementUtils.webidl Support stringifier attributes 2019-10-29 21:35:40 +09:00
HTMLIFrameElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLImageElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLInputElement.webidl Auto merge of #29384 - sagudev:idl, r=jdm 2023-03-22 02:23:01 +01:00
HTMLLabelElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLLegendElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLLIElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLLinkElement.webidl Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement 2020-12-01 00:37:16 -05:00
HTMLMapElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLMediaElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLMenuElement.webidl Implement HTMLMenuElement 2020-01-23 18:04:48 -05:00
HTMLMetaElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLMeterElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLModElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLObjectElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLOListElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLOptGroupElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLOptionElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLOptionsCollection.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLOutputElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLParagraphElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLParamElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLPictureElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLPreElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLProgressElement.webidl Properly implement HTMLProgressElement DOM code 2021-03-31 19:03:37 +02:00
HTMLQuoteElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLScriptElement.webidl Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement 2020-12-01 00:37:16 -05:00
HTMLSelectElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLSourceElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLSpanElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLStyleElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTableCaptionElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTableCellElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLTableColElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTableElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLTableRowElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLTableSectionElement.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
HTMLTemplateElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTextAreaElement.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
HTMLTimeElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTitleElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLTrackElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLUListElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
HTMLUnknownElement.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
HTMLVideoElement.webidl Convert [HTMLConstructor] as constructor extension 2019-10-19 20:55:45 +09:00
ImageBitmap.webidl Add a preference to control ImageBitmap while it's incomplete. 2020-05-23 11:43:15 -04:00
ImageData.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
InputEvent.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
IterableIterator.webidl
KeyboardEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Location.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
MediaDeviceInfo.webidl Implement MediaDevices.enumerateDevices() 2020-07-10 13:18:26 +02:00
MediaDevices.webidl Implement MediaDevices.enumerateDevices() 2020-07-10 13:18:26 +02:00
MediaElementAudioSourceNode.webidl MediaElementAudioSourceNode implementation 2019-11-18 17:14:51 +01:00
MediaError.webidl
MediaList.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
MediaMetadata.webidl Adapt MediaMetadata interface to new way of declaring constructors 2019-11-20 13:33:16 +01:00
MediaQueryList.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MediaQueryListEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
MediaSession.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MediaStream.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MediaStreamAudioDestinationNode.webidl Add MedaStreamAudioDestinationNode::stream 2020-07-02 13:26:55 -07:00
MediaStreamAudioSourceNode.webidl Add MediaStreamAudioSourceNode 2020-07-02 13:26:55 -07:00
MediaStreamTrack.webidl Unpref MediaStream and MediaStreamTrack 2020-07-02 13:26:55 -07:00
MediaStreamTrackAudioSourceNode.webidl Add MediaStreamTrackAudioSourceNode 2020-07-02 13:26:55 -07:00
MessageChannel.webidl use new and new_inherited in messagechannel 2020-02-21 15:33:16 +08:00
MessageEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MessagePort.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MutationObserver.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
MutationRecord.webidl
NamedNodeMap.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
NavigationPreloadManager.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Navigator.webidl dom: Implement Navigator.languages. 2020-07-14 11:50:59 -04:00
Node.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
NodeFilter.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
NodeIterator.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
NodeList.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
NonElementParentNode.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
OESElementIndexUint.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESStandardDerivatives.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESTextureFloat.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESTextureFloatLinear.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESTextureHalfFloat.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESTextureHalfFloatLinear.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OESVertexArrayObject.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
OfflineAudioCompletionEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
OfflineAudioContext.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
OffscreenCanvas.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
OffscreenCanvasRenderingContext2D.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
OscillatorNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
PageTransitionEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
PaintRenderingContext2D.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
PaintSize.webidl
PaintWorkletGlobalScope.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
PannerNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ParentNode.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Performance.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
PerformanceEntry.webidl Add [Default] toJSON() to performance interfaces 2019-09-01 23:23:57 +09:00
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl Add [Default] toJSON() to performance interfaces 2019-09-01 23:23:57 +09:00
PerformanceNavigationTiming.webidl Add [Default] toJSON() to performance interfaces 2019-09-01 23:23:57 +09:00
PerformanceObserver.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
PerformanceObserverEntryList.webidl
PerformancePaintTiming.webidl
PerformanceResourceTiming.webidl Expose stub attributes on PerformanceResourceTiming 2019-09-23 22:52:12 -04:00
Permissions.webidl
PermissionStatus.webidl
Plugin.webidl
PluginArray.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
PopStateEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
ProcessingInstruction.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
ProgressEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Promise.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
PromiseNativeHandler.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
PromiseRejectionEvent.webidl Require PromiseRejectionEventInit dictionary 2019-11-22 10:18:11 +09:00
RadioNodeList.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
Range.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ReadableStream.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
Request.webidl Add missing same-origin referrer policy 2020-03-20 21:15:52 +01:00
Response.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
RTCDataChannel.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
RTCDataChannelEvent.webidl Hide interfaces behind webrtc pref 2020-06-30 15:58:39 +02:00
RTCError.webidl Hide interfaces behind webrtc pref 2020-06-30 15:58:39 +02:00
RTCErrorEvent.webidl Hide interfaces behind webrtc pref 2020-06-30 15:58:39 +02:00
RTCIceCandidate.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
RTCPeerConnection.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
RTCPeerConnectionIceEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
RTCRtpSender.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
RTCRtpTransceiver.webidl dom: Add WebRTC transceiver stubs. 2020-07-14 12:48:45 -04:00
RTCSessionDescription.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
RTCTrackEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Screen.webidl
Selection.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ServiceWorker.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
ServiceWorkerContainer.webidl
ServiceWorkerGlobalScope.webidl
ServiceWorkerRegistration.webidl
ServoParser.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
ShadowRoot.webidl Migrate to IDL mixin syntax 2019-10-01 18:45:26 +09:00
StereoPannerNode.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
Storage.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
StorageEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
StylePropertyMapReadOnly.webidl
StyleSheet.webidl Implements StyleSheet.media 2020-10-16 10:55:00 +02:00
StyleSheetList.webidl
SubmitEvent.webidl SubmitEvent and test changes 2020-01-30 17:37:33 -05:00
SVGElement.webidl Introduce ElementCSSInlineStyle for SVGElement 2020-06-05 00:10:19 +09:00
SVGGraphicsElement.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
SVGSVGElement.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
TestBinding.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestBindingIterable.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestBindingPairIterable.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestBindingProxy.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestRunner.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestWorklet.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TestWorkletGlobalScope.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Text.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
TextDecoder.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
TextEncoder.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
TextMetrics.webidl dom: Use pref macro for IDL conditional guards. 2020-07-09 23:22:48 -04:00
TextTrack.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
TextTrackCue.webidl
TextTrackCueList.webidl
TextTrackList.webidl
TimeRanges.webidl
Touch.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
TouchEvent.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
TouchList.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
TrackEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
TransitionEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
TreeWalker.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
UIEvent.webidl tidy 2022-01-05 15:07:09 +01:00
URL.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
URLSearchParams.webidl Implement URLSearchParams's size 2023-03-02 12:21:08 +09:00
ValidityState.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
VideoTrack.webidl
VideoTrackList.webidl
VoidFunction.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
VTTCue.webidl Add base of VTTCue DOM interface 2020-03-08 00:15:20 +02:00
VTTRegion.webidl Add VTTRegion DOM interface 2020-03-05 00:45:52 +02:00
WebGL2RenderingContext.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WebGLActiveInfo.webidl
WebGLBuffer.webidl
WEBGLColorBufferFloat.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
WEBGLCompressedTextureETC1.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
WEBGLCompressedTextureS3TC.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
WebGLContextEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
WebGLFramebuffer.webidl
WebGLObject.webidl
WebGLProgram.webidl
WebGLQuery.webidl Initial implementation of WebGLQueries 2019-10-01 12:30:24 +02:00
WebGLRenderbuffer.webidl
WebGLRenderingContext.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WebGLSampler.webidl Add WebGLSampler support 2019-10-08 16:21:43 +02:00
WebGLShader.webidl
WebGLShaderPrecisionFormat.webidl
WebGLSync.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
WebGLTexture.webidl
WebGLTransformFeedback.webidl Add Support for WebGL Transormfeedback 2019-11-08 15:22:52 +01:00
WebGLUniformLocation.webidl
WebGLVertexArrayObject.webidl Add VertexArrayObject support for WebGL2 2020-03-13 11:38:28 -04:00
WebGLVertexArrayObjectOES.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
WebSocket.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WheelEvent.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
Window.webidl apply pylbrecht/servo/named.window.getter (closes #27952) 2023-03-23 18:01:26 +08:00
WindowOrWorkerGlobalScope.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WindowProxy.webidl Rename legacy extended attributes in webidls 2023-02-19 14:05:45 +01:00
Worker.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WorkerGlobalScope.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WorkerLocation.webidl Support stringifier attributes 2019-10-29 21:35:40 +09:00
WorkerNavigator.webidl Initial implementation of WebGPU API 2019-11-21 08:30:26 +01:00
Worklet.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
WorkletGlobalScope.webidl
XMLDocument.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
XMLHttpRequest.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl
XMLSerializer.webidl Remove [PrimaryGlobal] 2019-10-03 14:25:23 +09:00
XRCompositionLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRCubeLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRCylinderLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XREquirectLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRFrame.webidl Add XRJointPose 2020-04-27 17:35:48 -07:00
XRHand.webidl Add XRHand[index] 2020-04-27 17:35:48 -07:00
XRHitTestResult.webidl Add XRHitTestResult::getPose 2020-04-19 20:29:14 -07:00
XRHitTestSource.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
XRInputSource.webidl Add XRHand interface 2020-04-27 17:35:48 -07:00
XRInputSourceArray.webidl Add methods to XRInputSourceArray 2019-10-08 15:34:20 -07:00
XRInputSourceEvent.webidl Add XRInputSourceEvent 2019-10-03 12:22:41 -07:00
XRInputSourcesChangeEvent.webidl Add XRInputSourcesChangeEvent 2020-01-09 08:16:25 +05:30
XRJointPose.webidl Add XRJointPose 2020-04-27 17:35:48 -07:00
XRJointSpace.webidl Add XRJointSpace 2020-04-27 17:35:48 -07:00
XRLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRLayerEvent.webidl Add XRLayerEvent 2020-08-05 18:07:54 -05:00
XRMediaBinding.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRPose.webidl
XRProjectionLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRQuadLayer.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRRay.webidl Update XRRay semantics 2020-04-19 20:29:14 -07:00
XRReferenceSpace.webidl
XRRenderState.webidl Update WebXR Layer IDL, and matching changes to the Rust code. 2020-08-03 12:37:01 -05:00
XRRigidTransform.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
XRSession.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
XRSessionEvent.webidl Migrate to new constructor operation syntax 2019-10-02 21:45:30 +09:00
XRSpace.webidl
XRSubImage.webidl Update WebXR Layer IDL, and matching changes to the Rust code. 2020-08-03 12:37:01 -05:00
XRSystem.webidl refactor: rename XR to XRSystem 2020-02-23 14:34:42 -08:00
XRTest.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
XRView.webidl
XRViewerPose.webidl
XRViewport.webidl
XRWebGLBinding.webidl Add a dummy implementation of all the XR Layer types 2020-08-04 15:10:01 -05:00
XRWebGLLayer.webidl Convert Web IDL void to undefined 2022-01-05 03:39:33 +01:00
XRWebGLSubImage.webidl Support for webxr layer management 2020-06-28 16:37:45 -05:00