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

Side by Side 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { "name": "platform", "type": "autostart" }, 2 { "name": "platform", "type": "autostart" },
3 { "name": "main", "type": "autostart" }, 3 { "name": "main", "type": "autostart" },
4 { "name": "components", "type": "autostart" }, 4 { "name": "components", "type": "autostart" },
5 { "name": "ui", "type": "autostart" }, 5 { "name": "ui", "type": "autostart" },
6 { "name": "sdk", "type": "autostart" }, 6 { "name": "sdk", "type": "autostart" },
7 { "name": "host", "type": "autostart" }, 7 { "name": "host", "type": "autostart" },
8 { "name": "common", "type": "autostart" }, 8 { "name": "common", "type": "autostart" },
9 { "name": "emulation", "type": "autostart" }, 9 { "name": "emulation", "type": "autostart" },
10 { "name": "workspace", "type": "autostart" }, 10 { "name": "workspace", "type": "autostart" },
11 { "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,
11 { "name": "bindings", "type": "autostart" }, 12 { "name": "bindings", "type": "autostart" },
12 { "name": "extensions", "type": "autostart" }, 13 { "name": "extensions", "type": "autostart" },
13 { "name": "ui_lazy" }, 14 { "name": "ui_lazy" },
14 { "name": "components_lazy" }, 15 { "name": "components_lazy" },
15 { "name": "elements" }, 16 { "name": "elements" },
16 { "name": "network" }, 17 { "name": "network" },
17 { "name": "sources" }, 18 { "name": "sources" },
18 { "name": "timeline" }, 19 { "name": "timeline" },
19 { "name": "profiler" }, 20 { "name": "profiler" },
20 { "name": "resources" }, 21 { "name": "resources" },
(...skipping 11 matching lines...) Expand all
32 { "name": "sass" }, 33 { "name": "sass" },
33 { "name": "accessibility" }, 34 { "name": "accessibility" },
34 { "name": "animation" }, 35 { "name": "animation" },
35 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
36 { "name": "emulated_devices", "type": "remote" }, 37 { "name": "emulated_devices", "type": "remote" },
37 38
38 { "name": "heap_snapshot_worker", "type": "worker" }, 39 { "name": "heap_snapshot_worker", "type": "worker" },
39 { "name": "script_formatter_worker", "type": "worker" }, 40 { "name": "script_formatter_worker", "type": "worker" },
40 { "name": "temp_storage_shared_worker", "type": "worker" } 41 { "name": "temp_storage_shared_worker", "type": "worker" }
41 ] 42 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698