ladybird/Libraries/LibWebView/WebUI
Andreas Kling 5fef343164 LibWebView: Load content blocker lists from settings
Add a content_blocking.list_paths advanced setting backed by a JSON
array. This lets content blocker list paths avoid splitting one string.
The about:settings editor presents array values as one path per line.
It persists them as arrays.

Load configured paths before command-line paths so temporary lists can
still be appended for a single browser session.
2026-05-24 16:59:59 +02:00
..
BookmarksUI.cpp LibWebView: Add bookmark import/export to about:bookmarks 2026-04-22 08:02:15 -04:00
BookmarksUI.h LibWebView: Add bookmark import/export to about:bookmarks 2026-04-22 08:02:15 -04:00
ProcessesUI.cpp LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessesUI.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
SettingsUI.cpp LibWebView: Load content blocker lists from settings 2026-05-24 16:59:59 +02:00
SettingsUI.h LibWebView: Add JSON-backed config variables 2026-05-24 13:11:17 +02:00
VersionUI.cpp LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
VersionUI.h LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00