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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 1300743002: DevTools: render DOM markers with their colors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 917cb750f323fe73806d43d0ddfec873327e3f87..86b36dbd68ff6a5ddb500b69dd770982ee8b963d 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -170,6 +170,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.setDefaultExperiments([
"inlineVariableValues",
+ "tooltips",
dgozman 2015/08/18 18:35:21 Please revert, there is a separate patch.
pfeldman 2015/08/18 18:40:05 Done. It was an accident.
"serviceWorkersInPageFrontend"
]);
},

Powered by Google App Engine
This is Rietveld 408576698