servo/components/shared/constellation/structured_data
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
..
mod.rs constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00
serializable.rs constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00
transferable.rs constellation: Re-split structured data types into separate files (#36615) 2025-04-21 03:41:55 +00:00