1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:07:34 +00:00
serenity/Userland/Libraries/LibWeb/Page
Timothy Flynn 46b2cb308d LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClient
WebDriver currently uses the WebContent::ConnectionFromClient IPC class
directly for these features. To support headless-browser, WebDriver will
instead need to rely on PageClient to provide these.
2022-11-24 00:10:56 +00:00
..
EditEventHandler.cpp LibWeb: Refresh text-<input> contents when pressing backspace or delete 2022-02-19 11:28:59 +01:00
EditEventHandler.h LibWeb: Rename "frame" to "browsing_context" in various places 2022-02-06 16:22:58 +01:00
EventHandler.cpp Everywhere: Fix a few comment typos 2022-11-09 16:00:32 +00:00
EventHandler.h LibWeb: Make keyboard events properly fire into a focused iframe 2022-11-07 14:10:41 +01:00
Page.cpp LibWeb+WebContent: Move pending dialog handling from PageHost to Page 2022-11-24 00:10:56 +00:00
Page.h LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClient 2022-11-24 00:10:56 +00:00