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

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

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, addressed review comments, added a test Created 7 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/inspectorCommon.css ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 .timeline-frame-overview #timeline-overview-grid { 64 .timeline-frame-overview #timeline-overview-grid {
65 display: none; 65 display: none;
66 } 66 }
67 67
68 #timeline-overview-grid .resources-dividers-label-bar { 68 #timeline-overview-grid .resources-dividers-label-bar {
69 pointer-events: auto; 69 pointer-events: auto;
70 } 70 }
71 71
72 .timeline-frame-overview .overview-grid-window, 72 .timeline-frame-overview .overview-grid-window,
73 .timeline-frame-overview .overview-grid-dividers-background { 73 .timeline-frame-overview .overview-grid-dividers-background,
74 height: 100%; 74 .timeline-frame-overview .overview-grid-window-resizer {
75 height: 15px;
75 } 76 }
76 77
77 #timeline-overview-grid #resources-graphs { 78 #timeline-overview-grid #resources-graphs {
78 position: absolute; 79 position: absolute;
79 top: 0; 80 top: 0;
80 left: 0; 81 left: 0;
81 right: 0; 82 right: 0;
82 height: 80px; 83 height: 80px;
83 } 84 }
84 85
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 799
799 .timeline-aggregated-info-legend > div { 800 .timeline-aggregated-info-legend > div {
800 overflow: hidden; 801 overflow: hidden;
801 white-space: nowrap; 802 white-space: nowrap;
802 text-overflow: ellipsis; 803 text-overflow: ellipsis;
803 } 804 }
804 805
805 .timeline-aggregated-info .pie-chart { 806 .timeline-aggregated-info .pie-chart {
806 margin-left: 20px; 807 margin-left: 20px;
807 } 808 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/inspectorCommon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698