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

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 e43bf11f8a79e043a609d47cab43788bc44c2688..75d0b06f6204a2a71eb39038a9ed5fb1333aa2a4 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