mirror of
https://github.com/servo/servo.git
synced 2025-07-19 05:13:55 +01:00
BroadcastChannel uses 2 hash maps in the constellation and they were not kept properly in sync. Also fixed a logic error where `Option<HashMap<...>>` was not considered empty when being `None`. Testing: These warnings should not happen anymore: [2025-07-14T03:54:22Z WARN constellation::constellation] No sender for broadcast router: (4,1) [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including ImageBitmap (should never happen). [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including MessagePort (should never happen). [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including OffscreenCanvas (should never happen). [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including ReadableStream (should never happen). [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including WritableStream (should never happen). [2025-07-14T03:33:59Z WARN constellation_traits::structured_data] Attempt to broadcast structured serialized data including TransformStream (should never happen). Signed-off-by: webbeef <me@webbeef.org> |
||
---|---|---|
.. | ||
allocator | ||
background_hang_monitor | ||
bluetooth | ||
canvas | ||
compositing | ||
config | ||
constellation | ||
deny_public_fields | ||
devtools | ||
dom_struct | ||
domobject_derive | ||
fonts | ||
geometry | ||
hyper_serde | ||
jstraceable_derive | ||
layout | ||
malloc_size_of | ||
media | ||
metrics | ||
net | ||
pixels | ||
profile | ||
rand | ||
range | ||
script | ||
script_bindings | ||
servo | ||
servo_tracing | ||
shared | ||
timers | ||
url | ||
webdriver_server | ||
webgl | ||
webgpu | ||
webxr |