ladybird/Libraries/LibWebView
Andreas Kling 586da4e610 LibWebView: Add a "Search with <engine>" autocomplete row
Synthesize an extra AutocompleteSuggestion at the top of the Search
Suggestions section whenever there is a configured search engine and
the typed query is not URL-shaped.

Use the query as the row's primary text, carry a "Search with <engine>"
subtitle, and render that subtitle in the AppKit and Qt popups so the
explicit search fallback stays visible and readable even when history
fills the list.
2026-04-16 21:01:28 +02:00
..
Plugins LibWeb: Flatten Platform::FontPlugin by merging WebView::FontPlugin 2026-02-28 15:32:14 +01:00
WebUI LibWebView: Let Settings clear browsing history 2026-04-16 21:01:28 +02:00
Application.cpp LibWebView: Let Settings clear browsing history 2026-04-16 21:01:28 +02:00
Application.h LibWebView: Let Settings clear browsing history 2026-04-16 21:01:28 +02:00
Attribute.cpp
Attribute.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Autocomplete.cpp LibWebView: Add a "Search with <engine>" autocomplete row 2026-04-16 21:01:28 +02:00
Autocomplete.h LibWebView: Add a "Search with <engine>" autocomplete row 2026-04-16 21:01:28 +02:00
BookmarkStore.cpp LibWebView: Add last_modified timestamp to bookmark items 2026-04-12 07:34:56 -04:00
BookmarkStore.h LibWebView: Add last_modified timestamp to bookmark items 2026-04-12 07:34:56 -04:00
BrowserProcess.cpp Everywhere: Remove dynamic Mach bootstrap registration on macOS 2026-03-23 18:50:48 +01:00
BrowserProcess.h Everywhere: Remove dynamic Mach bootstrap registration on macOS 2026-03-23 18:50:48 +01:00
CMakeLists.txt LibWebView: Add a SQL history store 2026-04-16 21:01:28 +02:00
ConsoleOutput.cpp LibJS: Add source locations to console.trace() 2026-02-06 11:58:07 +00:00
ConsoleOutput.h LibJS: Add source locations to console.trace() 2026-02-06 11:58:07 +00:00
CookieJar.cpp LibHTTP+Everywhere: Move the cookie implementation to LibHTTP 2026-02-10 12:21:20 +01:00
CookieJar.h LibHTTP+Everywhere: Move the cookie implementation to LibHTTP 2026-02-10 12:21:20 +01:00
DOMNodeProperties.cpp LibDevTools+LibWebView+WebContent: Selectively fetch DOM node properties 2025-03-20 09:01:26 +01:00
DOMNodeProperties.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
FileDownloader.cpp LibWeb+RequestServer: Attach HTTP cookie headers from RequestServer 2026-02-10 12:21:20 +01:00
FileDownloader.h LibWebView+UI: Add a context menu item to download images 2026-02-05 07:27:34 -05:00
Forward.h LibWebView: Add a SQL history store 2026-04-16 21:01:28 +02:00
HeadlessWebView.cpp Everywhere: Add an is_fullscreen parameter to set_viewport 2026-03-17 18:58:37 -05:00
HeadlessWebView.h test-web: Reset viewport size after each test 2026-02-23 18:44:26 +00:00
HelperProcess.cpp LibWebView: Support multiple --debug-process arguments 2026-04-09 11:00:10 -04:00
HelperProcess.h LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
HistoryDebug.h LibWebView: Add history-backed location autocomplete 2026-04-16 21:01:28 +02:00
HistoryStore.cpp LibWebView: Structure autocomplete suggestions 2026-04-16 21:01:28 +02:00
HistoryStore.h LibWebView: Structure autocomplete suggestions 2026-04-16 21:01:28 +02:00
Menu.cpp LibWebView: Add an engaged state to application menu actions 2026-03-24 12:04:50 -04:00
Menu.h LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
Mutation.cpp LibWeb+LibWebView+WebContent: Inform the UI about DOM mutations 2025-03-08 01:25:55 +01:00
Mutation.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Native.css
Options.h LibWebView: Support multiple --debug-process arguments 2026-04-09 11:00:10 -04:00
PageInfo.h test-web: Dump stacking context tree in layout test output 2025-07-09 14:36:08 +02:00
Process.cpp Everywhere: Simplify Mach bootstrap transport handshake 2026-03-24 19:51:52 +01:00
Process.h test-web: Add results directory and live terminal display 2026-01-13 21:05:58 +01:00
ProcessHandle.cpp
ProcessHandle.h
ProcessManager.cpp LibWebView: Replace ProcessManager mutex with thread affinity assertions 2026-04-15 17:09:50 +02:00
ProcessManager.h LibWebView: Replace ProcessManager mutex with thread affinity assertions 2026-04-15 17:09:50 +02:00
ProcessMonitor.cpp LibWebView: Support process exit handling on Windows 2026-04-12 16:08:07 +02:00
ProcessMonitor.h LibWebView: Abstract process exit monitoring into ProcessMonitor 2026-04-12 16:08:07 +02:00
ProcessType.h LibWebView: Rename the Chrome process type to Browser 2025-03-15 19:57:27 -04:00
SearchEngine.cpp LibWebView: Support custom search engines 2025-04-06 13:45:10 +02:00
SearchEngine.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Settings.cpp LibWeb+LibWebView+WebContent: Add a setting to control autoscrolling 2026-04-13 13:01:45 -04:00
Settings.h LibWeb+LibWebView+WebContent: Add a setting to control autoscrolling 2026-04-13 13:01:45 -04:00
SiteIsolation.cpp LibWebView: Keep javascript URL navigations in the same process 2025-03-16 10:59:41 -04:00
SiteIsolation.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
SourceHighlighter.cpp LibJS: Remove C++ lexer, use Rust tokenizer for syntax highlighting 2026-03-19 21:55:10 -05:00
SourceHighlighter.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
StorageJar.cpp LibWeb: Fix storage set broadcast event never broadcasting old value 2026-01-21 22:27:59 +01:00
StorageJar.h LibWeb: Fix storage set broadcast event never broadcasting old value 2026-01-21 22:27:59 +01:00
StorageSetResult.h LibWeb: Fix storage set broadcast event never broadcasting old value 2026-01-21 22:27:59 +01:00
UIProcessClient.ipc
UIProcessServer.ipc
URL.cpp LibWebView: Structure autocomplete suggestions 2026-04-16 21:01:28 +02:00
URL.h LibWebView: Structure autocomplete suggestions 2026-04-16 21:01:28 +02:00
UserAgent.cpp
UserAgent.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
Utilities.cpp LibWebView: Move helpers to parse/write JSON files to Utilities.h 2026-03-24 12:04:50 -04:00
Utilities.h LibWebView: Move helpers to parse/write JSON files to Utilities.h 2026-03-24 12:04:50 -04:00
ViewImplementation.cpp LibWebView: Persist page metadata in history 2026-04-16 21:01:28 +02:00
ViewImplementation.h LibWeb+LibWebView+WebContent: Add a setting to control autoscrolling 2026-04-13 13:01:45 -04:00
WebContentClient.cpp LibWebView: Ignore duplicate URL change notifications 2026-04-16 21:01:28 +02:00
WebContentClient.h LibWebView: Persist page metadata in history 2026-04-16 21:01:28 +02:00
WebUI.cpp LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
WebUI.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00