servo/components/shared/constellation
Simon Wülker 54c2818974
Don't slice a sliced blob (#36866)
When slicing a blob that is already sliced we should reference it's
parent's data instead of creating a subview into the sliced blob. This
keeps the blob ancestry chain small and reduces the number of blobs that
we have to resolve.

Testing: Includes a new crashtest
Fixes: https://github.com/servo/servo/issues/36843

[try
run](https://github.com/simonwuelker/servo/actions/runs/14844873660)

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-05-06 07:25:11 +00:00
..
structured_data Don't slice a sliced blob (#36866) 2025-05-06 07:25:11 +00:00
Cargo.toml Move ScriptToConstellationMsg to constellation_traits (#36364) 2025-04-05 22:13:29 +00:00
from_script_message.rs Propagate parent policy container to local iframes (#36710) 2025-05-03 08:47:40 +00:00
lib.rs MessagePort: implement disentanglement (#36654) 2025-04-30 10:49:38 +00:00