[Webkit-unassigned] [Bug 87051] New: Centralize and clean-up table column iteration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 15:09:05 PDT 2012


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

           Summary: Centralize and clean-up table column iteration
           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


Currently there are 2 duplicated functions to iterate over your columns: one in FixedTableLayout and one in RenderTable. This makes some of the code confusing to read as we repeat the functions, also if the next-column logic was on RenderTableCol, we could more easily iterate over them.

Let's change make this code less confusing.

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