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

Side by Side Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 761493004: Revert of Timeline: bring back FirstPaint marker and remove brown ticks near frame markers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineModel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 bottom: auto; 454 bottom: auto;
455 content: ""; 455 content: "";
456 display: block; 456 display: block;
457 } 457 }
458 458
459 .timeline .resources-event-divider:hover::before { 459 .timeline .resources-event-divider:hover::before {
460 width: 4px; 460 width: 4px;
461 margin: 0 1px; 461 margin: 0 1px;
462 } 462 }
463 463
464 .timeline .resources-event-divider.timeline-frame-divider::before {
465 display: none;
466 }
467
468 .timeline .resources-event-divider.resources-red-divider::before { 464 .timeline .resources-event-divider.resources-red-divider::before {
469 background-color: rgb(255, 0, 0); 465 background-color: rgb(255, 0, 0);
470 } 466 }
471 467
472 .timeline .resources-event-divider.resources-blue-divider::before { 468 .timeline .resources-event-divider.resources-blue-divider::before {
473 background-color: rgb(0, 0, 255); 469 background-color: rgb(0, 0, 255);
474 } 470 }
475 471
476 .timeline .resources-event-divider.resources-orange-divider::before { 472 .timeline .resources-event-divider.resources-orange-divider::before {
477 background-color: rgb(255, 178, 23); 473 background-color: rgb(255, 178, 23);
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 901
906 .timeline-layers-view-properties td { 902 .timeline-layers-view-properties td {
907 border: 1px solid #e1e1e1; 903 border: 1px solid #e1e1e1;
908 line-height: 22px; 904 line-height: 22px;
909 } 905 }
910 906
911 .timeline-paint-profiler-log-split > div:last-child { 907 .timeline-paint-profiler-log-split > div:last-child {
912 background-color: #eee; 908 background-color: #eee;
913 z-index: 0; 909 z-index: 0;
914 } 910 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698