aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings
Commit message (Expand)AuthorAgeFilesLines
* Support static and instance members having the same name in IDLs (#36523)Sebastian C5 days2-21/+35
* Fix crash when setting custom property on Location (#36494)Josh Matthews6 days1-1/+6
* media element: support seekable attribute (#36541)TIN TUN AUNG6 days1-1/+1
* canvas: Add "EnforceRange" attribute to CanvasImageData interface (#36546)Andrei Volykhin6 days1-7/+7
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau6 days1-0/+8
* Transfer ReadableStream (#36181)Gregory Terzian7 days1-1/+1
* Gate `window.trustedTypes` behind flag (#36511)Tim van der Lippe7 days1-0/+1
* async clipboard: implement `writeText` (#36498)Gae247 days3-1/+20
* add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement (#36504)Yerkebulan Tulibergenov8 days1-2/+2
* Support optional message for dataclone error (#36308)Jerens Lensun8 days1-1/+1
* add CanGc as argument to methods in HTMLCollection, HTMLDataListElement, HTML...Yerkebulan Tulibergenov9 days1-4/+16
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov9 days1-4/+4
* Implement "Create a Trusted Type" algorithm (#36454)Tim van der Lippe9 days2-5/+9
* Update ProgressEvent to use doubles (#36487)Sebastian C9 days1-4/+4
* dom: should change media element's currentSrc to children source element's sr...TIN TUN AUNG11 days1-2/+2
* add CanGc as argument to methods in Element (#36464)Yerkebulan Tulibergenov11 days1-2/+2
* Implement `disabled` attribute for `<link rel="stylesheet">` (#36446)Oriol Brufau11 days1-2/+9
* script: copy include! files from script_bindings to script's OUT_DIR (#36384)sagudev13 days1-1/+1
* Remove unsafe annotation add to unsafe blocks (#36399)Barigbue Nbira13 days1-17/+23
* add CanGc as argument to methods in DissimilarOriginWindow, DocumentFragment,...Yerkebulan Tulibergenov14 days1-3/+15
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov14 days1-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