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

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

Issue 14639004: DevTools: [TrackingHeapProfiler] Provide a chart with living heap date at recording time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/flameChart.css ('k') | Source/devtools/front_end/inspectorCommon.css » ('j') | 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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Apple Inc. All rights reserved. 3 * Copyright (C) 2010 Apple Inc. All rights reserved.
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 are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 } 264 }
265 265
266 .cycled-ancessor-node { 266 .cycled-ancessor-node {
267 opacity: 0.6; 267 opacity: 0.6;
268 } 268 }
269 269
270 #heap-recording-view .heap-snapshot-view { 270 #heap-recording-view .heap-snapshot-view {
271 top: 80px; 271 top: 80px;
272 } 272 }
273 273
274 .overview-container {
275 overflow: hidden;
276 position: absolute;
277 top: 0px;
278 width: 100%;
279 height: 80px;
280 }
281
282 #heap-recording-overview-grid .resources-dividers-label-bar { 274 #heap-recording-overview-grid .resources-dividers-label-bar {
283 pointer-events: auto; 275 pointer-events: auto;
284 } 276 }
285 277
286 #heap-recording-overview-container {
287 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
288 }
289
290 .heap-recording-overview-canvas { 278 .heap-recording-overview-canvas {
291 position: absolute; 279 position: absolute;
292 top: 20px; 280 top: 20px;
293 left: 0; 281 left: 0;
294 right: 0; 282 right: 0;
295 bottom: 0; 283 bottom: 0;
296 } 284 }
285
286 #profile-views .heap-snapshot-view #heap-recording-view .overview-container {
287 height: 80px;
288 }
289
290 #profile-views #heap-recording-view .overview-container {
291 height: 100%;
292 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/flameChart.css ('k') | Source/devtools/front_end/inspectorCommon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698