1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibWeb/ARIA
Timothy Flynn ca9f3673c5 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-20 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2025-05-14 02:01:59 -06:00
..
AriaData.cpp
AriaData.h
ARIAMixin.cpp Everywhere: Run clang-format 2025-05-14 02:01:59 -06:00
ARIAMixin.h LibWeb: Implement caching of reflected element array attributes 2025-04-26 17:29:38 -04: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
AttributeNames.h
Roles.cpp LibWeb: Remove special handling for the ARIA "switch" role 2024-12-28 08:33:57 -08:00
Roles.h LibWeb: Remove special handling for the ARIA "switch" role 2024-12-28 08:33:57 -08:00
RoleType.cpp LibWeb: Add support for ARIA Graphics roles 2024-12-27 17:16:15 -08:00
RoleType.h
StateAndProperties.cpp
StateAndProperties.h