Closed
Bug 456122
Opened 17 years ago
Closed 17 years ago
Don't fail offline cache updates for non-explicit items
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
People
(Reporter: dcamp, Assigned: dcamp)
References
()
Details
Attachments
(1 file)
1.43 KB,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
|
Details | Diff | Splinter Review |
The current spec/implementation of the offline spec requires that any failed load during a cache update should cause the entire application cache update to fail.
This could leave to serious problems if the author changes the application layout on the server - any opportunistically or dynamically cached items that were moved away will permanently prevent updates.
Attached patch changes this as proposed on the whatwg list - only updates to items explicitly listed in the manifest (CACHE: uris and fallback entries) will cause the entire update to fail.
Attachment #339525 -
Flags: review?(cbiesinger)
Assignee | ||
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Updated•17 years ago
|
Attachment #339525 -
Flags: review?(cbiesinger) → review+
Updated•17 years ago
|
Attachment #339525 -
Flags: superreview+
Assignee | ||
Comment 1•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•