ladybird/Services/WebDriver
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
..
Client.cpp WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
Client.h WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
CMakeLists.txt CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
main.cpp LibWebView+WebContent: Allow setting the default time zone 2025-10-23 14:42:45 +02:00
Session.cpp Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00
Session.h Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00
WebContentConnection.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebContentConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00