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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/flameChart.css ('k') | Source/devtools/front_end/inspectorCommon.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/heapProfiler.css
diff --git a/Source/devtools/front_end/heapProfiler.css b/Source/devtools/front_end/heapProfiler.css
index 9870fb41402e65647f8f3c0702ebc2ea754e4ed9..afa9ebefbe0924a0381b384a53b6a21fab727dbd 100644
--- a/Source/devtools/front_end/heapProfiler.css
+++ b/Source/devtools/front_end/heapProfiler.css
@@ -271,22 +271,10 @@ table.heap-snapshot-help {
top: 80px;
}
-.overview-container {
- overflow: hidden;
- position: absolute;
- top: 0px;
- width: 100%;
- height: 80px;
-}
-
#heap-recording-overview-grid .resources-dividers-label-bar {
pointer-events: auto;
}
-#heap-recording-overview-container {
- border-bottom: 1px solid rgba(0, 0, 0, 0.3);
-}
-
.heap-recording-overview-canvas {
position: absolute;
top: 20px;
@@ -294,3 +282,11 @@ table.heap-snapshot-help {
right: 0;
bottom: 0;
}
+
+#profile-views .heap-snapshot-view #heap-recording-view .overview-container {
+ height: 80px;
+}
+
+#profile-views #heap-recording-view .overview-container {
+ height: 100%;
+}
« 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