Files
ladybird/Libraries/LibWeb/Editing
Timothy Flynn 3a072f66e3 LibWeb: Pass Utf16String around directly in Editing APIs
Noticed while working adjacent to these APIs that we take a Utf16String
and pass it around as a Utf16View, only to re-allocate the Utf16String
in many commands. Let's just pass the string itself around.
2025-07-26 00:40:06 +02:00
..