Bug 16330 - SubresourceLoaderClient needs a way to identify a cancelled load
Summary: SubresourceLoaderClient needs a way to identify a cancelled load
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 10:48 PST by Patrick
Modified: 2007-12-06 10:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2007-12-06 10:48:33 PST
SubresourceLoaderClient receives the same call to didFail during a real failure and during a cancellation. On a real failure, the icon database should remember that and not try again the next time the page is loaded. A cancellation should not store anything in the icon database so that the icon load is attempted the next time the page is loaded.