aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings
Commit message (Expand)AuthorAgeFilesLines
* add CanGc as argument to methods in DissimilarOriginWindow, DocumentFragment,...Yerkebulan Tulibergenov2025-04-081-3/+15
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov2025-04-071-1/+1
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-062-0/+30
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-061-1/+9
* Remove unsafe from cross_origin_property_fallback (#36373)Usman Yahaya Baba2025-04-061-2/+2
* Remove unsafe from maybe_cross_origin_get_prototype (#36366)Usman Yahaya Baba2025-04-061-8/+6
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-1/+5
* Refactor:Refactors report_cross_origin_denial method to use unsafe block (#36...kaushikashok452025-04-051-5/+7
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-057-2/+107
* script: Implement input preprocessing for URLPatterns (#36225)Simon Wülker2025-04-041-1/+1
* Implement TestUtils (#36301)Sebastian C2025-04-041-0/+10
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-0424-143/+2715
* script: Implement deprecated CSSStyleSheet members (#36313)Oriol Brufau2025-04-031-0/+11
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-031-2/+2
* 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