aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
* servoshell: Do not focus and raise new auxiliary WebDriver-created `WebView`s...HEADmainEuclid Ye82 min.2-12/+27
* Support `::part` selector (#37307)Simon Wülker2 hours6-18/+85
* [WebDriver] Unify Cookie related Error types (#37339)Euclid Ye6 hours1-16/+12
* Report URI with POST fetch request (#37209)Tim van der Lippe18 hours2-26/+248
* [webdriver] Implement get shadow root (#37280)batu_hoang40 hours2-0/+29
* Change canvas/context/snapshot size from u64 -> u32 (#36827)Sam K46 hours9-40/+40
* feat(script): add `Supports()` to `htmlscriptelement` (#37313)Jason Tsai2 days1-0/+8
* [#26499] Refactors HTMLMediaElement drop logic (#37310)Domenico Rizzo2 days1-15/+38
* htmlmediaelement: Support seek requests for non seekable fetch context (#37264)Andrei Volykhin3 days1-12/+49
* Revert "Implement Input UA Shadow DOM (#37065)" (#37296)webbeef3 days5-306/+35
* Add support for parsing and applying `viewport` `<meta>` (#35901)Shubham Gupta3 days1-0/+30
* HTMLScriptElement: add `ScriptType::ImportMap` (#37291)Ngo Iok Ui (Wu Yu Wei)3 days1-27/+36
* Fix timing of change events for `<select>` elements (#37293)Simon Wülker3 days3-20/+61
* Don't drain ranges across shadow boundaries (#37281)Simon Wülker3 days2-41/+80
* script: Fix two issues in the XPath parser to pass all `xml_xpath_tests.xml` ...Ville Lindholm3 days3-59/+104
* Fix ReadableStream cancel error message (#37282)Aokingo3 days1-1/+1
* [#26488] Moves the FetchCanceller to a separate droppable struct, in Event So...Domenico Rizzo4 days1-14/+33
* Use a VecDeque to manage timers (#37080)webbeef4 days1-8/+8
* Implement wb element send keys for file input (#37224)Kenzie Raditya Tirtarahardja4 days2-18/+65
* Dom: Implement AbortSignal ThrowIfAborted method (#37245)Taym Haddadi5 days1-2/+12
* Implement the `size` presentational hint for `<hr>` elements (#37211)Simon Wülker6 days2-1/+100
* dom: implement abort signal reason method (#37227)Gregory Terzian6 days1-2/+3
* Consistently use `Dom` in native promise handlers (#37226)Euclid Ye6 days1-2/+3
* htmlmediaelement: Fix fetch request race on "seek-data" event (#37002)Andrei Volykhin7 days1-98/+193
* XPath: implement lang() and id() core functions (#34594)Ville Lindholm7 days7-37/+222
* dom: implement aborted method of abort signal (#37218)Gregory Terzian7 days1-2/+8
* dom: implement signal method on abort controller (#37217)Gregory Terzian7 days1-0/+6
* script: Upgrade `node_ids` to `pipeline_to_node_ids` to track the owner pipel...Euclid Ye7 days4-37/+61
* script: Set HTTP status code when aborting an `XMLHttpRequest` (#37190)Tunahan Karlibas8 days1-0/+3
* Split handle_player_event into smaller functions (#37113)Michael Rees8 days1-354/+380
* dom: implement signal abort on controller and signal (#37192)Gregory Terzian9 days2-9/+97
* Implement Input `type=text` UA Shadow DOM (#37065)Steven Novaryo10 days5-35/+306
* Send synthetic keydown/keyup at ime_insert_text (#37175)Kenzie Raditya Tirtarahardja10 days1-0/+3
* script: Let canvas serialization to image fail gracefully (#37184)Martin Robinson11 days1-40/+62
* Implement basics of link preloading (#37036)Tim van der Lippe11 days3-40/+362
* pixels: Add limitation to max image total bytes length (#37172)Andrei Volykhin11 days4-27/+40
* Refactoring `HTMLOptionElement::Text` into iterative style (#37167)Kingsley Yung12 days2-21/+26
* canvas: Add HTMLVideoElement to CanvasImageSource union type (#37135)Andrei Volykhin12 days5-30/+176
* Let `input` JS event be dispatched by `keydown` instead of `keypress` (#37078)Euclid Ye12 days4-28/+51
* Refactor the memory profiler code to return the struct. (#37155)Narfinger12 days1-1/+3
* [#26488] Moved Droppable code into a separate struct for CanvasRenderingConte...Domenico Rizzo13 days1-16/+28
* Add support for static SVG images using `resvg` crate (#36721)Mukilan Thiyagarajan13 days15-104/+215
* script: stub `AbortSignal` (#37033)Gregory Terzian13 days2-0/+72
* imagebitmap: Use snapshot::Snapshot as bitmap data (#37131)Andrei Volykhin13 days2-40/+37
* refactor: merge `cross_realm_transform_*` fields into one (#37102)Jason Tsai13 days2-61/+68
* constellation: Pass system theme to new Pipelines (#37132)Martin Robinson2025-05-265-27/+37
* Rename `Stylesheet::Type_` to `Stylesheet::Type` (#37126)Simon Wülker2025-05-251-2/+2
* script: Return global objects for DOM objects in the relevant realm (#37120)Josh Matthews2025-05-251-2/+12
* Implement `URLPattern::{text, exec}` (#37044)Simon Wülker2025-05-241-38/+144
* script: Add support for polygons in `HtmlAreaElement::hit_test` (#37064)Ashwin Naren2025-05-241-2/+24