Files
ladybird/Libraries/LibWeb
Jonathan Gamble bac4bc9c68 LibGC: Harden for_each_message_port iteration for teardown
`for_each_message_port` was dying in the iteration loop on test-web
navigations when connected to an AudioWorklet over IPC. While this
particular failure was not observed on master branch, the hole is
visible from inspection. Copy the container before iterating and
use WeakHashSet to filter deleted ports.
2026-03-07 19:43:17 +01:00
..
2026-02-18 08:02:45 -05:00
2026-02-17 10:48:09 -05:00
2026-02-18 08:02:45 -05:00