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

Side by Side Diff: Source/devtools/front_end/inspector.json

Issue 1086983002: [DevTools] Add "remoteModules" experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/Runtime.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "toolbox", "type": "autostart" }, 9 { "name": "toolbox", "type": "autostart" },
10 { "name": "workspace", "type": "autostart" }, 10 { "name": "workspace", "type": "autostart" },
11 { "name": "bindings", "type": "autostart" }, 11 { "name": "bindings", "type": "autostart" },
12 { "name": "extensions", "type": "autostart" }, 12 { "name": "extensions", "type": "autostart" },
13 { "name": "ui_lazy" }, 13 { "name": "ui_lazy", "type": "remote" },
14 { "name": "components_lazy" }, 14 { "name": "components_lazy", "type": "remote" },
15 { "name": "elements" }, 15 { "name": "elements", "type": "remote" },
16 { "name": "network" }, 16 { "name": "network", "type": "remote" },
17 { "name": "sources" }, 17 { "name": "sources", "type": "remote" },
18 { "name": "timeline" }, 18 { "name": "timeline", "type": "remote" },
19 { "name": "profiler" }, 19 { "name": "profiler", "type": "remote" },
20 { "name": "resources" }, 20 { "name": "resources", "type": "remote" },
21 { "name": "audits" }, 21 { "name": "audits", "type": "remote" },
22 { "name": "console" }, 22 { "name": "console", "type": "remote" },
23 { "name": "source_frame" }, 23 { "name": "source_frame", "type": "remote" },
24 { "name": "settings" }, 24 { "name": "settings", "type": "remote" },
25 { "name": "layers" }, 25 { "name": "layers", "type": "remote" },
26 { "name": "promises" }, 26 { "name": "promises", "type": "remote" },
27 { "name": "snippets"}, 27 { "name": "snippets", "type": "remote" },
28 { "name": "accessibility"}, 28 { "name": "accessibility", "type": "remote" },
29 { "name": "screencast", "condition": "remoteFrontend" }, 29 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
30 30
31 { "name": "heap_snapshot_worker", "type": "worker" }, 31 { "name": "heap_snapshot_worker", "type": "worker" },
32 { "name": "script_formatter_worker", "type": "worker" }, 32 { "name": "script_formatter_worker", "type": "worker" },
33 { "name": "temp_storage_shared_worker", "type": "worker" } 33 { "name": "temp_storage_shared_worker", "type": "worker" }
34 ] 34 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/Runtime.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698