aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using JS::MutableHandle's DerefMut impl (#36161)Greg Morenz2025-03-261-1/+1
* Fix check in get_array_index_from_id to return early on ASCII char (#36136)Michael Rees2025-03-251-1/+1
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-254-9/+22
* script: Support converting JS values to Rc<Promise> with FromJSValConvertible...Josh Matthews2025-03-252-1/+23
* canvas: Update the image as part of update the rendering (#35996)sagudev2025-03-255-16/+48
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-241-18/+80
* fix: radio input element don't trigger validity state (#36103)Jerens Lensun2025-03-231-2/+4
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-235-96/+265
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-239-196/+159
* Don't clear children of declarative shadow hosts when imperatively attaching ...Simon Wülker2025-03-231-2/+1
* script: Allow opening links in a new `WebView` (#35017)webbeef2025-03-231-1/+25
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-2311-24/+49
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-2210-20/+0