Bug 30531

Summary: Move sendRemainingDelegateMessages to ResourceLoadNotifier
Product: WebKit Reporter: Adam Barth <abarth>
Component: Page LoadingAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 29947    
Attachments:
Description Flags
Patch v1 eric: review+

Description Adam Barth 2009-10-19 13:38:46 PDT
As request by Darin Adler.
Comment 1 Adam Barth 2009-10-19 13:41:27 PDT
Created attachment 41445 [details]
Patch v1
Comment 2 Eric Seidel (no email) 2009-10-19 14:08:02 PDT
Comment on attachment 41445 [details]
Patch v1

 179         m_frame->loader()->client()->dispatchDidFailLoading(loader, identifier, error);
 seems a little odd, but looks OK.  Are those all known to be non-null?
Comment 3 Adam Barth 2009-10-19 18:28:56 PDT
Committed r49828: <http://trac.webkit.org/changeset/49828>