Bug 212506 - Teach makeprop.pl to generate setters for hasExplicitlySet* flags
Summary: Teach makeprop.pl to generate setters for hasExplicitlySet* flags
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-28 18:36 PDT by Andy Estes
Modified: 2020-05-28 18:36 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2020-05-28 18:36:11 PDT
All properties that have hasExplicitlySet* flags in RenderStyle::NonInheritedFlags need custom StyleBuilder functions to update the flags when values are applied. We should teach makeprop.pl how to generate StyleBuilder functions that update these flags.