aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Animation: update image active frame when update the rendering (#36286)TIN TUN AUNG13 days1-0/+4
* Synchronize `dispatch_actions` in WebDriver (#36932)batu_hoang2025-05-211-7/+31
* libservo: Allow embedders to execute JavaScript scripts via the API (#35720)Narfinger2025-05-131-3/+54
* Correct event_target for CSP violations (#36887)Tim van der Lippe2025-05-081-1/+2
* devtools: Allow highlighting elements from the inspector (#35822)Simon Wülker2025-05-051-0/+3
* script: Unconditionally send exit message during pipeline shutdown (#36808)Martin Robinson2025-05-051-8/+9
* Create new image cache per document (#36832)Tim van der Lippe2025-05-041-5/+9
* Propagate parent policy container to local iframes (#36710)Tim van der Lippe2025-05-031-0/+4
* Check CSP for `javascript:` URLs (#36709)Tim van der Lippe2025-05-021-2/+7
* script: Move Window-only gamepad functionality out of GlobalScope (#36805)Josh Matthews2025-05-021-1/+1
* Improve inter-document focus handling (#36649)Fuguo2025-04-301-6/+72
* update doc for `ScriptThread::relative_mouse_down_point` (#36743)Euclid Ye2025-04-291-2/+1
* Report exceptions for async script executions to webdriver (#27041)Josh Matthews2025-04-251-0/+1
* compositor: Tick animations for an entire WebView at once (#36662)Martin Robinson2025-04-241-20/+3
* script: Measure stored layout data memory usage. (#36664)Josh Matthews2025-04-241-2/+3
* chore: remove unnecessary `webrender_document` in script (#36648)Jason Tsai2025-04-221-7/+0
* Rework `ScriptThread::handle_input_event` for behaviour and performance (#36619)Euclid Ye2025-04-211-32/+30
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns2025-04-191-1/+1
* Move click event trigger from embedding layer to `ScriptThread` (#36413)Euclid Ye2025-04-181-3/+57
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews2025-04-181-7/+13
* net: Report memory usage for image cache. (#36556)Josh Matthews2025-04-161-1/+4
* Implement GetComputedRole in wd (#36552)Kenzie Raditya Tirtarahardja2025-04-161-0/+8
* Switch to data_url::mime for document content type (#36522)webbeef2025-04-151-10/+8
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe2025-04-131-2/+12
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov2025-04-131-1/+1
* Handle HTTP Refresh header (#36393)Sebastian C2025-04-111-1/+8
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-061-3/+3
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-7/+9
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-2/+3
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-12/+24
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-13/+13
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-1/+1
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-0/+3
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-11/+1
* Add SimulateColorScheme command and script thread handling (#36253)Usman Yahaya Baba2025-04-011-0/+8
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-291-0/+4
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-1/+1
* Replace some uses of window.global() with upcast. (#36179)Aniebiet Afia2025-03-271-1/+1
* 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-271-6/+6
* 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-231-0/+2
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-2/+3
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-46/+21
* constellation: Proxy `ScrollState` through the `Constellation` (#36062)Martin Robinson2025-03-211-5/+5
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-191-5/+18
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-181-2/+9
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-0/+1