aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Bindings.conf
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-615/+0
* DataTransfer: propagate CanGc argument (#35062)Gae242025-01-181-1/+13
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-151-1/+1
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-101-1/+1
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-0/+16
* webgpu: Fix HTML event loop integration (#34631)Samson2024-12-171-0/+4
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-1/+9
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-0/+46
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-221-1/+1
* crypto: Support key wrap operations + AES-KW (#34262)Daniel Adams2024-11-181-2/+2
* Implement `crypto.subtle.sign/verify` with HMAC (#34223)Simon Wülker2024-11-111-2/+2
* Implement `subtlecrypto.deriveKey` (#34185)Simon Wülker2024-11-081-2/+2
* sort Bindings.conf (#34175)Gae242024-11-071-93/+88
* Implement `SubtleCrypto.deriveBits` with PBDKF2 (#34164)Simon Wülker2024-11-061-2/+2
* Implement `SubtleCrypto.digest` (#34034)Simon Wülker2024-10-301-2/+2
* CanGc fixes in messageport.rs & workerglobalscope.rs (#34003)tanishka2024-10-251-0/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-3/+3
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-1/+5
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-14/+106
* Propagate CanGc when interacting with readable streams. (#33975)Josh Matthews2024-10-231-1/+1
* CanGc fixes from eventtarget.rs (#33973)tanishka2024-10-221-17/+21
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-47/+95
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-4/+8
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-7/+25
* crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795)Daniel Adams2024-10-211-18/+18
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-2/+10
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-2/+6
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-1/+37
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-4/+16
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-2/+6
* CanGc fixes in components/script/dom (#33891)tanishka2024-10-171-1/+1
* More CanGc fixes (#33888)chickenleaf2024-10-171-3/+18
* CanGc fixes in components/script/dom (#33880)tanishka2024-10-171-0/+4
* Some CanGc Fixes (#33865)komuhangi2024-10-161-0/+1
* CanGc fixes in components/script/dom (#33862)tanishka2024-10-161-2/+2
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+17
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-1/+1
* CanGc fixes and checks in multiple files (#33836)chickenleaf2024-10-151-0/+1
* CanGc fixes originating from `gamepadevent.rs` & `stereopannernode.rs` (#33828)tanishka2024-10-141-1/+1
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-0/+6
* Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822)chickenleaf2024-10-131-2/+15
* CanGc fixes starting from blob.rs, mediastream.rs, custom_event.rs (#33820)chickenleaf2024-10-121-1/+12
* CanGc fixes starting from imagedata.rs (#33808)chickenleaf2024-10-111-0/+8
* Replace CanGc::note() calls with arguments in `components/script/dom` (#33692)tanishka2024-10-081-3/+3
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-081-0/+4
* Sorted Bindings.conf alphabetically (#33713)DileepReddyP2024-10-081-105/+105
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-1/+37
* webxr: Update XRSession to latest spec (#33059)Daniel Adams2024-08-171-1/+1
* Update codegen for GetOpener:inRealms in Bindings.conf (#33062)Taym Haddadi2024-08-151-1/+1
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-0/+4