serenity/Userland
Timothy Flynn 7163e4d456 LibJS: Change ThrowableStringBuilder to privately inherit StringBuilder
Not an issue currently, but while developing, it's easy to miss cases
where an infallible AK::StringBuilder method is still used. By making
this inheritance private, and explicitly pulling in base methods we
can safely use, we get extra help from the compiler to indicate such
mistakes immediately.
2023-02-10 17:26:20 +00:00
..
Applets AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Applications DisplaySettings: Capitalize fallback display mode when loading settings 2023-02-10 15:41:56 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
DevTools Everywhere: Remove needless copies of Error / ErrorOr instances 2023-02-10 09:08:52 +00:00
DynamicLoader Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Games Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
Libraries LibJS: Change ThrowableStringBuilder to privately inherit StringBuilder 2023-02-10 17:26:20 +00:00
Services Everywhere: Remove needless copies of Error / ErrorOr instances 2023-02-10 09:08:52 +00:00
Shell AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
Utilities LibGfx+icc: Stringify known signatureType values 2023-02-10 15:19:14 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00