[Webkit-unassigned] [Bug 85229] New: Move the row index from RenderTableCell to RenderTableRow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 30 14:06:09 PDT 2012


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

           Summary: Move the row index from RenderTableCell to
                    RenderTableRow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: robert at webkit.org


Apart from this being cleaner from a concept perspective (the row index is a RenderTableRow concept), it also avoids having to keep track and update all the cells' indexes.

On top of that, it should enable more optimizations as the row now has an efficient way to query its row index.

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