aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
Commit message (Expand)AuthorAgeFilesLines
* Support custom derives for generated types (#34356)Josh Matthews2024-11-243-14/+123
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-1/+11
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-242-6/+148
* 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
* Fix writing of apis.html (#34224)Samson2024-11-111-1/+4
* 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
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-17/+69
* Implement `SubtleCrypto.digest` (#34034)Simon Wülker2024-10-301-2/+2
* Fix invalid rooting for PropertyDescriptor (#34018)Josh Matthews2024-10-281-7/+7
* 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-232-14/+107
* 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
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-0/+1
* 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
* fix clippy warnings in codegen (#33781)Gae242024-10-101-2/+2
* refactor `CGClassConstructHook` to use handwritten constructors (#33614)Gae242024-10-091-31/+31
* 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
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-17/+71
* Less `allow(crown::unrooted_must_root)` in bindings (#33630)Samson2024-10-031-3/+7
* Fix panic in webstorage/symbol-props.window.js (#33108)Akash Pateria2024-10-021-0/+16