aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* 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-063-4/+4
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-0618-106/+128
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-0539-73/+71
* 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-051-1/+2
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-0523-4/+94
* 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-0415-106/+113
* 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-047-48/+43
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-0422-345/+349
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-0428-56/+65
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-0418-2455/+59
* 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-018-26/+7
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-015-42/+82
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-013-0/+60
* 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
* 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
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-3024-568/+165
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-299-53/+117
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-2958-434/+598
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-2918-764/+120
* 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-282-1/+17
* 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
* Replace some uses of window.global() with upcast. (#36179)Aniebiet Afia2025-03-271-1/+1
* 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
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-272-31/+15
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-278-12/+157
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-265-17/+27
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-265-0/+381
* Stop using MutableHandle's DerefMut impl (#36160)Greg Morenz2025-03-261-2/+2