mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
WebContent: Add IPC call to get window handle from WebContent client
This commit is contained in:
parent
d87a207ca9
commit
48e0789a17
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 48e0789a17
Pull-request: https://github.com/SerenityOS/serenity/pull/17855
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
endpoint WebContentServer
|
||||
{
|
||||
get_window_handle() => (String handle)
|
||||
|
||||
connect_to_webdriver(DeprecatedString webdriver_ipc_path) =|
|
||||
|
||||
update_system_theme(Core::AnonymousBuffer theme_buffer) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue