1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 19:31:00 +00:00
serenity/Userland/Applications/BrowserSettings
Andreas Kling 34344120f2 AK: Make "foo"_string infallible
Stop worrying about tiny OOMs.

Work towards #20405.
2023-08-07 16:03:27 +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 AK: Make "foo"_string infallible 2023-08-07 16:03:27 +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 AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00