ladybird/Userland/Libraries/LibWeb/HTML/CustomElements
Shannon Booth d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +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: Use StringView in calls to Vector<String>::contains_slow() 2023-08-23 20:21:09 +02: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