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

Unified Diff: Source/devtools/front_end/layersPanel.css

Issue 393123007: DevTools: Remove popover and add properties section for paint profiler log. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test. Created 6 years, 4 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
Index: Source/devtools/front_end/layersPanel.css
diff --git a/Source/devtools/front_end/layersPanel.css b/Source/devtools/front_end/layersPanel.css
index e0adca3e752fbeb070868307e7c3928cf40593ec..b1709e19fdf80a15dbe80964861142fa4efe63b3 100644
--- a/Source/devtools/front_end/layersPanel.css
+++ b/Source/devtools/front_end/layersPanel.css
@@ -110,3 +110,16 @@
.paint-profiler-canvas-container .overview-grid-window-resizer {
z-index: 2000;
}
+
+.paint-profiler-view canvas {
eustas 2014/08/21 12:52:03 This class is never set. Would you mind to remove
+ height: 100%;
+ width: 100%;
+}
+
+.profiler-log-view .console-formatted-string {
+ white-space: nowrap;
+}
+
+.profiler-log-view.section .properties {
+ display: block;
+}
« no previous file with comments | « LayoutTests/inspector/layers/layer-canvas-log-expected.txt ('k') | Source/devtools/front_end/timeline/Layers3DView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698