1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:58:11 +00:00
serenity/Userland/Libraries/LibWeb/HTML/CustomElements
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
..
CustomElementDefinition.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
CustomElementName.cpp LibWeb: Implement custom element name validation 2023-03-28 07:18:09 -04:00
CustomElementName.h LibWeb: Implement custom element name validation 2023-03-28 07:18:09 -04:00
CustomElementReactionNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
CustomElementReactionNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
CustomElementRegistry.cpp LibWeb: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01:00
CustomElementRegistry.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CustomElementRegistry.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00