[Webkit-unassigned] [Bug 79580] New: Extract the logic for computing the dirty rows / columns out of RenderTableSection::paintObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 25 14:56:01 PST 2012


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

           Summary: Extract the logic for computing the dirty rows /
                    columns out of RenderTableSection::paintObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


This function has been growing steadily as we fixed bugs and improve performance. It is time to split it to underline what's going on.

The function starts by determining which cells are included in the repaint rectangle. This can easily moved to some new functions.

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