RESOLVED FIXED 67396
Web Inspector: Make it more clear when requests are loaded from cache on network panel.
https://bugs.webkit.org/show_bug.cgi?id=67396
Summary Web Inspector: Make it more clear when requests are loaded from cache on netw...
Vsevolod Vlasov
Reported 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.
Attachments
Patch (3.95 KB, patch)
2011-09-01 07:18 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-09-01 07:18:07 PDT
Pavel Feldman
Comment 2 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?
Vsevolod Vlasov
Comment 3 2011-09-02 04:49:53 PDT
Note You need to log in before you can comment on or make changes to this bug.