1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Shannon Booth e123492470 LibWeb: Allow ArrayBuffer attributes to be used in IDL
The FileReader IDL has the following entry:
```
readonly attribute (DOMString or ArrayBuffer)? result;
```

This change supports the use ArrayBuffer as a JS built-in in this
definition.
2023-09-17 16:37:31 -06:00
..
BindingsGenerator LibWeb: Allow ArrayBuffer attributes to be used in IDL 2023-09-17 16:37:31 -06:00
CMakeLists.txt LibWeb: Generate PseudoClass metadata 2023-08-12 16:26:32 +02:00
GenerateAriaRoles.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSEasingFunctions.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSEnums.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSMathFunctions.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSMediaFeatureID.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSPropertyID.cpp LibWeb: Alphabetize property names in Properties.json 2023-09-11 10:42:00 +01:00
GenerateCSSPseudoClass.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSTransformFunctions.cpp LibWeb: Stop using fallible JSON API in code generators 2023-08-22 13:08:24 +02:00
GenerateCSSValueID.cpp LibWeb: Move check for CSS-wide keywords to ValueID.h 2023-09-05 14:27:23 +02:00
GenerateWindowOrWorkerInterfaces.cpp AK: Make SourceGenerator::fork() infallible 2023-08-22 13:08:24 +02:00
GeneratorUtil.h LibWeb: Make (snake/title/camel) casification functions infallible 2023-08-22 13:08:24 +02:00