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

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

Issue 1601853003: [DevTools] Fix main menu not working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "drawer-view", 4 "type": "drawer-view",
5 "name": "emulation", 5 "name": "emulation",
6 "title": "Emulation", 6 "title": "Emulation",
7 "experiment": "!deviceMode", 7 "experiment": "!deviceMode",
8 "order": 10, 8 "order": 10,
9 "persistence": "closeable", 9 "persistence": "closeable",
10 "className": "WebInspector.OverridesView" 10 "className": "WebInspector.OverridesView"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "title": "Sensors", 84 "title": "Sensors",
85 "className": "WebInspector.SensorsView.ShowActionDelegate" 85 "className": "WebInspector.SensorsView.ShowActionDelegate"
86 }, 86 },
87 { 87 {
88 "type": "context-menu-item", 88 "type": "context-menu-item",
89 "location": "mainMenu/tools/open", 89 "location": "mainMenu/tools/open",
90 "order": 100, 90 "order": 100,
91 "actionId": "emulation.show-sensors" 91 "actionId": "emulation.show-sensors"
92 }, 92 },
93 { 93 {
94 "type": "context-menu-item",
95 "location": "mainMenu/navigate",
96 "order": 10,
97 "actionId": "emulation.toggle-device-toolbar"
98 },
99 {
100 "type": "drawer-view", 94 "type": "drawer-view",
101 "name": "sensors", 95 "name": "sensors",
102 "title": "Sensors", 96 "title": "Sensors",
103 "persistence": "closeable", 97 "persistence": "closeable",
104 "order": 100, 98 "order": 100,
105 "className": "WebInspector.SensorsView" 99 "className": "WebInspector.SensorsView"
106 } 100 }
107 ], 101 ],
108 "dependencies": [ 102 "dependencies": [
109 "bindings", 103 "bindings",
(...skipping 18 matching lines...) Expand all
128 "resources": [ 122 "resources": [
129 "devicesSettingsTab.css", 123 "devicesSettingsTab.css",
130 "deviceModeToolbar.css", 124 "deviceModeToolbar.css",
131 "deviceModeView.css", 125 "deviceModeView.css",
132 "mediaQueryInspector.css", 126 "mediaQueryInspector.css",
133 "responsiveDesignView.css", 127 "responsiveDesignView.css",
134 "overrides.css", 128 "overrides.css",
135 "sensors.css" 129 "sensors.css"
136 ] 130 ]
137 } 131 }
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