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

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

Issue 2753063003: DevTools does not show experimental Coverage Panel for Node.js (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | 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 "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" },
(...skipping 24 matching lines...) Expand all
35 { "name": "cm_modes", "type": "remote" }, 35 { "name": "cm_modes", "type": "remote" },
36 { "name": "settings" }, 36 { "name": "settings" },
37 { "name": "layers", "condition": "!v8only" }, 37 { "name": "layers", "condition": "!v8only" },
38 { "name": "layer_viewer", "condition": "!v8only" }, 38 { "name": "layer_viewer", "condition": "!v8only" },
39 { "name": "snippets" }, 39 { "name": "snippets" },
40 { "name": "diff" }, 40 { "name": "diff" },
41 { "name": "terminal", "type": "remote" }, 41 { "name": "terminal", "type": "remote" },
42 { "name": "sass", "condition": "!v8only" }, 42 { "name": "sass", "condition": "!v8only" },
43 { "name": "accessibility", "condition": "!v8only", "type": "remote" }, 43 { "name": "accessibility", "condition": "!v8only", "type": "remote" },
44 { "name": "animation", "condition": "!v8only" }, 44 { "name": "animation", "condition": "!v8only" },
45 { "name": "coverage", "condition": "!v8only" }, 45 { "name": "coverage" },
46 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, 46 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
47 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }, 47 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
48 { "name": "perf_ui" }, 48 { "name": "perf_ui" },
49 { "name": "quick_open" }, 49 { "name": "quick_open" },
50 { "name": "cookie_table" }, 50 { "name": "cookie_table" },
51 { "name": "inline_editor" }, 51 { "name": "inline_editor" },
52 { "name": "color_picker" }, 52 { "name": "color_picker" },
53 { "name": "data_grid" }, 53 { "name": "data_grid" },
54 { "name": "heap_snapshot_model" }, 54 { "name": "heap_snapshot_model" },
55 { "name": "network_conditions", "type": "autostart"}, 55 { "name": "network_conditions", "type": "autostart"},
56 { "name": "event_listeners" }, 56 { "name": "event_listeners" },
57 { "name": "object_ui", "type": "autostart"}, 57 { "name": "object_ui", "type": "autostart"},
58 { "name": "help", "type": "autostart"}, 58 { "name": "help", "type": "autostart"},
59 { "name": "workspace_diff" }, 59 { "name": "workspace_diff" },
60 { "name": "console_model", "type": "autostart"} 60 { "name": "console_model", "type": "autostart"}
61 ], 61 ],
62 62
63 "has_html": true 63 "has_html": true
64 } 64 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698