Bug 64557

Summary: REGRESSION: Should not dispatch didFirstVisuallyNonEmptyLayout for the initial empty document
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kenneth: review+

Description Antti Koivisto 2011-07-14 13:45:27 PDT
If layout happens when a frame is showing the initial empty document we end up dispatching didFirstVisuallyNonEmptyLayout for it. This may be unexpected for clients.

Regressed in http://trac.webkit.org/changeset/90900
Comment 1 Antti Koivisto 2011-07-14 13:59:09 PDT
Created attachment 100856 [details]
patch
Comment 2 Kenneth Rohde Christiansen 2011-07-14 14:05:30 PDT
Comment on attachment 100856 [details]
patch

LGTM
Comment 3 Antti Koivisto 2011-07-14 14:16:59 PDT
http://trac.webkit.org/changeset/91027