mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Browser: Add basic support for search engines
If you start a URL with a '?' character, the Browser will use the user-selected search engine (none by default). For now, there are several engines hardcoded and there is no support for custom search engines.
This commit is contained in:
parent
cd9e352460
commit
d164da7d19
2 changed files with 39 additions and 0 deletions
|
@ -100,6 +100,7 @@ private:
|
|||
URL m_image_context_menu_url;
|
||||
|
||||
GUI::ActionGroup m_user_agent_spoof_actions;
|
||||
GUI::ActionGroup m_search_engine_actions;
|
||||
RefPtr<GUI::Action> m_disable_user_agent_spoofing;
|
||||
|
||||
RefPtr<GUI::Menu> m_tab_context_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue