1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Userland/Services/WebContent
Timothy Flynn 1f08cb7020 LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Currently, all handling of pending dialogs occurs in PageHost. In order
to re-use this functionality to run WebDriver in a headless move, move
it to Page.
2022-11-24 00:10:56 +00:00
..
CMakeLists.txt WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00
ConnectionFromClient.cpp Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes 2022-11-23 16:05:59 +00:00
ConnectionFromClient.h LibWebView+WebContent: Wait for dialog responses without blocking IPC 2022-11-16 17:23:56 +00:00
ConsoleGlobalObject.cpp WebContent: Add $() and $$() functions to browser console 2022-11-19 16:56:31 +00:00
ConsoleGlobalObject.h WebContent: Add $() and $$() functions to browser console 2022-11-19 16:56:31 +00: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 LibWeb+WebContent: Move pending dialog handling from PageHost to Page 2022-11-24 00:10:56 +00:00
PageHost.h LibWeb+WebContent: Move pending dialog handling from PageHost to Page 2022-11-24 00:10:56 +00:00
WebContentClient.ipc LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text 2022-11-16 17:23:56 +00:00
WebContentConsoleClient.cpp WebContent: Add $_ variable to browser console 2022-11-19 16:56:31 +00:00
WebContentConsoleClient.h WebContent: Create a separate realm for JS console input 2022-11-19 16:56:31 +00:00
WebContentServer.ipc LibWebView+WebContent: Wait for dialog responses without blocking IPC 2022-11-16 17:23:56 +00:00
WebDriverClient.ipc WebContent+WebDriver: Send the parsed capabilities over to WebContent 2022-11-18 12:21:57 +00:00
WebDriverConnection.cpp LibWeb+WebContent: Move pending dialog handling from PageHost to Page 2022-11-24 00:10:56 +00:00
WebDriverConnection.h WebContent: Don't assume start nodes for finding elements remain valid 2022-11-21 18:54:22 +00:00
WebDriverServer.ipc WebContent: Add a very-empty WebDriver IPC class to WebContent 2022-11-08 19:58:34 -05:00