1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
Sam Atkins a28197669a LibWeb/CSS: Move property code from CSSStyleDeclaration to *Properties
CSSStyleDeclaration is a base class that's used by various collections
of style properties or descriptors. This commit moves all
style-property-related code into CSSStyleProperties, where it belongs.

As noted in the previous commit, we also apply the CSSStyleProperties
prototype now.
2025-03-19 13:53:00 +00:00
..
BindingsGenerator LibWeb/CSP: Implement SecurityPolicyViolationEvent 2025-03-19 00:55:14 +01:00
CMakeLists.txt LibWeb: Generate WebGLRenderingContext implementation 2024-12-03 23:35:45 +01:00
GenerateAriaRoles.cpp AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
GenerateCSSEnums.cpp CodeGenerators: Fix clang-18 crash by specifying types explicitly 2025-02-22 12:38:11 -05:00
GenerateCSSKeyword.cpp LibWeb/CSS: Use NumericCalculationNode for constants 2025-02-27 21:42:43 +01:00
GenerateCSSMathFunctions.cpp LibWeb/CSS: Use NumericCalculationNode for constants 2025-02-27 21:42:43 +01:00
GenerateCSSMediaFeatureID.cpp AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
GenerateCSSPropertyID.cpp LibWeb: Parse CSS fit-content(<length-percentage>) values 2025-02-27 00:44:14 +01:00
GenerateCSSPseudoClass.cpp AK+Everywhere: Remove now-unecessary use of ByteString with JSON types 2025-02-20 19:27:51 -05:00
GenerateCSSStyleProperties.cpp LibWeb/CSS: Move property code from CSSStyleDeclaration to *Properties 2025-03-19 13:53:00 +00:00
GenerateCSSTransformFunctions.cpp AK+Everywhere: Store JSON strings as String 2025-02-20 19:27:51 -05:00
GenerateWebGLRenderingContext.cpp LibWeb/WebGL: Return from uniform methods if location is null 2025-03-03 08:43:33 +01:00
GenerateWindowOrWorkerInterfaces.cpp Meta+LibWeb: Pass IDL files to codegen using response file on Windows 2025-02-12 19:13:49 -07:00
GeneratorUtil.h LibWeb: Generate IDL attributes for all supported CSS properties 2024-11-14 19:50:22 +01:00