[Webkit-unassigned] [Bug 86246] New: FrameView->m_lastPaintTime is not updated in the tiled drawing case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 11 13:07:38 PDT 2012


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

           Summary: FrameView->m_lastPaintTime is not updated in the tiled
                    drawing case
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy_horton at apple.com
                CC: andersca at apple.com, koivisto at iki.fi,
                    simon.fraser at apple.com


FrameView->m_lastPaintTime is only updated from FrameView::paintContents, not RenderLayerBacking::paintContents. This causes m_lastPaintTime to never get updated in the tiled drawing case. This can cause horrible things, like the HTML parser incessantly yielding even after the page has always painted, on a page with lots of inline <script>s, etc.

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