ladybird/Libraries/LibWeb/XML
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
..
XMLDocumentBuilder.cpp LibWeb: Use Utf16StringBuilder for UTF-16 text assembly 2026-06-22 16:10:40 +02:00
XMLDocumentBuilder.h LibWeb: Use Utf16StringBuilder for UTF-16 text assembly 2026-06-22 16:10:40 +02:00
XMLFragmentParser.cpp LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00
XMLFragmentParser.h LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00