mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
LibWeb: Add OOPWV IPC for selecting all text
This commit is contained in:
parent
fea7e84b26
commit
ae910e4370
5 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
void js_console_input(const String& js_source);
|
||||
|
||||
String selected_text();
|
||||
void select_all();
|
||||
|
||||
void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size);
|
||||
void notify_server_did_paint(Badge<WebContentClient>, i32 bitmap_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue