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

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

Issue 732683002: Timeline: bring back FirstPaint marker and remove brown ticks near frame markers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 bottom: auto; 466 bottom: auto;
467 content: ""; 467 content: "";
468 display: block; 468 display: block;
469 } 469 }
470 470
471 .timeline .resources-event-divider:hover::before { 471 .timeline .resources-event-divider:hover::before {
472 width: 4px; 472 width: 4px;
473 margin: 0 1px; 473 margin: 0 1px;
474 } 474 }
475 475
476 .timeline .resources-event-divider.timeline-frame-divider::before {
477 display: none;
478 }
479
476 .timeline .resources-event-divider.resources-red-divider::before { 480 .timeline .resources-event-divider.resources-red-divider::before {
477 background-color: rgb(255, 0, 0); 481 background-color: rgb(255, 0, 0);
478 } 482 }
479 483
480 .timeline .resources-event-divider.resources-blue-divider::before { 484 .timeline .resources-event-divider.resources-blue-divider::before {
481 background-color: rgb(0, 0, 255); 485 background-color: rgb(0, 0, 255);
482 } 486 }
483 487
484 .timeline .resources-event-divider.resources-orange-divider::before { 488 .timeline .resources-event-divider.resources-orange-divider::before {
485 background-color: rgb(255, 178, 23); 489 background-color: rgb(255, 178, 23);
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 937
934 .timeline-layers-view-properties td { 938 .timeline-layers-view-properties td {
935 border: 1px solid #e1e1e1; 939 border: 1px solid #e1e1e1;
936 line-height: 22px; 940 line-height: 22px;
937 } 941 }
938 942
939 .timeline-paint-profiler-log-split .split-view-contents-first { 943 .timeline-paint-profiler-log-split .split-view-contents-first {
940 background-color: #eee; 944 background-color: #eee;
941 z-index: 0; 945 z-index: 0;
942 } 946 }
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