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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2474073005: DevTools: add the logging aspect into the PerformanceMonitor (Closed)
Patch Set: Created 4 years, 1 month 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 flex: none; 139 flex: none;
140 } 140 }
141 141
142 .repeated-message { 142 .repeated-message {
143 margin-left: 4px; 143 margin-left: 4px;
144 } 144 }
145 145
146 .console-error-level .repeated-message::before, 146 .console-error-level .repeated-message::before,
147 .console-revokedError-level .repeated-message::before, 147 .console-revokedError-level .repeated-message::before,
148 .console-warning-level .repeated-message::before, 148 .console-warning-level .repeated-message::before,
149 .console-violation-level .repeated-message::before,
149 .console-debug-level .repeated-message::before, 150 .console-debug-level .repeated-message::before,
150 .console-info-level .repeated-message::before { 151 .console-info-level .repeated-message::before {
151 visibility: hidden; 152 visibility: hidden;
152 } 153 }
153 154
154 .repeated-message .console-message-stack-trace-toggle, 155 .repeated-message .console-message-stack-trace-toggle,
155 .repeated-message > .console-message-text { 156 .repeated-message > .console-message-text {
156 flex: 1; 157 flex: 1;
157 } 158 }
158 159
159 .console-warning-level .repeated-message,
160 .console-error-level .repeated-message, 160 .console-error-level .repeated-message,
161 .console-revokedError-level .repeated-message, 161 .console-revokedError-level .repeated-message,
162 .console-log-level .repeated-message, 162 .console-log-level .repeated-message,
163 .console-warning-level .repeated-message,
164 .console-violation-level .repeated-message,
163 .console-debug-level .repeated-message, 165 .console-debug-level .repeated-message,
164 .console-info-level .repeated-message { 166 .console-info-level .repeated-message {
165 display: flex; 167 display: flex;
166 } 168 }
167 169
168 .console-info { 170 .console-info {
169 color: rgb(128, 128, 128); 171 color: rgb(128, 128, 128);
170 font-style: italic; 172 font-style: italic;
171 } 173 }
172 174
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 .console-message-wrapper.console-adjacent-user-command-result { 220 .console-message-wrapper.console-adjacent-user-command-result {
219 border-bottom: none; 221 border-bottom: none;
220 } 222 }
221 223
222 .console-message-wrapper.console-error-level { 224 .console-message-wrapper.console-error-level {
223 border-top: 1px solid hsl(0, 100%, 92%); 225 border-top: 1px solid hsl(0, 100%, 92%);
224 border-bottom: 1px solid hsl(0, 100%, 92%); 226 border-bottom: 1px solid hsl(0, 100%, 92%);
225 margin-top: -1px; 227 margin-top: -1px;
226 } 228 }
227 229
228 .console-message-wrapper.console-warning-level { 230 .console-message-wrapper.console-warning-level,
231 .console-message-wrapper.console-violation-level {
229 border-top: 1px solid hsl(50, 100%, 88%); 232 border-top: 1px solid hsl(50, 100%, 88%);
230 border-bottom: 1px solid hsl(50, 100%, 88%); 233 border-bottom: 1px solid hsl(50, 100%, 88%);
231 margin-top: -1px; 234 margin-top: -1px;
232 } 235 }
233 236
234 .console-message-wrapper .nesting-level-marker { 237 .console-message-wrapper .nesting-level-marker {
235 width: 14px; 238 width: 14px;
236 flex: 0 0 auto; 239 flex: 0 0 auto;
237 border-right: 1px solid #a5a5a5; 240 border-right: 1px solid #a5a5a5;
238 position: relative; 241 position: relative;
(...skipping 17 matching lines...) Expand all
256 } 259 }
257 260
258 .console-error-level { 261 .console-error-level {
259 background-color: hsl(0, 100%, 97%); 262 background-color: hsl(0, 100%, 97%);
260 } 263 }
261 264
262 .-theme-with-dark-background .console-error-level { 265 .-theme-with-dark-background .console-error-level {
263 background-color: hsl(0, 100%, 8%); 266 background-color: hsl(0, 100%, 8%);
264 } 267 }
265 268
266 .console-warning-level { 269 .console-warning-level,
270 .console-violation-level {
267 background-color: hsl(50, 100%, 95%); 271 background-color: hsl(50, 100%, 95%);
268 } 272 }
269 273
270 .-theme-with-dark-background .console-warning-level { 274 .-theme-with-dark-background .console-warning-level,
275 .-theme-with-dark-background .console-violation-level {
271 background-color: hsl(50, 100%, 10%); 276 background-color: hsl(50, 100%, 10%);
272 } 277 }
273 278
274 .console-warning-level .console-message-text { 279 .console-warning-level .console-message-text,
280 .console-violation-level .console-message-text {
275 color: hsl(39, 100%, 18%); 281 color: hsl(39, 100%, 18%);
276 } 282 }
277 283
278 .console-error-level .console-message-text, 284 .console-error-level .console-message-text,
279 .console-error-level .console-view-object-properties-section { 285 .console-error-level .console-view-object-properties-section {
280 color: red !important; 286 color: red !important;
281 } 287 }
282 288
283 .-theme-with-dark-background .console-error-level .console-message-text, 289 .-theme-with-dark-background .console-error-level .console-message-text,
284 .-theme-with-dark-background .console-error-level .console-view-object-propertie s-section { 290 .-theme-with-dark-background .console-error-level .console-view-object-propertie s-section {
285 color: hsl(0, 100%, 75%) !important; 291 color: hsl(0, 100%, 75%) !important;
286 } 292 }
287 293
288 .console-debug-level .console-message-text { 294 .console-debug-level .console-message-text {
289 color: blue; 295 color: blue;
290 } 296 }
291 297
292 .-theme-with-dark-background .console-debug-level .console-message-text { 298 .-theme-with-dark-background .console-debug-level .console-message-text {
293 color: hsl(220, 100%, 65%) !important; 299 color: hsl(220, 100%, 65%) !important;
294 } 300 }
295 301
296 .console-message.console-warning-level { 302 .console-message.console-warning-level,
303 .console-message.console-violation-level {
297 background-color: rgb(255, 250, 224); 304 background-color: rgb(255, 250, 224);
298 } 305 }
299 306
300 .console-error-level .console-message::before, 307 .console-error-level .console-message::before,
301 .console-revokedError-level .console-message::before, 308 .console-revokedError-level .console-message::before,
302 .console-warning-level .console-message::before, 309 .console-warning-level .console-message::before,
310 .console-violation-level .console-message::before,
303 .console-debug-level .console-message::before, 311 .console-debug-level .console-message::before,
304 .console-info-level .console-message::before { 312 .console-info-level .console-message::before {
305 background-image: url(Images/smallIcons.png); 313 background-image: url(Images/smallIcons.png);
306 background-size: 190px 30px; 314 background-size: 190px 30px;
307 width: 10px; 315 width: 10px;
308 height: 10px; 316 height: 10px;
309 } 317 }
310 318
311 @media (-webkit-min-device-pixel-ratio: 1.1) { 319 @media (-webkit-min-device-pixel-ratio: 1.1) {
312 .console-error-level .console-message::before, 320 .console-error-level .console-message::before,
313 .console-revokedError-level .console-message::before, 321 .console-revokedError-level .console-message::before,
314 .console-warning-level .console-message::before, 322 .console-warning-level .console-message::before,
323 .console-violation-level .console-message::before,
315 .console-debug-level .console-message::before, 324 .console-debug-level .console-message::before,
316 .console-info-level .console-message::before { 325 .console-info-level .console-message::before {
317 background-image: url(Images/smallIcons_2x.png); 326 background-image: url(Images/smallIcons_2x.png);
318 } 327 }
319 } /* media */ 328 } /* media */
320 329
321 .console-warning-level .console-message::before { 330 .console-warning-level .console-message::before,
331 .console-violation-level .console-message::before {
322 background-position: -60px 0; 332 background-position: -60px 0;
323 } 333 }
324 334
325 .console-error-level .console-message::before { 335 .console-error-level .console-message::before {
326 background-position: -20px 0; 336 background-position: -20px 0;
327 } 337 }
328 338
329 .console-revokedError-level .console-message::before { 339 .console-revokedError-level .console-message::before {
330 background-position: -40px 0; 340 background-position: -40px 0;
331 } 341 }
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 490
481 @media (-webkit-min-device-pixel-ratio: 1.1) { 491 @media (-webkit-min-device-pixel-ratio: 1.1) {
482 .console-message-stack-trace-triangle { 492 .console-message-stack-trace-triangle {
483 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); 493 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
484 } 494 }
485 } /* media */ 495 } /* media */
486 496
487 .console-message-stack-trace-toggle.expanded .console-message-stack-trace-triang le { 497 .console-message-stack-trace-toggle.expanded .console-message-stack-trace-triang le {
488 -webkit-mask-position: -20px -96px; 498 -webkit-mask-position: -20px -96px;
489 } 499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698