1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Sam Atkins 5b125811f1 LibWeb: Add support for pseudo-class functions that take an ident param
This is prep work for `:dir()`, though other pseudo-classes may well use
it in the future too.
2023-08-21 13:51:56 +02:00
..
BindingsGenerator LibWeb: Implement RadioNodeList 2023-08-20 11:04:03 +02:00
CMakeLists.txt LibWeb: Generate PseudoClass metadata 2023-08-12 16:26:32 +02:00
GenerateAriaRoles.cpp LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
GenerateCSSEasingFunctions.cpp Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2023-07-13 05:10:41 +02:00
GenerateCSSEnums.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
GenerateCSSMathFunctions.cpp LibWeb: Make CSS math function parsing infallible 2023-08-19 17:34:22 +02:00
GenerateCSSMediaFeatureID.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
GenerateCSSPropertyID.cpp LibWeb: Make external StyleValue-parsing methods infallible 2023-08-19 17:34:22 +02:00
GenerateCSSPseudoClass.cpp LibWeb: Add support for pseudo-class functions that take an ident param 2023-08-21 13:51:56 +02:00
GenerateCSSTransformFunctions.cpp CodeGenerators: Port GenerateCSSTransformFunctions to new SourceGen API 2023-06-17 17:48:06 +01:00
GenerateCSSValueID.cpp CodeGenerators: Port GenerateCSSValueID to new SourceGenerator API 2023-06-17 17:48:06 +01:00
GenerateWindowOrWorkerInterfaces.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
GeneratorUtil.h CodeGenerators: Convert GeneratorUtil to String 2023-06-17 17:48:06 +01:00