mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWebView: Add autocomplete settings to about:settings
This implements an autocomplete engine inside LibWebView, to replace the engine currently used by Qt. Whereas Qt uses the Qt Network framework to perform autocomplete requests, LibWebView uses RequestServer. This moves downloading this untrusted data out of the browser process. This patch only implements the persisted settings and their UI. It does not integrate this engine into the browser UI.
This commit is contained in:
parent
92e1d297be
commit
5d2e6ffe30
Notes:
github-actions[bot]
2025-04-02 12:53:55 +00:00
Author: https://github.com/trflynn89
Commit: 5d2e6ffe30
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4156
9 changed files with 432 additions and 66 deletions
|
@ -11,6 +11,7 @@
|
|||
namespace WebView {
|
||||
|
||||
class Application;
|
||||
class Autocomplete;
|
||||
class CookieJar;
|
||||
class Database;
|
||||
class OutOfProcessWebView;
|
||||
|
@ -21,6 +22,7 @@ class WebContentClient;
|
|||
class WebUI;
|
||||
|
||||
struct Attribute;
|
||||
struct AutocompleteEngine;
|
||||
struct ConsoleOutput;
|
||||
struct CookieStorageKey;
|
||||
struct DOMNodeProperties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue