[Webkit-unassigned] [Bug 107542] New: Move top layer flag from ElementRareData to NodeFlags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 02:59:25 PST 2013


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

           Summary: Move top layer flag from ElementRareData to NodeFlags
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: falken at chromium.org
                CC: jchaffraix at webkit.org, ojan at chromium.org,
                    morrita at google.com


Try moving the top layer flag from ElementRareData to NodeFlags. It may fix the perf regression described in bug 106726, and has been suggested earlier, e.g., https://bugs.webkit.org/show_bug.cgi?id=84796#c31

Moving it to NodeFlags also simplifies some of the code and makes it no longer necessary to allocate rare data.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list