ladybird/Services/WebWorker
ayeteadoe 95f239a357 CMake: Add Windows executable helper function
The function currently has 2 purposes: (1) To copy dependent dlls for
executables to output binary directory. This ensures that these helper
processes can be ran after a build given not all DLLs from vcpkg libs
get implicitly copied to the bin folder. (2) Allow fully background
and/or GUI processes to use the Windows Subsystem. This prevents
unnecessarily launching a console for the process, as we either require
no user interaction or the user interaction is all handled in the GUI.
2025-10-29 21:07:52 -06:00
..
CMakeLists.txt CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06: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+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
WorkerHost.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00