Bug 23417 - Implement application cache obsolete state
Summary: Implement application cache obsolete state
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 03:48 PST by Alexey Proskuryakov
Modified: 2009-01-19 11:15 PST (History)
0 users

See Also:


Attachments
proposed patch (46.12 KB, patch)
2009-01-19 04:49 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

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