UNCONFIRMED72153
Web Inspector: Application cache update/swapCache should be available from UI.
https://bugs.webkit.org/show_bug.cgi?id=72153
Summary Web Inspector: Application cache update/swapCache should be available from UI.
Vsevolod Vlasov
Reported 2011-11-11 10:54:10 PST
Application cache update/swapCache should be available from UI.
Attachments
Patch (10.14 KB, patch)
2011-11-17 07:26 PST, Vsevolod Vlasov
no flags
Patch (10.58 KB, patch)
2011-11-17 09:04 PST, Vsevolod Vlasov
pfeldman: review-
Michael Nordman
Comment 1 2011-11-11 11:33:00 PST
would be nice, in the interim, this can be accomplished via the js cmd line... applicationCache.update() | applicationCache.swapCache()
Vsevolod Vlasov
Comment 2 2011-11-17 07:26:48 PST
Pavel Feldman
Comment 3 2011-11-17 08:40:43 PST
Comment on attachment 115585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115585&action=review > Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js:41 > + this._updateButton.innerHTML = "↧"; .textContent = "\u21A7"; ? Please comment on the content of the symbol. > Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js:47 > + this._swapButton.innerHTML = "⇄"; ditto
Vsevolod Vlasov
Comment 4 2011-11-17 09:04:13 PST
Pavel Feldman
Comment 5 2011-11-17 09:09:59 PST
Comment on attachment 115602 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115602&action=review > Source/WebCore/inspector/front-end/ApplicationCacheItemsView.js:41 > + this._updateButton.textContent = "\u21A7"; // Downwards Arrow From Bar These characters look ugly. Please provide an image instead.
Radar WebKit Bug Importer
Comment 6 2014-12-17 11:23:39 PST
Note You need to log in before you can comment on or make changes to this bug.