servo/components/shared/constellation
Martin Robinson fee2ea34af
constellation: Re-split structured data types into separate files (#36615)
In #36364 I moved both serializable and transferable implementations
from the `script_traits` crate into a single file called
`message_ports.rs`. Gregory raised the point that this was a bit of a
inaccurate grouping. This change attempts to fix it according to the
division in the specification.

See [the relevant thread on zulip][thread].

[thread]:
510864104.

Testing: Covered by existing test as this is just code movement.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-04-21 03:41:55 +00:00
..
structured_data constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00
Cargo.toml Move ScriptToConstellationMsg to constellation_traits (#36364) 2025-04-05 22:13:29 +00:00
from_script_message.rs constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00
lib.rs constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00