aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/messaging.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+2
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+3
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-1/+1
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-6/+1
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-37/+37
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-0/+2
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-1/+1
* suppress build warnings when disabling webgpu and webxr (#35379)webbeef2025-02-081-1/+2
* script_traits: Rename `ConstellationControlMsg` to `ScriptThreadMessage` (#35...Martin Robinson2025-01-301-37/+37
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-7/+7
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-1/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+16
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-82/+113
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-2/+2
* Correct a variety of documentation issues (#34786)Martin Robinson2024-12-291-3/+4
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-0/+398