aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/constellation/structured_data
Commit message (Collapse)AuthorAgeFilesLines
* constellation: Re-split structured data types into separate files (#36615)Martin Robinson3 days3-0/+577
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]: https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Organizing.20*_traits.20crates/near/510864104. Testing: Covered by existing test as this is just code movement. Signed-off-by: Martin Robinson <mrobinson@igalia.com>