[Webkit-unassigned] [Bug 250909] New: Rename hasTransform() to isTransformed() on RenderObject and RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 11:57:19 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250909

            Bug ID: 250909
           Summary: Rename hasTransform() to isTransformed() on
                    RenderObject and RenderLayer
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

The name "hasTransform" is kind of convoluted in WebCore due to historically denoting on RenderStyle whether a "transform" property was set to some non-none value. With the addition of more CSS properties affecting transform, and the addition of RenderStyle::affectsTransform(), we should also rename "hasTransform" on RenderLayer and RenderObject to be "isTransformed" to better match what this method denotes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230120/b93b1d91/attachment.htm>


More information about the webkit-unassigned mailing list