ladybird/Userland/Libraries/LibWeb/HTML/CustomElements
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
..
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: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +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