1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Userland
Timothy Flynn 3ae4ff109f LibUnicode: Extract canonicalization of Unicode extension values
LibJS will need to canonicalize Unicode extension values, so extract the
lambda that was doing this work to its own function. This also changes
the helpers it invokes to take the provided key as a StringView because
we don't need (and won't always have) full String objects here.
2021-09-11 11:05:50 +01:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications PixelPaint: Add "Clear Guides" to remove all Guides 2021-09-11 00:28:27 +02:00
Demos WidgetGallery: Add GUI::ValueSlider widget 2021-09-11 11:37:39 +02:00
DevTools UserspaceEmulator: Ignore perf_event and perf_register_string syscalls 2021-09-11 02:13:52 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Breakout: Improve collision response between ball and paddle 2021-09-10 22:08:22 +02:00
Libraries LibUnicode: Extract canonicalization of Unicode extension values 2021-09-11 11:05:50 +01:00
Services WindowServer: Fix 'sticky' mouse after resize 2021-09-10 22:09:23 +02:00
Shell Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Utilities Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00