aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing space in CSSStyleSheet::AddRule() (#36383)Usman Yahaya Baba2025-04-071-1/+1
* Add a tokenizer for URLPatterns (#36362)Simon Wülker2025-04-071-4/+543
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-062-0/+182
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-065-29/+33
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-064-38/+104
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-065-6/+6
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-0619-110/+132
* Fix: Add support for stylesheet MIME type quirk in quirks mode (#36338)saku2025-04-061-1/+11
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-0551-96/+97
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-059-0/+407
* structuredclone::read throws a DataClone error on failure (#36361)Kingsley Yung2025-04-051-10/+8
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-052-3/+5
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-0529-5/+103
* script: Implement input preprocessing for URLPatterns (#36225)Simon Wülker2025-04-041-51/+685
* Implement TestUtils (#36301)Sebastian C2025-04-042-0/+50
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-0420-133/+155
* script: Remove code dealing with `CompositorUntrustedNode` (#36343)Martin Robinson2025-04-042-36/+5
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-0410-85/+75
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-0423-346/+351
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-0431-58/+68
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-0423-2542/+67
* Webdriver delete cookie (#36306)Euclid Ye2025-04-042-1/+30
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-031-0/+4
* script: Implement deprecated CSSStyleSheet members (#36313)Oriol Brufau2025-04-031-3/+46
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-036-89/+334
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-0237-235/+221
* script: Create `CSSStyleOwner::Null` for `getComputedStyle` (#36272)Martin Robinson2025-04-022-3/+68
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-025-53/+73
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-022-12/+20
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-019-37/+8
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-015-42/+82
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-014-0/+117
* Implement CSSNestedDeclarations (#36248)Oriol Brufau2025-04-013-1/+101
* Fix null realm assertion when activating a service worker (#36256)Josh Matthews2025-04-011-3/+3
* script: Use `RegExpFlag_UnicodeSets` when validating regular expressions in `...MDCODE2472025-04-011-3/+3
* Add SimulateColorScheme command and script thread handling (#36253)Usman Yahaya Baba2025-04-011-0/+8
* Remove ServoParser::do_parse_sync (#36255)Simon Wülker2025-04-011-8/+0
* dom: Set "composed" flag on construction for some event types (#36239)Andrei Volykhin2025-03-314-3/+12
* script: Fix resize observer depth calculation for Shadow DOM. (#36230)Josh Matthews2025-03-311-1/+1
* Remove interior mutability from `ResizeObservation` (#36233)Simon Wülker2025-03-311-17/+16
* Only invoke resize observer callback when the observed element changed its si...Simon Wülker2025-03-311-3/+41
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-12/+12
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-3025-573/+175
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-2911-53/+125
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-2960-435/+600
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-292-11/+36
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-2919-765/+121
* Remove redundant `rooted_vec` macro (#36214)Greg Morenz2025-03-292-17/+0
* dom: Track "removed" event listener status (#36163)Andrei Volykhin2025-03-282-97/+107
* Animation: Aggregate Animated Image Info to Document (#36141)TIN TUN AUNG2025-03-284-1/+47