1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Services/WebWorker
Luke Wilde cae0ab2139 LibWeb: Make PolicyContainer GC allocated
This is required to store Content Security Policies, as their
Directives are implemented as subclasses with overridden virtual
functions. Thus, they cannot be stored as generic Directive classes, as
it'll lose the ability to call overridden functions when they are
copied.
2025-02-21 12:43:48 +00:00
..
CMakeLists.txt Meta: Link with OpenSSL explicitly 2025-02-17 12:36:26 +01:00
ConnectionFromClient.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
ConnectionFromClient.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
DedicatedWorkerHost.cpp LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00: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 Revert "WebWorker: Prefer the default EventLoopManager over Qt's…" 2025-01-31 10:58:31 +00:00
PageHost.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PageHost.h LibWeb: Schedule input event processing on HTML event loop 2025-02-15 21:09:18 +01:00