Bug 28728

Summary: DocumentThreadableLoader::getShouldUseCredentialStorage should allow for synchronous callbacks from SubresourceLoader::create.
Product: WebKit Reporter: David Levin <levin>
Component: Page LoadingAssignee: David Levin <levin>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed fix. mjs: review+

Description David Levin 2009-08-25 19:21:24 PDT
On Chromium, it is useful to make this callback synchronously.

These are some small changes to stop asserts from happening in this case.
Comment 1 David Levin 2009-08-25 19:27:49 PDT
Created attachment 38587 [details]
Proposed fix.
Comment 2 Maciej Stachowiak 2009-08-25 19:51:07 PDT
Comment on attachment 38587 [details]
Proposed fix.

r=me
Comment 3 David Levin 2009-08-25 20:03:09 PDT
Committed as http://trac.webkit.org/changeset/47770