serenity/Userland
Timothy Flynn 76b9d06b19 LibJS: Add and begin using a completion-compatible string builder
ThrowableStringBuilder is a thin wrapper around StringBuilder to map
results from the try_* methods to a throw completion. This will let us
try to throw on OOM conditions rather than just blowing up.
2023-01-05 22:07:44 +01:00
..
Applets LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
Applications LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2023-01-05 17:42:31 +01:00
BuggieBox
Demos LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
DevTools GMLPlayground: Fill preview window with background color 2023-01-05 18:58:08 +01:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games Games: Add a Cards Settings menu item to Hearts, Solitaire, and Spider 2023-01-05 13:05:13 +00:00
Libraries LibJS: Add and begin using a completion-compatible string builder 2023-01-05 22:07:44 +01:00
Services LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2023-01-05 17:42:31 +01:00
Shell Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
Utilities LibWeb+WebContent: Convert BrowsingContext to new pixel units 2023-01-05 17:42:31 +01:00
CMakeLists.txt