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

Side by Side Diff: Source/devtools/front_end/flameChart.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/ProfilesPanel.js ('k') | Source/devtools/front_end/heapProfiler.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 .overview-container {
2 overflow: hidden;
3 position: absolute;
4 top: 0px;
5 width: 100%;
6 height: 80px;
7 }
8
9 .chart-container { 1 .chart-container {
10 overflow: hidden; 2 overflow: hidden;
11 position: absolute; 3 position: absolute;
12 top: 80px; 4 top: 80px;
13 width: 100%; 5 width: 100%;
14 bottom: 0px; 6 bottom: 0px;
15 } 7 }
16 8
17 #flame-chart-overview-grid .resources-dividers-label-bar { 9 #flame-chart-overview-grid .resources-dividers-label-bar {
18 pointer-events: auto; 10 pointer-events: auto;
19 } 11 }
20 12
21 #flame-chart-overview-container { 13 #flame-chart-overview-container {
22 border-bottom: 1px solid rgba(0, 0, 0, 0.3); 14 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
23 } 15 }
24 16
25 .flame-chart-overview-canvas { 17 .flame-chart-overview-canvas {
26 position: absolute; 18 position: absolute;
27 top: 20px; 19 top: 20px;
28 left: 0; 20 left: 0;
29 right: 0; 21 right: 0;
30 bottom: 0; 22 bottom: 0;
31 } 23 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ProfilesPanel.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698