ladybird/Userland/Services/WebWorker
Ali Mohammad Pur 6dfb2f9dc8 Everywhere: Merge the WebSocket service into RequestServer
This keeps the APIs separate as they are wildly different, a future
improvement could be to somehow unify the APIs (if possible).

Closes #23080.
2024-03-06 10:07:27 +01:00
..
CMakeLists.txt LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
ConnectionFromClient.cpp LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
ConnectionFromClient.h LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
DedicatedWorkerHost.cpp LibWeb: Implement and use the fetch a module worker script graph AO 2024-03-06 07:19:10 +01:00
DedicatedWorkerHost.h LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
Forward.h LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
main.cpp Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
PageHost.cpp LibWeb+WebContent+WebWorker: Add an option to skip painting the overlay 2023-12-07 10:53:12 +01:00
PageHost.h LibWeb: Schedule repainting from EventLoop::process() 2024-02-20 10:55:10 +01:00