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

Unified Diff: Source/devtools/front_end/Settings.js

Issue 201293007: DevTools: Remove step into selection experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 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
« no previous file with comments | « Source/devtools/front_end/JavaScriptSourceFrame.js ('k') | Source/devtools/front_end/ShortcutsScreen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Settings.js
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
index a562c423f5caf33f5d5b8643be0d01f163ecfdca..f88dec6d03bd0facfc33e274ad5c40cf9e65ad92 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -283,7 +283,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
this.canvasInspection = this._createExperiment("canvasInspection ", "Canvas inspection");
this.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "Enable frameworks debugging support");
this.layersPanel = this._createExperiment("layersPanel", "Show Layers panel");
- this.stepIntoSelection = this._createExperiment("stepIntoSelection", "Show step-in candidates while debugging.");
this.doNotOpenDrawerOnEsc = this._createExperiment("doNotOpenDrawerWithEsc", "Do not open drawer on Esc");
this.showEditorInDrawer = this._createExperiment("showEditorInDrawer", "Show editor in drawer");
this.gpuTimeline = this._createExperiment("gpuTimeline", "Show GPU data on timeline");
« no previous file with comments | « Source/devtools/front_end/JavaScriptSourceFrame.js ('k') | Source/devtools/front_end/ShortcutsScreen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698