ladybird/Services
Shannon Booth de14978046 LibWeb: Implement cross process BroadcastChannel delivery
Route BroadcastChannel messages over IPC so matching channels can
receive them across WebContent and WebWorker processes, rather than only
within a single process.

Each channel now serializes its payload, sends it upward over IPC, and
receiving processes deliver it locally after matching by storage key and
channel name.
2026-04-14 18:43:28 +02:00
..
ImageDecoder Everywhere: Replace Unix socket IPC transport with Mach ports on macOS 2026-03-23 18:50:48 +01:00
RequestServer RequestServer: Use correct request map for stale-while-revalidate cookie 2026-04-13 19:43:13 -04:00
WebContent LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
WebDriver Everywhere: Move Mach bootstrap listener into LibIPC 2026-03-24 19:51:52 +01:00
WebWorker LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00