servo/components/constellation
Martin Robinson 5a35e1faec
constellation: Rename messages sent to the Constellation (#36341)
Messages that are sent to the `Constellation` have pretty ambiguous
names.
This change does two renames:

- `ConstellationMsg` → `EmbedderToConstellationMessage`
- `ScriptMsg` → `ScriptToConstellationMessage`

This naming reflects that the `Constellation` stands in between the
embedding layer and the script layer and can receive messages from both.
Soon both of these message types will live in `constellation_traits`,
reflecting the idea that the `_traits` variant for a crate is
responsible for exposing the API for that crate.

Testing: No new tests are necessary here as this just renames two enums.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-04-04 19:39:38 +00:00
..
browsingcontext.rs constellation: Stop assuming that the viewport is shared by all WebViews (#36312) 2025-04-04 17:06:34 +00:00
Cargo.toml webgpu: Add a webgpu_traits crate (#36320) 2025-04-04 08:06:07 +00:00
constellation.rs constellation: Rename messages sent to the Constellation (#36341) 2025-04-04 19:39:38 +00:00
event_loop.rs compositor: Remove the script channel from the compositor (#36089) 2025-03-23 11:19:27 +00:00
lib.rs constellation: Rename messages sent to the Constellation (#36341) 2025-04-04 19:39:38 +00:00
logging.rs constellation: Rename messages sent to the Constellation (#36341) 2025-04-04 19:39:38 +00:00
pipeline.rs Prevent zombie processes in multi-process mode. (#36329) 2025-04-04 19:39:13 +00:00
process_manager.rs Prevent zombie processes in multi-process mode. (#36329) 2025-04-04 19:39:13 +00:00
sandboxing.rs Prevent zombie processes in multi-process mode. (#36329) 2025-04-04 19:39:13 +00:00
serviceworker.rs Prevent zombie processes in multi-process mode. (#36329) 2025-04-04 19:39:13 +00:00
session_history.rs constellation: Stop assuming that the viewport is shared by all WebViews (#36312) 2025-04-04 17:06:34 +00:00
tracing.rs constellation: Rename messages sent to the Constellation (#36341) 2025-04-04 19:39:38 +00:00
webview_manager.rs Separate WebviewManager from Webview in compositor and constellation (#36302) 2025-04-04 07:34:19 +00:00