aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/script/script_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-389/+0
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-3/+3
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-5/+5
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-3/+3
* webgpu: leverage routed_promise in calls returning promises (#35859)webbeef2025-03-231-2/+2
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-16/+2
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-15/+0
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-66/+7
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-1/+2
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-6/+2
* Add an about:memory page (#35728)webbeef2025-03-071-0/+4
* compositor: Make `PipelineDetails` and pending paint metrics per-WebView (#35...Martin Robinson2025-03-041-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-261-3/+3
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-251-6/+6
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-171-3/+5
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-10/+1
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-5/+0
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-13/+4
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-3/+3
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+5
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-10/+0
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-0/+10
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-10/+0
* chore: Update wgpu (#33506)Samson2024-09-211-2/+1
* Less nesting in webgpu response (#32799)Samson2024-07-171-2/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-6/+15
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-3/+3
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-3/+3
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-121-0/+1
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-7/+7
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-14/+14
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-1/+1
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-201-1/+1
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+493