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

Ladybird/AppKit: Support searching with a search engine in the URL bar

The setting for the search engine to use is currently ephemeral. Once we
have a settings dialog, we can implement this setting there, and persist
that setting.
This commit is contained in:
Timothy Flynn 2023-10-20 09:28:53 -04:00 committed by Tim Flynn
parent e7d977f58d
commit f885839ba5
3 changed files with 54 additions and 1 deletions

View file

@ -40,5 +40,6 @@
- (WebView::CookieJar&)cookieJar;
- (Optional<StringView> const&)webdriverContentIPCPath;
- (Web::CSS::PreferredColorScheme)preferredColorScheme;
- (WebView::SearchEngine const&)searchEngine;
@end