ladybird/Userland/Applications/BrowserSettings
Ben Wiederhake 2420effa7d Browser: Store default config values in a single place
Note that this fixes contradictory default values for group
"Preferences", key "Home". This is exactly the kind of errors I want to
prevent with this new style.

The hope is that this can later be used to:
- verify that all accesses to the same key use the same default value,
- and extract the default values more easily.
2023-06-06 00:47:23 +02:00
..
AutoplaySettingsWidget.cpp Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
AutoplaySettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
AutoplaySettingsWidget.h BrowserSettings: Add a tab to control the Browser's autoplay settings 2023-04-18 16:30:02 +02:00
BrowserSettingsWidget.cpp Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
BrowserSettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
BrowserSettingsWidget.h BrowserSettings: Convert BrowserSettingsWidget to a failable factory 2023-04-24 09:21:51 +02:00
CMakeLists.txt BrowserSettings: Add a tab to control the Browser's autoplay settings 2023-04-18 16:30:02 +02:00
ContentFilterSettingsWidget.cpp Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
ContentFilterSettingsWidget.gml Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
ContentFilterSettingsWidget.h BrowserSettings: Propagate errors from creation of content filter widget 2023-04-22 12:32:40 +02:00
Defaults.h Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00