ladybird/Userland/Applications/BrowserSettings
Lucas CHOLLET 3f35ffb648 Userland: Prefer _string over _short_string
As `_string` can't fail anymore (since 3434412), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00