Bug 220248

Summary: [LFC Display] Add a Display::Box flag for HasTransfrom
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: NEW    
Severity: Normal CC: bfulgham, sam, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Simon Fraser (smfr)
Reported 2021-01-04 10:19:59 PST
[LFC Display] Add a Display::Box flag for HasTransfrom
Attachments
Patch (5.22 KB, patch)
2021-01-04 10:20 PST, Simon Fraser (smfr)
sam: review+
Simon Fraser (smfr)
Comment 1 2021-01-04 10:20:21 PST
Sam Weinig
Comment 2 2021-01-04 13:44:25 PST
Comment on attachment 416953 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=416953&action=review > Source/WebCore/ChangeLog:10 > + It's possible for a non-box model box to have a RenderStyle with a transform, but that > + style isn't applied because transforms only apply to atomic inline or block boxes, > + so store a bit on Box for boxes that have transforms. This seems like really useful information to include as a comment in the header explaining why the state is seemingly potentially duplicated.
Radar WebKit Bug Importer
Comment 3 2021-01-11 10:20:16 PST
Note You need to log in before you can comment on or make changes to this bug.