mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
Browser: Add a context menu item to search for the selected text
This commit is contained in:
parent
6af279a22d
commit
ae6e2e682e
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/trflynn89
Commit: ae6e2e682e
Pull-request: https://github.com/SerenityOS/serenity/pull/21566
4 changed files with 35 additions and 1 deletions
|
@ -150,9 +150,13 @@ private:
|
|||
URL m_media_context_menu_url;
|
||||
|
||||
RefPtr<GUI::Menu> m_tab_context_menu;
|
||||
|
||||
RefPtr<GUI::Menu> m_page_context_menu;
|
||||
Optional<String> m_page_context_menu_search_text;
|
||||
|
||||
RefPtr<GUI::Menu> m_go_back_context_menu;
|
||||
RefPtr<GUI::Menu> m_go_forward_context_menu;
|
||||
|
||||
DeprecatedString m_title;
|
||||
RefPtr<const Gfx::Bitmap> m_icon;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue