aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
Commit message (Expand)AuthorAgeFilesLines
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-253-0/+54
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-2440-0/+80
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-222-4/+11
* script: Throw a `TypeError` when trying to create an `OffscreenCanvas` with a...chickenleaf2024-11-211-1/+1
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-212-1/+11
* Preference-gate `crypto.subtle` (#34295)Simon Wülker2024-11-191-14/+6
* Implement AES-GCM support for subtlecrypto (#34269)Simon Wülker2024-11-191-0/+7
* crypto: Support key wrap operations + AES-KW (#34262)Daniel Adams2024-11-181-11/+11
* Implement HMAC key generation (#34278)Simon Wülker2024-11-181-0/+6
* Implement `crypto.subtle.sign/verify` with HMAC (#34223)Simon Wülker2024-11-111-7/+19
* Implement HKDF support for `subtlecrypto.deriveBits` (#34200)Simon Wülker2024-11-101-0/+7
* Implement `subtlecrypto.deriveKey` (#34185)Simon Wülker2024-11-081-5/+5
* Implement `SubtleCrypto.deriveBits` with PBDKF2 (#34164)Simon Wülker2024-11-061-3/+10
* Add [EnforceRange] on OffscreenCanvas width/height idl attribute (#34165)Simon Wülker2024-11-061-2/+2
* Rename ImageOrientation default to "from-image" (#34149)Simon Wülker2024-11-051-2/+2
* Implement `ImageBitmap.close` (#34124)Simon Wülker2024-11-041-1/+1
* DOMRectList interface implementation (#34025)chickenleaf2024-11-012-1/+12
* Implement `SubtleCrypto.digest` (#34034)Simon Wülker2024-10-301-2/+2
* dom: Stub out the `IntersectionObserver` interface (#33989)Martin Robinson2024-10-252-0/+61
* crypto: Add support for AES-CTR operations (#33963)Daniel Adams2024-10-221-0/+6
* crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795)Daniel Adams2024-10-211-11/+45
* Add missing XRWebGLBinding constructor spec steps (#33731)Taym Haddadi2024-10-161-1/+1
* Remove some fixed fixmes (#33824)shanehandley2024-10-131-1/+0
* Implement DOMRect::FromRect (#33798)Simon Wülker2024-10-112-3/+12
* Implement DOMMatrix `stringifier` (#33792)Simon Wülker2024-10-111-1/+1
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-083-1/+105
* Layout: Implement innerText/outerText (#33312)Ben2024-09-241-1/+2
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-2211-13/+14
* Update CustomEvent webidl interface (#33481)Simon Wülker2024-09-172-4/+11
* webxr: Implement reference space reset events (#33460)Daniel Adams2024-09-173-2/+19
* webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403)Daniel Adams2024-09-121-2/+2
* implement `console.timeLog` (#33377)Simon Wülker2024-09-091-2/+3
* script: Implement `TextEncoder::encodeInto()` (#33360)webbeef2024-09-091-0/+7
* Set empty object as `console` prototype (#33358)Simon Wülker2024-09-071-2/+1
* webgpu: Support pipeline-overridable constants (#33291)Samson2024-09-041-0/+3
* Implement HTMLQuoteElement "cite" attribute (#33307)Simon Wülker2024-09-041-2/+2
* Implement compact/type attributes for HTMLUListElement (#33303)Simon Wülker2024-09-041-4/+4
* Update FakeXRDevice to support updating bounds (#33271)Daniel Adams2024-09-011-10/+12
* webgpu: Clean up `GPUCommandEncoders` and add some validation (#33223)Samson2024-08-301-1/+12
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-16/+27
* webxr: Implement XRBoundedReferenceSpace (#33176)Daniel Adams2024-08-252-1/+12
* Implement crypto.randomUUID() (#33158)webbeef2024-08-221-0/+4
* webxr: Update XRWebGLLayer interface to latest spec (#33157)Daniel Adams2024-08-221-2/+3
* webxr: Update XRInputSource interface to latest spec (#33155)Daniel Adams2024-08-211-2/+7
* webxr: Update XRPose interface to latest spec (#33146)Daniel Adams2024-08-211-2/+5
* webxr: Update XRView to latest spec (#33145)Daniel Adams2024-08-211-1/+4
* webxr: Update XRFrame to latest spec (#33102)Daniel Adams2024-08-201-2/+3
* webgpu: Sync various parts of spec (#33009)Samson2024-08-191-18/+83
* Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)Daniel Adams2024-08-181-1/+1
* webxr: Update XRSession to latest spec (#33059)Daniel Adams2024-08-171-0/+6