aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
Commit message (Expand)AuthorAgeFilesLines
* add queue with sizes conceptgterzian2024-07-151-0/+6
* setup source container with prototype of source dictgterzian2024-07-121-1/+1
* add underlying source dom struct containergterzian2024-07-111-0/+11
* add fulfill read request, clean-up warningsgterzian2024-07-111-1/+0
* Add remaining WebIDLs of ReadableStream (#32605)Ngo Iok Ui (Wu Yu Wei)2024-06-273-3/+104
* Add QueuingStrategy and UnderlyingSource (#32572)Ngo Iok Ui (Wu Yu Wei)2024-06-246-4/+112
* fix: codegen on callback (#32537)Ngo Iok Ui (Wu Yu Wei)2024-06-181-0/+3
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-173-0/+48
* webgpu: Implement device lost (#32354)Samson2024-06-171-2/+1
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-151-1/+1
* Implement HTMLImageElement decode (#31269)Taym Haddadi2024-06-131-0/+3
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-9/+18
* Rename NavigationType to NavigationTimingType (#32299)shanehandley2024-05-161-12/+12
* Implement attributes for the `<meter>` element (#32230)shanehandley2024-05-111-12/+12
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-081-0/+1
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-073-31/+0
* script: implement AbortController (#31361)Smitty2024-05-043-0/+31
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-293-0/+22
* feat: implement ARIA string reflection on Element (#32080)Nolan Lawson2024-04-272-0/+58
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-261-1/+1
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-112-0/+43
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-081-10/+0
* webgpu: Implement onSubmittedWorkDone (#31772)Samson2024-04-041-2/+1
* Update webidl and implement setter for the files property of a file input (#3...shanehandley2024-04-011-1/+1
* script: Add pre element obsolete width attribute support (#31792)Bastiaan van der Plaat2024-03-251-2/+1
* WebIDL: Remove `JSObject` from `Document::NamedGetter` (#31841)eri2024-03-241-1/+4
* Implement StaticRange (#31809)cathiechen2024-03-223-11/+41
* Implement console.count/countReset (#31635)Smitty2024-03-171-0/+4
* Implement HTMLStyleElement.disabled attribute (#31682)Oriol Brufau2024-03-141-0/+1
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-121-1/+1
* Add CSSOM support for CSS layers (#31481)Oriol Brufau2024-03-033-0/+19
* script: Implement `<meta http-equiv="refresh">` (#31468)Smitty2024-03-011-2/+2
* webaudio: Throw when setting invalid automationRate on AudioBufferSourceNode ...Shamir Khodzha2024-02-281-1/+1
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-2/+2
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-0/+6
* WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317)Taym Haddadi2024-02-161-1/+1
* Support the parsing of image/svg+xml elements (#31318)Keith Yeung2024-02-141-2/+2
* script: implement navigator.hardwareConcurrency (#31268)Smitty2024-02-072-0/+7
* Make console methods take `any` instead of `string` (#31241)Smitty2024-02-051-8/+8
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-0/+1
* Implement Event.composedPath (#31123)Taym Haddadi2024-01-231-0/+1
* Update WebGPU CTS (#30954)Samson2023-12-281-2/+3
* Make CSSConditionRule's conditionText readonly (#30768)Oriol Brufau2023-11-231-1/+1
* Remove Servo `window.trap()` extension (#30743)Martin Robinson2023-11-171-2/+0
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-265-75/+37
* Support Namespace const in webidl (#30492)Samson2023-10-041-0/+6
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-3041-1325/+1171
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-144-4/+10
* Impl Setlike and Maplike (#30237)Samson2023-09-062-0/+34
* Upgrade whole webgpu stack (#29795)Samson2023-08-2034-312/+519