Bug 86246 - FrameView->m_lastPaintTime is not updated in the tiled drawing case
Summary: FrameView->m_lastPaintTime is not updated in the tiled drawing case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-05-11 13:06 PDT by Tim Horton
Modified: 2012-05-11 13:16 PDT (History)
5 users (show)

See Also:


Attachments
patch (2.59 KB, patch)
2012-05-11 13:11 PDT, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2012-05-11 13:06:42 PDT
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.
Comment 1 Tim Horton 2012-05-11 13:11:49 PDT
Created attachment 141481 [details]
patch
Comment 2 Tim Horton 2012-05-11 13:16:30 PDT
http://trac.webkit.org/changeset/116799
Comment 3 Tim Horton 2012-05-11 13:16:46 PDT
<rdar://problem/11248475>