[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
Fri Apr 15 16:22:23 PDT 2011


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





--- Comment #13 from Michael Nordman <michaeln at google.com>  2011-04-15 16:22:23 PST ---
I've landed changes in the chromium along these lines, here's the CL description.

Select a more appropiate appcache based on the opener or the parent or the target frame of the new document. The change determines a 'preferred manifest url' in these cases:
* <iframe> loading, we prefer the parent frame's manifest url
* window.open() loading, we prefer the opener frame's manifest url
* href clicking to navigate a frame in place, we prefer the manifest url of the document in the frame when the navigation starts

More details can be found here.
http://code.google.com/p/chromium/issues/detail?id=68479

-- 
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