[Webkit-unassigned] [Bug 55505] ApplicationCache - doesn't pick the "most appropriate" cache when there are multiple candidates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 22:36:56 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55505





--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2011-03-01 22:36:56 PST ---
Specifically, HTML5 says:

-----------------------------------
Multiple application caches in different application cache groups can contain the same resource, e.g. if the manifests all reference that resource. If the user agent is to select an application cache from a list of relevant application caches that contain a resource, the user agent must use the application cache that the user most likely wants to see the resource from, taking into account the following:

which application cache was most recently updated,
which application cache was being used to display the resource from which the user decided to look at the new resource, and
which application cache the user prefers.
-----------------------------------

Cross platform WebKit code makes no attempt to implement that yet, indeed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list