RESOLVED FIXED303065
[RenderStyleGen] Add initial support generating parts of RenderStyle
https://bugs.webkit.org/show_bug.cgi?id=303065
Summary [RenderStyleGen] Add initial support generating parts of RenderStyle
Sam Weinig
Reported 2025-11-24 16:45:59 PST
Add initial support generating parts of RenderStyle, including the generation of a few test properties. This will be done in stages: Stage 1: Add initial support in the generator for getter and setter function implementations and enable it for a few properties. Function declarations remain hand written. Stage 2: Enable for remaining non-special cased property getter and setter function implementations. Function declarations remain hand written. Stage 3: Generate the function declarations for the already generated getter and setter function implementations. Stage 4: Generate initial value functions. Stage 5: Remove as many special cases as practical.
Attachments
Sam Weinig
Comment 1 2025-11-24 16:47:05 PST
I didn't mention it above, but the point of leaving the function declarations hand written initially is that we use them to ensure the implementations have the correct signatures, validating the work.
Sam Weinig
Comment 2 2025-11-24 16:59:06 PST
EWS
Comment 3 2025-11-25 08:57:05 PST
Committed 303544@main (122ea46408f0): <https://commits.webkit.org/303544@main> Reviewed commits have been landed. Closing PR #54423 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2025-11-25 08:58:11 PST
Note You need to log in before you can comment on or make changes to this bug.