aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings
Commit message (Expand)AuthorAgeFilesLines
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-011-1/+1
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-011-3/+3
* Implement CSSNestedDeclarations (#36248)Oriol Brufau2025-04-012-0/+17
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-7/+7
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-308-55/+631
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-2911-26/+815
* Stop using `RootedGuard's` DerefMut impl (#36158)Greg Morenz2025-03-281-2/+2
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-272-0/+66
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-261-2/+3
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-5/+14
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-251-2/+3
* script: Support converting JS values to Rc<Promise> with FromJSValConvertible...Josh Matthews2025-03-252-1/+2
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-233-4/+10
* script: Ensure promises are considered DOM interfaces when generating binding...Josh Matthews2025-03-232-3/+5
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-3/+3
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-4/+41
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-192-4/+4
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-1/+1
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-192-4/+3
* Support align attribute on HTMLParagraphElement interface (#36054)Stephen Muss2025-03-191-2/+1
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-182-3/+4
* Implement declarative shadow dom (#34964)batu_hoang2025-03-173-1/+7
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-166-5/+501
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-162-0/+29
* Use stream in file read operation (#35969)Gregory Terzian2025-03-161-1/+2
* script: Implement HTMLOptgroupElement::Label (#35970)Simon Wülker2025-03-141-2/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-134-4/+7
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1/+0
* Implement `ElementInternals::shadowRoot` (#35923)Simon Wülker2025-03-121-0/+3
* Use new stylo crate renames (#35898)Nico Burns2025-03-122-2/+2
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-0/+8
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-101-1/+1
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+1
* Add an about:memory page (#35728)webbeef2025-03-072-0/+24
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-051-0/+12
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-032-2/+13
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-034-11/+10
* refactor: add CanGc as argument to methods in CSSGroupingRule, CSSKeyframesRu...Yerkebulan Tulibergenov2025-03-021-0/+12
* refactor: add CanGc as argument to methods in CanvasRenderingContext2D and Of...Yerkebulan Tulibergenov2025-03-011-2/+2
* refactor: add CanGc as argument to OffscreenCanvas methods (#35731)Yerkebulan Tulibergenov2025-03-011-0/+4
* refactor: add CanGc as argument to BaseAudioContext::{Destination, Listener} ...Yerkebulan Tulibergenov2025-03-011-1/+1
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-272-1/+3
* bindings: Fix support for interface members in setlike/maplike. (#35651)Mukilan Thiyagarajan2025-02-276-6/+62
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-251-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-1/+1
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-251-3/+3
* refactor: add CanGc as argument to Promise::reject (#35622)Yerkebulan Tulibergenov2025-02-231-1/+1
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-231-2/+2
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-236-0/+393
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+3