ladybird/Services/WebContent
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: Amend Element interface to make it compatible with TrustedTypes 2025-10-27 16:14:20 +00:00
ConnectionFromClient.h LibWeb+LibWebView+WebContent: Reset pinch-to-zoom state on Ctrl/Cmd+0 2025-10-10 15:37:45 +02:00
ConsoleGlobalEnvironmentExtensions.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
ConsoleGlobalEnvironmentExtensions.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
DevToolsConsoleClient.cpp LibJS: Remove ExecutionContext::function_name field 2025-10-29 21:20:10 +01:00
DevToolsConsoleClient.h LibWebView+WebContent: Implement basic DevTools console support 2025-03-04 15:33:39 -05:00
Forward.h LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
main.cpp Everywhere: Remove AudioCodecPlugin and Qt Multimedia 2025-10-27 17:28:49 -07:00
PageClient.cpp LibWeb: Implement CookieStore::get(name) 2025-08-08 13:09:58 -04:00
PageClient.h LibWeb: Implement CookieStore::get(name) 2025-08-08 13:09:58 -04:00
PageHost.cpp Everywhere: Use URL::about_XXX factory functions 2025-02-15 17:05:55 +00:00
PageHost.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebContentClient.ipc LibWeb: Implement CookieStore::get(name) 2025-08-08 13:09:58 -04:00
WebContentConsoleClient.cpp LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
WebContentConsoleClient.h Everywhere: Mark GC::Cell derived classes as Weakable explicitly 2025-03-29 17:36:33 -05:00
WebContentServer.ipc LibWeb+LibWebView+WebContent: Reset pinch-to-zoom state on Ctrl/Cmd+0 2025-10-10 15:37:45 +02:00
WebDriverClient.ipc LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers 2025-02-06 09:01:16 -05:00
WebDriverConnection.cpp LibWeb: Amend Element interface to make it compatible with TrustedTypes 2025-10-27 16:14:20 +00:00
WebDriverConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebDriverServer.ipc
WebUIClient.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
WebUIConnection.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
WebUIConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebUIServer.ipc LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00