1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

Browser: Add a context menu item to search for the selected text

This commit is contained in:
Timothy Flynn 2023-10-23 13:36:33 -04:00 committed by Andreas Kling
parent 6af279a22d
commit ae6e2e682e
4 changed files with 35 additions and 1 deletions

View file

@ -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;