Bug 121725 - Rapidly loading pages can result in !needsLayout() assertions in FrameView::paintContents() and RenderView::paint()
Summary: Rapidly loading pages can result in !needsLayout() assertions in FrameView::p...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-09-20 16:14 PDT by Simon Fraser (smfr)
Modified: 2013-09-23 13:42 PDT (History)
10 users (show)

See Also:


Attachments
Patch (27.26 KB, patch)
2013-09-20 16:54 PDT, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-09-20 16:14:57 PDT
Rapidly loading pages can result in !needsLayout() assertions in FrameView::paintContents() and RenderView::paint()
Comment 1 Simon Fraser (smfr) 2013-09-20 16:54:42 PDT
Created attachment 212243 [details]
Patch
Comment 2 Simon Fraser (smfr) 2013-09-20 16:55:18 PDT
<rdar://problem/13982161>
Comment 3 Simon Fraser (smfr) 2013-09-20 17:07:43 PDT
Comment on attachment 212243 [details]
Patch

This patch causes odd behavior on zooming.
Comment 4 Simon Fraser (smfr) 2013-09-22 08:49:33 PDT
Comment on attachment 212243 [details]
Patch

This patch is good. The scale issue is a regression from r155998 (bug 121765).
Comment 5 Simon Fraser (smfr) 2013-09-23 13:42:32 PDT
https://trac.webkit.org/r156291