ladybird/Libraries/LibWeb/ARIA
Timothy Flynn 4152870b85 LibWeb: Use a standard x-macro to create FlyString ARIA attribute names
We are currently constructing the attribute names as FlyStrings every
time we invoke one of the ARIA attributes getters/setters. If there are
not any other instances of these strings in-memory, then we're thrashing
the FlyString cache.

Instead, let's follow suit of all other Web attributes - use an x-macro
to generate the attribute names.
2024-12-05 11:45:58 -05:00
..
AriaData.cpp
AriaData.h
ARIAMixin.cpp
ARIAMixin.h
ARIAMixin.idl
AriaRoles.json
AttributeNames.cpp
AttributeNames.h
Roles.cpp
Roles.h
RoleType.cpp
RoleType.h
StateAndProperties.cpp
StateAndProperties.h