[Webkit-unassigned] [Bug 64480] New: Speed up RenderLayer::updateLayerPositions when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 13:42:53 PDT 2011


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

           Summary: Speed up RenderLayer::updateLayerPositions when
                    scrolling
           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
                CC: jamesr at chromium.org


On a table where each cell has overflow: hidden, each cell has its own RenderLayer (has they have an overflow clip). Thus when scrolling, we spend a significant amount of time in RenderLayer::updateLayerPositions.

This time is mostly spend recalculating the repaint rectangles and the goal of this bug is to avoid doing a recalculation when it is not needed.

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