1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 02:45:07 +00:00
serenity/Userland/Libraries/LibWeb/CodeGenerators
Sam Atkins 8995839e3f LibWeb: Generate property_initial_value() function from Properties.json
Since we have initial-value data in Properties.json already, it makes
sense to use that instead of needing to duplicate the same information
in ComputedValues.h

However, converting a StyleValue to the kind of types used in
InitialValues is non-trivial. So this may or may not actually be useful.
2021-08-25 12:14:34 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Generate property_initial_value() function from Properties.json 2021-08-25 12:14:34 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Generate property_initial_value() function from Properties.json 2021-08-25 12:14:34 +02:00
Generate_CSS_ValueID_cpp.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
Generate_CSS_ValueID_h.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
WrapperGenerator.cpp LibWeb: Make functions and attributes in bindings writable 2021-07-26 15:56:15 +01:00