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

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

Issue 8896019: Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider". (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: do another sync since commitbot failed... Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2011 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 } 85 }
86 86
87 #events-view-source-list-tbody .source_SOCKET { 87 #events-view-source-list-tbody .source_SOCKET {
88 color: purple; 88 color: purple;
89 } 89 }
90 90
91 #events-view-source-list-tbody .source_UDP_SOCKET { 91 #events-view-source-list-tbody .source_UDP_SOCKET {
92 color: #803030; 92 color: #803030;
93 } 93 }
94 94
95 #events-view-source-list-tbody .source_INIT_PROXY_RESOLVER { 95 #events-view-source-list-tbody .source_PROXY_SCRIPT_DECIDER {
96 color: green; 96 color: green;
97 } 97 }
98 98
99 #events-view-source-list-tbody .source_NONE { 99 #events-view-source-list-tbody .source_NONE {
100 color: red; 100 color: red;
101 } 101 }
OLDNEW
« no previous file with comments | « chrome/browser/net/passive_log_collector.cc ('k') | chrome/browser/resources/net_internals/proxy_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698