RESOLVED FIXED 23256
Implement application cache foreign entries
https://bugs.webkit.org/show_bug.cgi?id=23256
Summary Implement application cache foreign entries
Alexey Proskuryakov
Reported 2009-01-12 11:22:39 PST
Foreign entries are necessary to guarantee that an HTML file with manifest attribute will be associated with an appropriate cache, not a random cache that has this resource. Whenever it is detected that an HTML file in a cache should be associated with a different cache, the entry is marked as foreign, and will no longer be used for loading a main resource. Currently, they are basically unimplemented, although there are bits of related logic in code.
Attachments
proposed patch (14.74 KB, patch)
2009-01-12 11:47 PST, Alexey Proskuryakov
no flags
proposed patch (15.30 KB, patch)
2009-01-12 11:51 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2009-01-12 11:47:40 PST
Created attachment 26637 [details] proposed patch
Alexey Proskuryakov
Comment 2 2009-01-12 11:51:07 PST
Created attachment 26638 [details] proposed patch Forgot to save ChangeLog before making the patch.
Anders Carlsson
Comment 3 2009-01-13 12:56:09 PST
Comment on attachment 26638 [details] proposed patch r=me
Alexey Proskuryakov
Comment 4 2009-01-13 23:18:08 PST
Committed revision 39884.
Note You need to log in before you can comment on or make changes to this bug.