Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: chrome/browser/resources/net_internals/events_view.css

Issue 9223019: Added net logging to BaseFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor cleanup Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /** 1 /**
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #events-view-filter-box { 7 #events-view-filter-box {
8 background: #efefef; 8 background: #efefef;
9 padding: 5px; 9 padding: 5px;
10 border-bottom: 1px solid gray; 10 border-bottom: 1px solid gray;
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 } 90 }
91 91
92 #events-view-source-list-tbody .source_UDP_SOCKET { 92 #events-view-source-list-tbody .source_UDP_SOCKET {
93 color: #803030; 93 color: #803030;
94 } 94 }
95 95
96 #events-view-source-list-tbody .source_PROXY_SCRIPT_DECIDER { 96 #events-view-source-list-tbody .source_PROXY_SCRIPT_DECIDER {
97 color: green; 97 color: green;
98 } 98 }
99 99
100 #events-view-source-list-tbody .source_DOWNLOAD {
101 color: #707000;
102 }
103
100 #events-view-source-list-tbody .source_FILESTREAM { 104 #events-view-source-list-tbody .source_FILESTREAM {
101 color: #700070; 105 color: #700070;
102 } 106 }
103 107
104 #events-view-source-list-tbody .source_NONE { 108 #events-view-source-list-tbody .source_NONE {
105 color: red; 109 color: red;
106 } 110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698