1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:17:43 +00:00
serenity/Userland/Services/WebContent
Timothy Flynn 61de50c7fd WebContent+WebDriver: Move Find Element to WebContent
Note that this does nothing to "fix" how element references are created.
We continue to return the element ID because, otherwise, all other
element WebDriver endpoints would break.

On the bright side, we avoid several IPC round trips now that we perform
the entire 'find' operation in the WebContent process; and we are able
to work directly on DOM nodes.
2022-11-10 13:10:16 +00:00
..
CMakeLists.txt WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00
ConnectionFromClient.cpp Everywhere: Fix a few comment typos 2022-11-09 16:00:32 +00:00
ConnectionFromClient.h WebContent+WebDriver: Set the navigator.webdriver flag from WebDriver 2022-11-08 19:58:34 -05: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 WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05: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 WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00
PageHost.cpp Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContent 2022-11-09 19:59:26 +00:00
PageHost.h WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00
WebContentClient.ipc Browser+LibWebView+WebContent: Add IPC to minimize and maximize window 2022-11-09 19:59:26 +00: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 WebContent+WebDriver: Set the navigator.webdriver flag from WebDriver 2022-11-08 19:58:34 -05:00
WebDriverClient.ipc WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
WebDriverConnection.cpp WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
WebDriverConnection.h WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00