ladybird/Libraries/LibWeb/HTML/CustomElements
Andreas Kling b6bef6b688 Libraries: Use UTF-16 for JS-visible runtime strings
Produce JS-visible string results as UTF-16 at their source, including
numeric formatting, BigInt and BigFraction formatting, URI encoding,
console formatting, parser errors, regular expression errors, Intl and
Temporal records, LibUnicode locale boundaries, and LibWeb bindings.

Handle fractional radix formatting through the UTF-16 builder view.
2026-06-22 19:51:25 +02:00
..
CustomElementDefinition.cpp LibWeb: Make CustomElementDefinition relationship with GC more sane 2024-12-27 10:02:58 +01:00
CustomElementDefinition.h LibWeb: Order connectedMoveCallback before adoptedCallback 2026-04-12 18:13:09 +02:00
CustomElementName.cpp LibWeb/HTML: Allow more characters in custom element names 2025-07-08 17:08:39 +01:00
CustomElementName.h LibWeb/HTML: Allow more characters in custom element names 2025-07-08 17:08:39 +01:00
CustomElementReactionNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CustomElementReactionNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CustomElementReactionsStack.h LibWeb: Use weak references in the custom elements reaction stack 2025-12-25 20:21:37 +01:00
CustomElementRegistry.cpp LibJS: Remove primitive string UTF-8 paths 2026-06-22 19:51:25 +02:00
CustomElementRegistry.h LibWeb: Unify WebIDL C++ type generation 2026-05-23 18:26:12 +02:00
CustomElementRegistry.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
CustomStateSet.cpp Libraries: Use UTF-16 for JS-visible runtime strings 2026-06-22 19:51:25 +02:00
CustomStateSet.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
CustomStateSet.idl LibWeb: Add CustomStateSet IDL type 2025-07-04 18:10:28 +01:00