1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:38:12 +00:00
serenity/Userland/Services/WebContent
Linus Groh b572a91a6f LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
This cannot be done on the Browser or WebDriver ends, or via the
existing run_javascript() IPC endpoint, as we cannot transfer JS objects
through the IPC boundary (yet), only serialized JSON, so the individual
WebDriver steps around script execution need to run in the WebContent
process.
2022-11-02 23:46:30 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp LibWeb+WebContent: Add WebDriver infrastructure for executing scripts 2022-11-02 23:46:30 +00:00
ConnectionFromClient.h LibWeb+WebContent: Add WebDriver infrastructure for executing scripts 2022-11-02 23:46:30 +00:00
ConsoleGlobalObject.cpp LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro 2022-09-21 21:12:24 +01:00
ConsoleGlobalObject.h LibWeb: Remove unused WindowObject.h 2022-09-06 13:54:49 +02:00
Documentation.txt LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ImageCodecPluginSerenity.cpp LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2022-09-16 15:15:50 +02:00
ImageCodecPluginSerenity.h LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2022-09-16 15:15:50 +02:00
main.cpp Services: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
PageHost.cpp LibWeb+LibWebView+WebContent: Add IPC to receive window position/size 2022-11-01 21:16:50 +00:00
PageHost.h LibWeb+LibWebView+WebContent: Add IPC to receive window position/size 2022-11-01 21:16:50 +00:00
WebContentClient.ipc Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
WebContentConsoleClient.cpp WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
WebContentConsoleClient.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
WebContentServer.ipc LibWeb+WebContent: Add WebDriver infrastructure for executing scripts 2022-11-02 23:46:30 +00:00