aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* Devtools: initial Debugger > Sources panel (#36164)delan azabani13 days1-0/+14
* add CanGc as argument to methods in DissimilarOriginWindow, DocumentFragment,...Yerkebulan Tulibergenov14 days6-12/+16
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov14 days3-49/+55
* fix: meta referrer updating to follow spec (#36390)Sebastian C14 days2-37/+28
* Split up the URLPattern implementation (#36391)Simon Wülker14 days5-2427/+2466
* Create a parser for URLPatterns (#36382)Simon Wülker2025-04-071-9/+449
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-071-0/+1
* Streams: add an underlying sink type (#36385)Gregory Terzian2025-04-072-50/+105
* 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-063-19/+20
* 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