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

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

Issue 8200011: Add NetLog support to UDP sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: ??? Created 9 years, 2 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) 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 #events-view-source-list-tbody .inactive { 67 #events-view-source-list-tbody .inactive {
68 background: #F5FFF5; 68 background: #F5FFF5;
69 } 69 }
70 70
71 #events-view-source-list-tbody .source_CONNECT_JOB { 71 #events-view-source-list-tbody .source_CONNECT_JOB {
72 color: blue; 72 color: blue;
73 } 73 }
74 74
75 #events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_JOB, 75 #events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_JOB,
76 #events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_REQUEST { 76 #events-view-source-list-tbody .source_HOST_RESOLVER_IMPL_REQUEST,
77 #events-view-source-list-tbody .source_ASYNC_HOST_RESOLVER_REQUEST,
78 #events-view-source-list-tbody .source_DNS_TRANSACTION {
77 color: #206060; 79 color: #206060;
78 } 80 }
79 81
80 #events-view-source-list-tbody .source_DISK_CACHE_ENTRY, 82 #events-view-source-list-tbody .source_DISK_CACHE_ENTRY,
81 #events-view-source-list-tbody .source_MEMORY_CACHE_ENTRY { 83 #events-view-source-list-tbody .source_MEMORY_CACHE_ENTRY {
82 color: #707070; 84 color: #707070;
83 } 85 }
84 86
85 #events-view-source-list-tbody .source_SOCKET { 87 #events-view-source-list-tbody .source_SOCKET {
86 color: purple; 88 color: purple;
87 } 89 }
88 90
91 #events-view-source-list-tbody .source_UDP_SOCKET {
92 color: #803030;
93 }
94
89 #events-view-source-list-tbody .source_INIT_PROXY_RESOLVER { 95 #events-view-source-list-tbody .source_INIT_PROXY_RESOLVER {
90 color: green; 96 color: green;
91 } 97 }
92 98
93 #events-view-source-list-tbody .source_NONE { 99 #events-view-source-list-tbody .source_NONE {
94 color: red; 100 color: red;
95 } 101 }
96 102
97 .events-view-tab-switcher { 103 .events-view-tab-switcher {
98 margin-top: 10px; 104 margin-top: 10px;
(...skipping 17 matching lines...) Expand all
116 background: rgb(195,217,255); 122 background: rgb(195,217,255);
117 } 123 }
118 124
119 .events-view-tab-switcher-line { 125 .events-view-tab-switcher-line {
120 height: 10px; 126 height: 10px;
121 } 127 }
122 128
123 #events-view-details-tab-handles { 129 #events-view-details-tab-handles {
124 border: 1px solid white; 130 border: 1px solid white;
125 } 131 }
OLDNEW
« no previous file with comments | « chrome/browser/net/passive_log_collector.cc ('k') | chrome/browser/resources/net_internals/source_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698