1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Services/WebWorker
Shannon Booth a2cca59516 LibWeb+LibWebView+Services: Add IPC for starting WebWorker of a type
The provides some of the plumbing for a WebContent process to spin
up a WebWorker that is not just a dedicated worker.
2025-04-25 14:07:51 +02:00
..
CMakeLists.txt Meta: Link with OpenSSL explicitly 2025-02-17 12:36:26 +01:00
ConnectionFromClient.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
ConnectionFromClient.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
DedicatedWorkerHost.cpp LibWeb: Do not store network errors as a StringView 2025-04-02 11:43:53 +02:00
DedicatedWorkerHost.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Forward.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
main.cpp LibWeb+LibWebView+Services: Add IPC for starting WebWorker of a type 2025-04-25 14:07:51 +02:00
PageHost.cpp LibWeb+WebContent: Move display list rasterization off the main thread 2025-03-31 15:58:15 +01:00
PageHost.h LibWeb+WebContent: Move display list rasterization off the main thread 2025-03-31 15:58:15 +01:00