ladybird/Services/WebWorker
Sam Atkins 62d7011f45 LibWeb/HTML: Update worker construction spec steps
This is largely editorial. One behaviour change is that events are now
sent from a global task on the DOMManipulation task source.

Somewhat awkwardly, the spec refers to `this` before the Worker exists.
As it's for getting the relevant global object / settings object, I've
had to work around that.

Corresponds to:
917c2f6a73
2025-12-01 15:02:27 +01:00
..
CMakeLists.txt CMake: Make Ladybird and all Services executables console applications 2025-11-03 13:23:47 -05:00
ConnectionFromClient.cpp LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
ConnectionFromClient.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
Forward.h LibWeb+WebWorker: Create SharedWorkerGlobalScope for Shared Workers 2025-05-18 17:50:05 -06:00
main.cpp WebWorker: Enable in Windows CI 2025-08-23 16:04:36 -06:00
PageHost.cpp LibWeb: Implement cookie fetching for Workers 2025-09-09 15:28:38 +02:00
PageHost.h LibWeb: Implement cookie fetching for Workers 2025-09-09 15:28:38 +02:00
WorkerHost.cpp LibWeb/HTML: Update worker construction spec steps 2025-12-01 15:02:27 +01:00
WorkerHost.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00