1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 00:15:08 +00:00
serenity/Userland/Libraries/LibWeb/DOMParsing
Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String
Which pretty much needs to be done together due to the amount of places
where they are compared together.

This also involves porting over StackOfOpenElements over to FlyString
from DeprecatedFly string to prevent a gazillion calls to
`.to_deprecated_fly_string` calls in HTMLParser.
2023-10-03 14:47:53 +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: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01: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