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

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

Issue 1163223002: DevTools: Show main thread as a stacked utilization chart on timeline overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 pointer-events: auto; 242 pointer-events: auto;
243 } 243 }
244 244
245 .timeline-tree-item.selected .timeline-tree-item-expand-arrow { 245 .timeline-tree-item.selected .timeline-tree-item-expand-arrow {
246 background-color: white; 246 background-color: white;
247 } 247 }
248 248
249 #timeline-overview-events, 249 #timeline-overview-events,
250 #timeline-overview-memory, 250 #timeline-overview-memory,
251 #timeline-overview-power { 251 #timeline-overview-power {
252 flex: 0 0 69px; 252 flex: 0 0 79px;
253 z-index: 160; 253 z-index: 160;
254 width: 100%; 254 width: 100%;
255 margin-bottom: 1px; 255 margin-bottom: 1px;
256 } 256 }
257 257
258 #timeline-overview-memory { 258 #timeline-overview-memory {
259 flex-basis: 20px; 259 flex-basis: 20px;
260 } 260 }
261 261
262 #timeline-overview-frames { 262 #timeline-overview-frames {
263 flex-basis: 80px; 263 flex-basis: 100px;
264 } 264 }
265 265
266 #timeline-overview-pane { 266 #timeline-overview-pane {
267 flex: auto; 267 flex: auto;
268 position: relative; 268 position: relative;
269 overflow: hidden; 269 overflow: hidden;
270 } 270 }
271 271
272 #timeline-overview-container { 272 #timeline-overview-container {
273 display: flex; 273 display: flex;
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 .timeline-gap { 862 .timeline-gap {
863 flex: none; 863 flex: none;
864 } 864 }
865 865
866 .timeline-filmstrip-preview { 866 .timeline-filmstrip-preview {
867 margin-top: 10px; 867 margin-top: 10px;
868 max-width: 200px; 868 max-width: 200px;
869 max-height: 200px; 869 max-height: 200px;
870 cursor: pointer; 870 cursor: pointer;
871 } 871 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineEventOverview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698