ladybird/Libraries/LibWebView/WebUI
Timothy Flynn 2810071a9c LibWebView: Support custom search engines
This allows the user to store custom search engines via about:settings.
Custom engines will be displayed below the builtin engines in the drop-
down to select the default engine.

A couple of edge cases here:

1. We currently reject a custom engine if one with the same name already
   exists. In the future, we should allow editing custom engines.

2. If a custom engine which was the default engine is removed, we will
   disable search rather than falling back to any other engine.
2025-04-06 13:45:10 +02:00
..
ProcessesUI.cpp LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessesUI.h LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
SettingsUI.cpp LibWebView: Support custom search engines 2025-04-06 13:45:10 +02:00
SettingsUI.h LibWebView: Support custom search engines 2025-04-06 13:45:10 +02:00