Bug 47294 - Application cache isn't consulted on redirect
Summary: Application cache isn't consulted on redirect
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: 2010-10-06 12:52 PDT by Alexey Proskuryakov
Modified: 2010-10-06 13:15 PDT (History)
0 users

See Also:


Attachments
proposed fix (8.21 KB, patch)
2010-10-06 13:08 PDT, Alexey Proskuryakov
beidson: 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 2010-10-06 12:52:17 PDT
Per HTML5 (and common sense), we should check appcache on each redirection step, intercepting the load as soon as we can serve it from the cache.

<rdar://problem/8425647>
Comment 1 Alexey Proskuryakov 2010-10-06 13:08:29 PDT
Created attachment 69981 [details]
proposed fix
Comment 2 Brady Eidson 2010-10-06 13:10:58 PDT
Comment on attachment 69981 [details]
proposed fix

Tricky area of the code, can't say it's right for sure, but seems reasonable.
Comment 3 Alexey Proskuryakov 2010-10-06 13:15:41 PDT
Committed <http://trac.webkit.org/changeset/69226>.