mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Add OOPWV IPC for selecting all text
This commit is contained in:
parent
fea7e84b26
commit
ae910e4370
Notes:
sideshowbarker
2024-07-18 09:03:19 +09:00
Author: https://github.com/trflynn89
Commit: ae910e4370
Pull-request: https://github.com/SerenityOS/serenity/pull/8740
5 changed files with 14 additions and 0 deletions
|
@ -52,6 +52,7 @@ private:
|
|||
virtual void js_console_initialize() override;
|
||||
virtual void js_console_input(String const&) override;
|
||||
virtual Messages::WebContentServer::GetSelectedTextResponse get_selected_text() override;
|
||||
virtual void select_all() override;
|
||||
|
||||
void flush_pending_paint_requests();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue