serenity/Userland/Libraries/LibWeb/DOMParsing
Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString
This required dealing with a *lot* of fallout, but it's all basically
just switching from DeprecatedFlyString to either FlyString or
Optional<FlyString> in a hundred places to accommodate the change.
2023-11-04 21:28:30 +01:00
..
InnerHTML.cpp LibWeb: Make DOMParsing::parse_fragment take a StringView 2023-09-25 15:39:29 +02:00
InnerHTML.h LibWeb: Make DOMParsing::parse_fragment take a StringView 2023-09-25 15:39:29 +02:00
XMLSerializer.cpp LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
XMLSerializer.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XMLSerializer.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00