aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consume BOM in the `text()` method of fetch bodies (#36192)Andreu Botella2025-03-281-1/+8
* Fix content-type when creating a `Request` with `FormData` body (#36194)Andreu Botella2025-03-281-1/+1
* Stop using `RootedGuard's` DerefMut impl (#36158)Greg Morenz2025-03-282-6/+7
* fix: prevent missing value error for radio button inputs without a name (#36197)Barigbue Nbira2025-03-281-0/+3
* doc: fix broken link to UnrootedMustRoot plugin (#36198)Mukilan Thiyagarajan2025-03-281-1/+1
* Replace some uses of window.global() with upcast. (#36179)Aniebiet Afia2025-03-272-2/+2
* fix(parser): Set shadow’s available to element internals in attach_declarat...elomscansio2025-03-271-0/+3
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-273-5/+828
* Made MAX_TASK_NS u128. Also removed a superfluous into(). Both were required ...Moritz Mœller2025-03-271-1/+1