Bug 23417

Summary: Implement application cache obsolete state
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch andersca: review+

Description Alexey Proskuryakov 2009-01-19 03:48:59 PST
If a 404 or 410 response is received for manifest while updating, the cache group should be marked as obsolete, and no longer be used for loading new documents.
Comment 1 Alexey Proskuryakov 2009-01-19 04:49:59 PST
Created attachment 26840 [details]
proposed patch
Comment 2 Anders Carlsson 2009-01-19 10:27:31 PST
Comment on attachment 26840 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2009-01-19 11:15:41 PST
Committed revision 40032.