[Webkit-unassigned] [Bug 71135] New: Pack RenderTableCell bits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 13:18:34 PDT 2011


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

           Summary: Pack RenderTableCell bits
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


Following bug 69569, RenderTableCell has 2 bit fields that are not packed and thus use the size of an integer.

After bug 70369, m_col and m_rows are using unsigned and thus the signed bit can be used to pack the 2 previous bits.

Patch forthcoming.

-- 
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