Bug 67396 - Web Inspector: Make it more clear when requests are loaded from cache on network panel.
Summary: Web Inspector: Make it more clear when requests are loaded from cache on netw...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 07:13 PDT by Vsevolod Vlasov
Modified: 2011-09-02 04:49 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.95 KB, patch)
2011-09-01 07:18 PDT, 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-09-01 07:13:59 PDT
Make it more clear when requests are loaded from cache on network panel.

After recent changes in status column it is not always clear if the resource was loaded from cache or from network.
Graying status code out for cached resources should make it better.
Comment 1 Vsevolod Vlasov 2011-09-01 07:18:07 PDT
Created attachment 105955 [details]
Patch
Comment 2 Pavel Feldman 2011-09-01 10:10:32 PDT
Comment on attachment 105955 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=105955&action=review

> Source/WebCore/inspector/front-end/NetworkPanel.js:1967
> +                this._statusCell.addStyleClass("network-dim-cell");

Maybe we should dim entire row instead?
Comment 3 Vsevolod Vlasov 2011-09-02 04:49:53 PDT
Committed r94410: <http://trac.webkit.org/changeset/94410>