ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
Andreas Kling 2daaa22a15 LibWeb: Stop trying to guess include paths in IDL codegen
It turns out we were already generating all the necessary include
statements, and we can simply remove all this goofy code soup that
uses the C preprocessor to speculatively look for include files.
2024-07-26 17:33:29 +02:00
..
BindingsGenerator LibWeb: Stop trying to guess include paths in IDL codegen 2024-07-26 17:33:29 +02:00
CMakeLists.txt Meta: Remove GenerateCSSEasingFunctions 2024-06-16 07:12:46 +02:00
GenerateAriaRoles.cpp Everywhere: Warn on function definitions without prototypes 2024-07-17 21:51:29 +02:00
GenerateCSSEnums.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
GenerateCSSMathFunctions.cpp Everywhere: Warn on function definitions without prototypes 2024-07-17 21:51:29 +02:00
GenerateCSSMediaFeatureID.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GenerateCSSPropertyID.cpp LibWeb: Implement CounterStyleValue 2024-07-26 11:04:30 +01:00
GenerateCSSPseudoClass.cpp LibWeb: Implement the :has() pseudo-class 2024-07-15 11:52:03 +01:00
GenerateCSSTransformFunctions.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
GenerateCSSValueID.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
GenerateWindowOrWorkerInterfaces.cpp LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
GeneratorUtil.h Everywhere: Warn on function definitions without prototypes 2024-07-17 21:51:29 +02:00