ladybird/Libraries/LibWeb/Editing
Andreas Kling a1bc2a6223 LibWeb: Use Utf16StringBuilder for UTF-16 text assembly
Replace the remaining UTF-16-mode StringBuilder instances in LibWeb
with Utf16StringBuilder when they assemble Utf16String values or UTF-16
text views. This keeps those paths in UTF-16 throughout and uses
explicit ASCII append helpers for ASCII-only pieces.

Keep StringBuilder in place for JSON, markup, CSS serialization, and
other byte-oriented string construction paths.
2026-06-22 16:10:40 +02:00
..
Internal LibWeb: Use Utf16StringBuilder for UTF-16 text assembly 2026-06-22 16:10:40 +02:00
CommandNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CommandNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Commands.cpp LibWeb/Editing: Implement standard inline value commands 2026-06-16 12:35:49 +02:00
Commands.h LibWeb: Pass Utf16String around directly in Editing APIs 2025-07-26 00:40:06 +02:00
ExecCommand.cpp LibWeb/Editing: Implement standard inline value commands 2026-06-16 12:35:49 +02:00