aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-24452-15077/+0
* Update the FormData constructor to allow providing a submitter (#35066)shanehandley2025-01-231-1/+1
* Implement Event propagation across shadow roots (#34884)Simon Wülker2025-01-221-0/+2
* Add support for HTMLStyleElement.type (#35038)webbeef2025-01-211-2/+3
* Implement shadow dom slots (#35013)Simon Wülker2025-01-193-3/+28
* chore: Update wgpu and fix webgpu pref (#35020)Samson2025-01-161-3/+3
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-151-0/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+15
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-14139-217/+217
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-131-3/+6
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-101-3/+5
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-101-0/+6
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-2/+2
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-052-2/+2
* Implement referrerpolicy attribute on remaining elements (#34736)shanehandley2024-12-222-0/+3
* Update wgpu for supporting TextureView.usage (#34721)Samson2024-12-211-0/+1
* Implement `console.trace` (#34629)Simon Wülker2024-12-181-5/+9
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-179-4/+236
* script: Add stub interface for AbortController. (#34519)Josh Matthews2024-12-101-0/+13
* Add ReferrerPolicy IDL attribute to iframes (#34526)shanehandley2024-12-081-0/+2
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-084-0/+82
* Implement `ShadowRoot.clonable` attribute (#34514)Simon Wülker2024-12-072-1/+7
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-054-18/+18
* script: add PointerEvent (#34437)Ngo Iok Ui (Wu Yu Wei)2024-12-021-0/+46
* 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