ladybird/Userland/Libraries/LibWeb/DOMParsing
Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String
The existing implementation has some pre-existing issues where it is
incorrectly assumes that byte offsets are given through the IDL instead
of UTF-16 code units. While making these changes, leave some FIXMEs for
that.
2023-09-19 10:54:07 +02:00
..
InnerHTML.cpp LibWeb: Port ShadowRoot interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
InnerHTML.h LibWeb: Port ShadowRoot interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
XMLSerializer.cpp LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
XMLSerializer.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XMLSerializer.idl LibWeb: Implement XMLSerializer 2022-07-05 21:25:05 +02:00