Bug 30531 - Move sendRemainingDelegateMessages to ResourceLoadNotifier
Summary: Move sendRemainingDelegateMessages to ResourceLoadNotifier
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 29947
  Show dependency treegraph
 
Reported: 2009-10-19 13:38 PDT by Adam Barth
Modified: 2009-10-19 18:28 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (6.34 KB, patch)
2009-10-19 13:41 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>