ladybird/Userland
Andreas Kling 83a6be593c LibWeb: Add a 1-entry lookup cache to FormattingState
This makes repeated lookups of the state for the same box much faster
by bypassing the HashMap.
2022-07-06 20:31:22 +02:00
..
Applets
Applications FontEditor: Rename FontEditorWidget => FontEditor::MainWidget 2022-07-06 14:25:30 +02:00
Demos WidgetGallery: Repair GML layout on BasicsTab 2022-07-04 11:15:40 +02:00
DevTools AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
DynamicLoader
Games Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
Libraries LibWeb: Add a 1-entry lookup cache to FormattingState 2022-07-06 20:31:22 +02:00
Services Meta: Build select Services in Lagom 2022-07-06 14:24:23 +02:00
Shell Shell: Immediately resolve value when setting a variable 2022-07-04 10:23:15 +00:00
Utilities LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
CMakeLists.txt