mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Add OOPWV IPC for retrieving selected text
This commit is contained in:
parent
528574d958
commit
2fda6ce159
Notes:
sideshowbarker
2024-07-18 09:03:29 +09:00
Author: https://github.com/trflynn89
Commit: 2fda6ce159
Pull-request: https://github.com/SerenityOS/serenity/pull/8740
5 changed files with 15 additions and 0 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
void js_console_initialize();
|
||||
void js_console_input(const String& js_source);
|
||||
|
||||
String selected_text();
|
||||
|
||||
void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size);
|
||||
void notify_server_did_paint(Badge<WebContentClient>, i32 bitmap_id);
|
||||
void notify_server_did_invalidate_content_rect(Badge<WebContentClient>, const Gfx::IntRect&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue