serenity/Userland
Ben Wiederhake f38dcc64b5 AudioApplet: Store default config value in a single place
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-05-29 13:22:58 +02:00
..
Applets AudioApplet: Store default config value in a single place 2023-05-29 13:22:58 +02:00
Applications FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
BuggieBox
Demos LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
DevTools HackStudio: Prefer FileSystem over DeprecatedFile 2023-05-27 17:30:55 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess+ChessEngine: Fix stockfish by setting correct blocking flag 2023-05-27 18:44:21 +02:00
Libraries FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
Services FileSystemAccessServer: Don't transmit unused data 2023-05-29 13:17:22 +02:00
Shell Shell: Properly detect the kill executable 2023-05-21 14:59:26 +01:00
Utilities headless-browser: Disable content filtering when running tests 2023-05-28 22:03:57 +02:00
CMakeLists.txt