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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

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/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index b800cf3ffd0539f41468be568b92b753a0c5ba12..2911f0c22055ee7410271fafd49f02dafef16a1d 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -8,6 +8,7 @@
{ "name": "common", "type": "autostart" },
{ "name": "emulation", "type": "autostart" },
{ "name": "workspace", "type": "autostart" },
+ { "name": "es_tree", "type": "autostart" },
dgozman 2016/02/22 17:24:56 Can we make it on-demand? I'd like to avoid loadin
sergeyv 2016/02/22 21:42:54 Done. Moved SourceMapNamesResolver.js to sources,
{ "name": "bindings", "type": "autostart" },
{ "name": "extensions", "type": "autostart" },
{ "name": "ui_lazy" },

Powered by Google App Engine
This is Rietveld 408576698