1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:05:07 +00:00
serenity/Userland/Libraries/LibWebView
Timothy Flynn 9505928fdb Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window
Requests to restore, resize, and reposition Browser windows will be
coming from the WebContent process rather than the WebDriver process.
Add hooks to propagate these requests back up to the Browser.

The spec notes "The specification does not guarantee that the resulting
window size will exactly match that which was requested", so these new
methods return the actual new size/position.
2022-11-09 19:59:26 +00:00
..
DumpLayoutTree Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DOMTreeModel.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
DOMTreeModel.h LibWebView: Make DOMTreeModel usable outside of SerenityOS 2022-09-25 12:11:02 +02:00
Forward.h LibWebView: Add abstract virtual base for WebView implementations 2022-10-06 09:51:04 +02:00
OutOfProcessWebView.cpp Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window 2022-11-09 19:59:26 +00:00
OutOfProcessWebView.h Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window 2022-11-09 19:59:26 +00:00
RequestServerAdapter.cpp LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
RequestServerAdapter.h LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
StylePropertiesModel.cpp LibWebView: Move StylePropertiesModel to LibWebView 2022-05-15 12:17:36 +02:00
StylePropertiesModel.h LibWebView: Move StylePropertiesModel to LibWebView 2022-05-15 12:17:36 +02:00
ViewImplementation.h Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window 2022-11-09 19:59:26 +00:00
WebContentClient.cpp Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window 2022-11-09 19:59:26 +00:00
WebContentClient.h Browser+LibWebView+WebContent: Add IPC to re[store,size,position] window 2022-11-09 19:59:26 +00:00
WebSocketClientAdapter.cpp LibWeb: Abstract the LibProtocol WebSockets connection 2022-05-15 12:17:36 +02:00
WebSocketClientAdapter.h LibWeb: Abstract the LibProtocol WebSockets connection 2022-05-15 12:17:36 +02:00