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

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

Issue 6005015: Revert 70618 - First pass at adding http/backend cache events to the NetLog. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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) 2010 The Chromium Authors. All rights reserved. 2 Copyright (c) 2010 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 * { 7 * {
8 box-sizing: border-box; 8 box-sizing: border-box;
9 -moz-box-sizing: border-box; 9 -moz-box-sizing: border-box;
10 } 10 }
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 #eventsListTableBody .source_CONNECT_JOB { 86 #eventsListTableBody .source_CONNECT_JOB {
87 color: blue; 87 color: blue;
88 } 88 }
89 89
90 #eventsListTableBody .source_HOST_RESOLVER_IMPL_JOB, 90 #eventsListTableBody .source_HOST_RESOLVER_IMPL_JOB,
91 #eventsListTableBody .source_HOST_RESOLVER_IMPL_REQUEST { 91 #eventsListTableBody .source_HOST_RESOLVER_IMPL_REQUEST {
92 color: #308080; 92 color: #308080;
93 } 93 }
94 94
95 #eventsListTableBody .source_DISK_CACHE_ENTRY {
96 color: gray;
97 }
98
99 #eventsListTableBody .source_SOCKET { 95 #eventsListTableBody .source_SOCKET {
100 color: purple; 96 color: purple;
101 } 97 }
102 98
103 #eventsListTableBody .source_INIT_PROXY_RESOLVER { 99 #eventsListTableBody .source_INIT_PROXY_RESOLVER {
104 color: green; 100 color: green;
105 } 101 }
106 102
107 #eventsListTableBody .source_NONE { 103 #eventsListTableBody .source_NONE {
108 color: red; 104 color: red;
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 font-size: 100%; 207 font-size: 100%;
212 font-weight: bold; 208 font-weight: bold;
213 } 209 }
214 210
215 /** 211 /**
216 * Styling for text indicating a potential problem or error state. 212 * Styling for text indicating a potential problem or error state.
217 */ 213 */
218 .warningText { 214 .warningText {
219 color: red; 215 color: red;
220 } 216 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/logviewpainter.js ('k') | chrome/browser/resources/net_internals/sourceentry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698