[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
Thu Jul 8 14:32:09 PDT 2010


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


Michael Nordman <michaeln at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaeln at google.com




--- Comment #1 from Michael Nordman <michaeln at google.com>  2010-07-08 14:32:09 PST ---
We have a "Delete" function in chrome which could be wired to this button. The semantics of that function are to immediately delete from persistent storage all of the resources associated with the ApplicationCacheGroup. After doing this, sub resource loads in all pages associated with any cache from that group will fail.

"Refresh" could mean, call .update() and when the update completes call .swapCache() if the cache status is UPDATE_READY. And then repopulate the display with the new contents of the updated cache.

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