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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css

Issue 1748993002: DevTools: Initial implementation of line-level CPU profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 9 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: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
index 87887a78516820b529c6095e578b2ad01296baf9..5d4da132af15443ba1006a248459f9500abf486c 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
@@ -7,6 +7,12 @@
overflow: visible !important;
}
+.CodeMirror-linemarkers-performance {
+ width: 74px;
pfeldman 2016/03/07 19:57:50 4 space indent?
alph 2016/03/08 00:57:42 Done.
+ background-color: white;
+ margin-left: 3px;
+}
+
.CodeMirror .source-frame-eval-expression {
outline: 0;
border: 1px solid rgb(163, 41, 34);
@@ -273,6 +279,11 @@
opacity: 0.5;
}
+.text-editor-performance-info {
+ text-align: right;
pfeldman 2016/03/07 19:57:50 ditto
alph 2016/03/08 00:57:42 Done.
+ padding-right: 3px;
+}
+
.text-editor-messages-description-container {
display: inline-block;
}

Powered by Google App Engine
This is Rietveld 408576698