ladybird/Userland
Timothy Flynn 0469006263 LibJS: Change Intl's PatternPartition record to hold a String value
It was previously holding a StringView, which was either a view into a
LibUnicode-generated string or a string passed from the user.

Intl.NumberFormat will need this record to hold internally-created
strings, so a StringView will not suffice (the way the steps are laid
out, that view will ultimately end up dangling).

This shouldn't be too wasteful since the StringView it was holding was
converted to a String eventually anyways.
2021-11-12 09:17:08 +00:00
..
Applets LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Applications Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Demos LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
DevTools Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DynamicLoader
Games Solitaire: Fix 3 card draw from reversing after an undo 2021-11-10 20:15:09 -08:00
Libraries LibJS: Change Intl's PatternPartition record to hold a String value 2021-11-12 09:17:08 +00:00
Services Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Shell Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Utilities Utilities: cut: Implement field-based cutting 2021-11-11 09:47:41 +01:00
CMakeLists.txt