1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 07:05:07 +00:00
serenity/Userland/Libraries/LibWeb/CodeGenerators
Sam Atkins 0fba71a655 LibWeb: Replace is_inherited_property() with generated code
We already include the inheritance for each property in Properties.json,
so made sense to use that instead of a list in StyleResolver.

Added `inherited: true` to a couple of properties to match the previous
code's behavior. One of those had a FIXME which I've moved to the JSON
file, which is hacky, but it works.
2021-08-16 23:26:16 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Replace is_inherited_property() with generated code 2021-08-16 23:26:16 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Replace is_inherited_property() with generated code 2021-08-16 23:26:16 +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