ladybird/Libraries/LibWeb/ARIA
Andreas Kling 164ed80244 Meta: Enable exit-time destructor warnings for libraries
Enable -Wexit-time-destructors for all in-tree library targets and
update process-lifetime library statics so they no longer register
exit-time destructors. Long-lived caches, lookup tables, singleton
registries, and generated constants now use NeverDestroyed or leaked
references where the data is intended to live until process exit.

Update LibWeb, LibLine, and the binding generators so regenerated
sources follow the same rule instead of reintroducing destructed
statics.
2026-06-04 19:20:49 +02:00
..
AriaData.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
AriaData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ARIAMixin.cpp LibWeb: Shave 168 bytes off of ARIAMixin 2025-11-07 16:59:26 +01:00
ARIAMixin.h LibWeb: Shave 168 bytes off of ARIAMixin 2025-11-07 16:59:26 +01:00
ARIAMixin.idl LibWeb: Convert ARIA attributes to FrozenArray 2025-04-25 16:43:43 +02:00
AriaRoles.json LibWeb: Sync AriaRoles.json w/ Characteristics data in current spec 2025-02-21 09:08:56 +00:00
AttributeNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
AttributeNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Roles.cpp LibWeb: Remove special handling for the ARIA "switch" role 2024-12-28 08:33:57 -08:00
Roles.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
RoleType.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
RoleType.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StateAndProperties.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StateAndProperties.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00