ladybird/Userland/Libraries/LibWeb/HTML/CustomElements
Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String
There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.
2024-10-12 21:14:18 +02:00
..
CustomElementDefinition.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
CustomElementDefinition.h LibWeb: Visit constructor callback in CustomElementDefinition 2024-03-12 18:18:10 +01: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 DOMException take error message as a String 2024-10-12 21:14:18 +02:00
CustomElementRegistry.h LibWeb: Add customElements.getName 2024-07-06 14:51:43 -06:00
CustomElementRegistry.idl LibWeb: Add customElements.getName 2024-07-06 14:51:43 -06:00