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

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

Issue 2696183005: [Devtools] Added Product Registry module in prep for Network Grouping (Closed)
Patch Set: changes Created 3 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 "modules" : [ 2 "modules" : [
3 { "name": "platform", "type": "autostart" }, 3 { "name": "platform", "type": "autostart" },
4 { "name": "dom_extension", "type": "autostart" }, 4 { "name": "dom_extension", "type": "autostart" },
5 { "name": "main", "type": "autostart" }, 5 { "name": "main", "type": "autostart" },
6 { "name": "components", "type": "autostart"}, 6 { "name": "components", "type": "autostart"},
7 { "name": "ui", "type": "autostart" }, 7 { "name": "ui", "type": "autostart" },
8 { "name": "sdk", "type": "autostart" }, 8 { "name": "sdk", "type": "autostart" },
9 { "name": "protocol", "type": "autostart" }, 9 { "name": "protocol", "type": "autostart" },
10 { "name": "host", "type": "autostart" }, 10 { "name": "host", "type": "autostart" },
11 { "name": "common", "type": "autostart" }, 11 { "name": "common", "type": "autostart" },
12 { "name": "emulation", "type": "autostart" }, 12 { "name": "emulation", "type": "autostart" },
13 { "name": "workspace", "type": "autostart" }, 13 { "name": "workspace", "type": "autostart" },
14 { "name": "bindings", "type": "autostart" }, 14 { "name": "bindings", "type": "autostart" },
15 { "name": "persistence", "type": "autostart" }, 15 { "name": "persistence", "type": "autostart" },
16 { "name": "extensions", "type": "autostart" }, 16 { "name": "extensions", "type": "autostart" },
17 { "name": "services", "type": "autostart" }, 17 { "name": "services", "type": "autostart" },
18 { "name": "elements", "condition": "!v8only" }, 18 { "name": "elements", "condition": "!v8only" },
19 { "name": "network", "condition": "!v8only" }, 19 { "name": "network", "condition": "!v8only" },
20 { "name": "sources" }, 20 { "name": "sources" },
21 { "name": "timeline", "condition": "!v8only" }, 21 { "name": "timeline", "condition": "!v8only" },
22 { "name": "timeline_model", "condition": "!v8only" }, 22 { "name": "timeline_model", "condition": "!v8only" },
23 { "name": "product_registry", "condition": "!v8only", "type": "remote" } ,
23 { "name": "profiler" }, 24 { "name": "profiler" },
24 { "name": "resources", "condition": "!v8only" }, 25 { "name": "resources", "condition": "!v8only" },
25 { "name": "audits", "condition": "!v8only" }, 26 { "name": "audits", "condition": "!v8only" },
26 { "name": "audits2", "condition": "!v8only" }, 27 { "name": "audits2", "condition": "!v8only" },
27 { "name": "devices", "condition": "!v8only" }, 28 { "name": "devices", "condition": "!v8only" },
28 { "name": "security", "condition": "!v8only" }, 29 { "name": "security", "condition": "!v8only" },
29 { "name": "console" }, 30 { "name": "console" },
30 { "name": "source_frame" }, 31 { "name": "source_frame" },
31 { "name": "text_editor" }, 32 { "name": "text_editor" },
32 { "name": "cm" }, 33 { "name": "cm" },
(...skipping 16 matching lines...) Expand all
49 { "name": "inline_editor" }, 50 { "name": "inline_editor" },
50 { "name": "color_picker" }, 51 { "name": "color_picker" },
51 { "name": "data_grid" }, 52 { "name": "data_grid" },
52 { "name": "heap_snapshot_model" }, 53 { "name": "heap_snapshot_model" },
53 { "name": "network_conditions", "type": "autostart"}, 54 { "name": "network_conditions", "type": "autostart"},
54 { "name": "event_listeners" } 55 { "name": "event_listeners" }
55 ], 56 ],
56 57
57 "has_html": true 58 "has_html": true
58 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698