ladybird/Userland/Services/WebWorker
Andrew Kaster 7372b2af48 LibIPC+Everywhere: Introduce an IPC Transport abstraction
This abstraction will help us to support multiple IPC transport
mechanisms going forward. For now, we only have a TransportSocket that
implements the same behavior we previously had, using Unix Sockets for
IPC.
2024-10-23 12:29:01 -06:00
..
CMakeLists.txt LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
ConnectionFromClient.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
ConnectionFromClient.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
DedicatedWorkerHost.cpp LibWeb: Move StructuredSerializeOptions to its own header 2024-10-17 16:34:32 -04:00
DedicatedWorkerHost.h LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
Forward.h LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
main.cpp LibWeb: Initialize HTML::EventLoop with its type 2024-07-10 07:04:53 +02:00
PageHost.cpp Everywhere: Pass backing store into Navigable::paint() 2024-06-28 14:25:34 +02:00
PageHost.h LibWeb: Move updating the rendering into HTML task 2024-10-04 07:07:01 +02:00