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

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

Issue 1653053002: Devtools: parse variables scopes and sourcemap them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 02be248b875b53fbd1be9c3ef8f33a5ef119b385..bba06ee7fb45610bbc88957780620f338ec03c7f 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -121,6 +121,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("privateScriptInspection", "Private script inspection");
Runtime.experiments.register("promiseTracker", "Promise inspector");
Runtime.experiments.register("requestBlocking", "Request blocking", true);
+ Runtime.experiments.register("resolveVariableNames", "Resolve variable names", true);
Runtime.experiments.register("timelineShowAllEvents", "Show all events on Timeline", true);
Runtime.experiments.register("timelineLatencyInfo", "Show input latency events on the Timeline", true);
Runtime.experiments.register("securityPanel", "Security panel");

Powered by Google App Engine
This is Rietveld 408576698