aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-273-37/+21
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-279-13/+161
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-266-17/+39
* Fix Backspace deleting entire previous line in `<textarea>` (#36112)elomscansio2025-03-261-0/+6
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-2611-2/+1192
* Stop using MutableHandle's DerefMut impl (#36160)Greg Morenz2025-03-261-2/+2
* Use read all bytes when consuming body (#36048)Gregory Terzian2025-03-261-192/+104
* Stop using JS::MutableHandle's DerefMut impl (#36161)Greg Morenz2025-03-261-1/+1
* script: Eliminate `PseudoElementType` (#36146)Martin Robinson2025-03-262-35/+37
* 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-255-13/+26
* 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-256-18/+62
* 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-236-97/+266
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-2310-206/+176
* Don't clear children of declarative shadow hosts when imperatively attaching ...Simon Wülker2025-03-231-2/+1
* compositor: Remove the script channel from the compositor (#36089)Martin Robinson2025-03-231-6/+2
* script: Allow opening links in a new `WebView` (#35017)webbeef2025-03-233-23/+63
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-2312-29/+53
* crown: Do not check trait item projections. (#36095)Josh Matthews2025-03-2210-20/+0
* Fix form validation for readonly inputs and update WPT expectations (#36090)elomscansio2025-03-221-19/+1
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-2213-17/+25
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-213-77/+74
* constellation: Proxy `ScrollState` through the `Constellation` (#36062)Martin Robinson2025-03-212-8/+7
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-212-2/+2
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-1920-39/+56
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-198-15/+113
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-192-6/+21
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-192-5/+5
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-192-1/+69
* Support align attribute on HTMLParagraphElement interface (#36054)Stephen Muss2025-03-191-0/+10