[Webkit-unassigned] [Bug 41637] Web Inspector: Give Semantics to "Refresh" and "Delete" Buttons in ApplicationCache DataGrid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 12:47:48 PDT 2010


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





--- Comment #12 from Michael Nordman <michaeln at google.com>  2010-07-09 12:47:48 PST ---
(In reply to comment #10)
> This appears to be the behavior of WebKit's ApplicationCacheGroup::makeObsolete. It makes the
> Group Obsolete, and removes Database entries without even checking for other documents
> that may actively be using that ApplicationCache (HTML5 spec seems to make that point). Might
> be a bug, or might actually work just fine.

Not a bug... WebKit's impl holds all resources in memory for caches that are in use, so documents that are associated will still be able to access those resources even after makeObsolete has done its work. 

Chrome's impl doesn't hold everything in memory so when a group is made obsolete we can't delete the resource data from disk. Equating this delete function to making a group obsolete is close but not quite right.

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