Bug 72153 - Web Inspector: Application cache update/swapCache should be available from UI.
Summary: Web Inspector: Application cache update/swapCache should be available from UI.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-11-11 10:54 PST by Vsevolod Vlasov
Modified: 2016-12-13 15:33 PST (History)
13 users (show)

See Also:


Attachments
Patch (10.14 KB, patch)
2011-11-17 07:26 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (10.58 KB, patch)
2011-11-17 09:04 PST, Vsevolod Vlasov
pfeldman: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2011-11-11 10:54:10 PST
Application cache update/swapCache should be available from UI.
Comment 1 Michael Nordman 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()
Comment 2 Vsevolod Vlasov 2011-11-17 07:26:48 PST
Created attachment 115585 [details]
Patch
Comment 3 Pavel Feldman 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
Comment 4 Vsevolod Vlasov 2011-11-17 09:04:13 PST
Created attachment 115602 [details]
Patch
Comment 5 Pavel Feldman 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.
Comment 6 Radar WebKit Bug Importer 2014-12-17 11:23:39 PST
<rdar://problem/19281547>