mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb+LibWebView+WebContent: Add IPC to receive window position/size
This information will have to come from the Browser application. This adds IPCs to receive that information when it is available or changes.
This commit is contained in:
parent
f7e747b68e
commit
6aea60e6ee
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/trflynn89
Commit: 6aea60e6ee
Pull-request: https://github.com/SerenityOS/serenity/pull/15883
Reviewed-by: https://github.com/linusg ✅
8 changed files with 51 additions and 0 deletions
|
@ -60,6 +60,9 @@ endpoint WebContentServer
|
|||
set_is_scripting_enabled(bool is_scripting_enabled) =|
|
||||
set_is_webdriver_active(bool is_webdriver_active) =|
|
||||
|
||||
set_window_position(Gfx::IntPoint position) =|
|
||||
set_window_size(Gfx::IntSize size) =|
|
||||
|
||||
get_local_storage_entries() => (OrderedHashMap<String,String> entries)
|
||||
get_session_storage_entries() => (OrderedHashMap<String,String> entries)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue