1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Timothy Flynn a05ce330b8 LibJS: Implement String.prototype.codePointAt with UTF-16 code units
This also implements the CodePointAt abstract operation. This is needed
to handle invalid code units specific to the JavaScript spec, rather
than e.g. inserting replacement code units. This abstraction is public
because RegExp.prototype will also need it.
2021-07-22 09:10:44 +02:00
..
Applets NetworkApplet: Omit unnecessary newline in tooltip 2021-07-22 04:33:41 +02:00
Applications Everywhere: Prefix hexadecimal numbers with 0x 2021-07-22 08:57:01 +02:00
Demos Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
DevTools Everywhere: Prefer using {:#x} over 0x{:x} 2021-07-22 08:57:01 +02:00
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Libraries LibJS: Implement String.prototype.codePointAt with UTF-16 code units 2021-07-22 09:10:44 +02:00
Services WindowServer: Reuse config variable from the class on theme change 2021-07-22 00:26:44 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities Utilities: Make the columns for readelf fit all reloc types on x86_64 2021-07-22 08:57:01 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00