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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "WebInspector.SimpleAppProvider", 5 "className": "Main.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ContextMenu.Provider", 9 "type": "@UI.ContextMenu.Provider",
10 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"], 10 "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.Netw orkRequest", "Node"],
11 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" 11 "className": "Components.HandlerRegistry.ContextMenuProvider"
12 }, 12 },
13 { 13 {
14 "type": "@WebInspector.ActionDelegate", 14 "type": "@UI.ActionDelegate",
15 "category": "Navigation", 15 "category": "Navigation",
16 "actionId": "main.reload", 16 "actionId": "main.reload",
17 "className": "WebInspector.Main.ReloadActionDelegate", 17 "className": "Main.Main.ReloadActionDelegate",
18 "title": "Reload page", 18 "title": "Reload page",
19 "bindings": [ 19 "bindings": [
20 { 20 {
21 "platform": "windows,linux", 21 "platform": "windows,linux",
22 "shortcut": "F5 Ctrl+R" 22 "shortcut": "F5 Ctrl+R"
23 }, 23 },
24 { 24 {
25 "platform": "mac", 25 "platform": "mac",
26 "shortcut": "Meta+R" 26 "shortcut": "Meta+R"
27 } 27 }
28 ] 28 ]
29 }, 29 },
30 { 30 {
31 "type": "@WebInspector.ActionDelegate", 31 "type": "@UI.ActionDelegate",
32 "category": "Navigation", 32 "category": "Navigation",
33 "actionId": "main.hard-reload", 33 "actionId": "main.hard-reload",
34 "className": "WebInspector.Main.ReloadActionDelegate", 34 "className": "Main.Main.ReloadActionDelegate",
35 "title": "Hard reload page", 35 "title": "Hard reload page",
36 "bindings": [ 36 "bindings": [
37 { 37 {
38 "platform": "windows,linux", 38 "platform": "windows,linux",
39 "shortcut": "Shift+F5 Ctrl+F5 Ctrl+Shift+F5 Shift+Ctrl+R" 39 "shortcut": "Shift+F5 Ctrl+F5 Ctrl+Shift+F5 Shift+Ctrl+R"
40 }, 40 },
41 { 41 {
42 "platform": "mac", 42 "platform": "mac",
43 "shortcut": "Shift+Meta+R" 43 "shortcut": "Shift+Meta+R"
44 } 44 }
45 ] 45 ]
46 }, 46 },
47 { 47 {
48 "type": "@WebInspector.ActionDelegate", 48 "type": "@UI.ActionDelegate",
49 "category": "Drawer", 49 "category": "Drawer",
50 "actionId": "main.toggle-drawer", 50 "actionId": "main.toggle-drawer",
51 "className": "WebInspector.InspectorView.DrawerToggleActionDelegate" , 51 "className": "UI.InspectorView.DrawerToggleActionDelegate",
52 "order": 100, 52 "order": 100,
53 "title": "Toggle drawer", 53 "title": "Toggle drawer",
54 "bindings": [ 54 "bindings": [
55 { 55 {
56 "shortcut": "Esc" 56 "shortcut": "Esc"
57 } 57 }
58 ] 58 ]
59 }, 59 },
60 { 60 {
61 "type": "@WebInspector.ActionDelegate", 61 "type": "@UI.ActionDelegate",
62 "actionId": "main.debug-reload", 62 "actionId": "main.debug-reload",
63 "className": "WebInspector.Main.ReloadActionDelegate", 63 "className": "Main.Main.ReloadActionDelegate",
64 "bindings": [ 64 "bindings": [
65 { 65 {
66 "shortcut": "Alt+R" 66 "shortcut": "Alt+R"
67 } 67 }
68 ] 68 ]
69 }, 69 },
70 { 70 {
71 "type": "@WebInspector.ActionDelegate", 71 "type": "@UI.ActionDelegate",
72 "category": "DevTools", 72 "category": "DevTools",
73 "title": "Restore last dock position", 73 "title": "Restore last dock position",
74 "actionId": "main.toggle-dock", 74 "actionId": "main.toggle-dock",
75 "className": "WebInspector.DockController.ToggleDockActionDelegate", 75 "className": "Components.DockController.ToggleDockActionDelegate",
76 "bindings": [ 76 "bindings": [
77 { 77 {
78 "platform": "windows,linux", 78 "platform": "windows,linux",
79 "shortcut": "Ctrl+Shift+D" 79 "shortcut": "Ctrl+Shift+D"
80 }, 80 },
81 { 81 {
82 "platform": "mac", 82 "platform": "mac",
83 "shortcut": "Meta+Shift+D" 83 "shortcut": "Meta+Shift+D"
84 } 84 }
85 ] 85 ]
86 }, 86 },
87 { 87 {
88 "type": "@WebInspector.ActionDelegate", 88 "type": "@UI.ActionDelegate",
89 "actionId": "main.zoom-in", 89 "actionId": "main.zoom-in",
90 "className": "WebInspector.Main.ZoomActionDelegate", 90 "className": "Main.Main.ZoomActionDelegate",
91 "bindings": [ 91 "bindings": [
92 { 92 {
93 "platform": "windows,linux", 93 "platform": "windows,linux",
94 "shortcut": "Ctrl+Plus Ctrl+Shift+Plus Ctrl+NumpadPlus Ctrl+ Shift+NumpadPlus" 94 "shortcut": "Ctrl+Plus Ctrl+Shift+Plus Ctrl+NumpadPlus Ctrl+ Shift+NumpadPlus"
95 }, 95 },
96 { 96 {
97 "platform": "mac", 97 "platform": "mac",
98 "shortcut": "Meta+Plus Meta+Shift+Plus Meta+NumpadPlus Meta+ Shift+NumpadPlus" 98 "shortcut": "Meta+Plus Meta+Shift+Plus Meta+NumpadPlus Meta+ Shift+NumpadPlus"
99 } 99 }
100 ] 100 ]
101 }, 101 },
102 { 102 {
103 "type": "@WebInspector.ActionDelegate", 103 "type": "@UI.ActionDelegate",
104 "actionId": "main.zoom-out", 104 "actionId": "main.zoom-out",
105 "className": "WebInspector.Main.ZoomActionDelegate", 105 "className": "Main.Main.ZoomActionDelegate",
106 "bindings": [ 106 "bindings": [
107 { 107 {
108 "platform": "windows,linux", 108 "platform": "windows,linux",
109 "shortcut": "Ctrl+Minus Ctrl+Shift+Minus Ctrl+NumpadMinus Ct rl+Shift+NumpadMinus" 109 "shortcut": "Ctrl+Minus Ctrl+Shift+Minus Ctrl+NumpadMinus Ct rl+Shift+NumpadMinus"
110 }, 110 },
111 { 111 {
112 "platform": "mac", 112 "platform": "mac",
113 "shortcut": "Meta+Minus Meta+Shift+Minus Meta+NumpadMinus Me ta+Shift+NumpadMinus" 113 "shortcut": "Meta+Minus Meta+Shift+Minus Meta+NumpadMinus Me ta+Shift+NumpadMinus"
114 } 114 }
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "type": "@WebInspector.ActionDelegate", 118 "type": "@UI.ActionDelegate",
119 "actionId": "main.zoom-reset", 119 "actionId": "main.zoom-reset",
120 "className": "WebInspector.Main.ZoomActionDelegate", 120 "className": "Main.Main.ZoomActionDelegate",
121 "bindings": [ 121 "bindings": [
122 { 122 {
123 "platform": "windows,linux", 123 "platform": "windows,linux",
124 "shortcut": "Ctrl+0 Ctrl+Numpad0" 124 "shortcut": "Ctrl+0 Ctrl+Numpad0"
125 }, 125 },
126 { 126 {
127 "platform": "mac", 127 "platform": "mac",
128 "shortcut": "Meta+0 Meta+Numpad0" 128 "shortcut": "Meta+0 Meta+Numpad0"
129 } 129 }
130 ] 130 ]
131 }, 131 },
132 { 132 {
133 "type": "@WebInspector.ActionDelegate", 133 "type": "@UI.ActionDelegate",
134 "actionId": "main.search-in-panel.find", 134 "actionId": "main.search-in-panel.find",
135 "className": "WebInspector.Main.SearchActionDelegate", 135 "className": "Main.Main.SearchActionDelegate",
136 "bindings": [ 136 "bindings": [
137 { 137 {
138 "platform": "windows,linux", 138 "platform": "windows,linux",
139 "shortcut": "Ctrl+F" 139 "shortcut": "Ctrl+F"
140 }, 140 },
141 { 141 {
142 "platform": "mac", 142 "platform": "mac",
143 "shortcut": "Meta+F F3" 143 "shortcut": "Meta+F F3"
144 } 144 }
145 ] 145 ]
146 }, 146 },
147 { 147 {
148 "type": "@WebInspector.ActionDelegate", 148 "type": "@UI.ActionDelegate",
149 "actionId": "main.search-in-panel.cancel", 149 "actionId": "main.search-in-panel.cancel",
150 "className": "WebInspector.Main.SearchActionDelegate", 150 "className": "Main.Main.SearchActionDelegate",
151 "order": 10, 151 "order": 10,
152 "bindings": [ 152 "bindings": [
153 { 153 {
154 "shortcut": "Esc" 154 "shortcut": "Esc"
155 } 155 }
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "type": "@WebInspector.ActionDelegate", 159 "type": "@UI.ActionDelegate",
160 "actionId": "main.search-in-panel.find-next", 160 "actionId": "main.search-in-panel.find-next",
161 "className": "WebInspector.Main.SearchActionDelegate", 161 "className": "Main.Main.SearchActionDelegate",
162 "bindings": [ 162 "bindings": [
163 { 163 {
164 "platform": "mac", 164 "platform": "mac",
165 "shortcut": "Meta+G" 165 "shortcut": "Meta+G"
166 } 166 }
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "type": "@WebInspector.ActionDelegate", 170 "type": "@UI.ActionDelegate",
171 "actionId": "main.search-in-panel.find-previous", 171 "actionId": "main.search-in-panel.find-previous",
172 "className": "WebInspector.Main.SearchActionDelegate", 172 "className": "Main.Main.SearchActionDelegate",
173 "bindings": [ 173 "bindings": [
174 { 174 {
175 "platform": "mac", 175 "platform": "mac",
176 "shortcut": "Meta+Shift+G" 176 "shortcut": "Meta+Shift+G"
177 } 177 }
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "type": "@WebInspector.ToolbarItem.Provider", 181 "type": "@UI.ToolbarItem.Provider",
182 "separator": true, 182 "separator": true,
183 "location": "main-toolbar-left", 183 "location": "main-toolbar-left",
184 "order": 100 184 "order": 100
185 }, 185 },
186 { 186 {
187 "type": "@WebInspector.ToolbarItem.Provider", 187 "type": "@UI.ToolbarItem.Provider",
188 "className": "WebInspector.Main.WarningErrorCounter", 188 "className": "Main.Main.WarningErrorCounter",
189 "order": 1, 189 "order": 1,
190 "location": "main-toolbar-right" 190 "location": "main-toolbar-right"
191 }, 191 },
192 { 192 {
193 "type": "@WebInspector.ToolbarItem.Provider", 193 "type": "@UI.ToolbarItem.Provider",
194 "separator": true, 194 "separator": true,
195 "order": 98, 195 "order": 98,
196 "location": "main-toolbar-right" 196 "location": "main-toolbar-right"
197 }, 197 },
198 { 198 {
199 "type": "@WebInspector.ToolbarItem.Provider", 199 "type": "@UI.ToolbarItem.Provider",
200 "className": "WebInspector.Main.MainMenuItem", 200 "className": "Main.Main.MainMenuItem",
201 "order": 99, 201 "order": 99,
202 "location": "main-toolbar-right" 202 "location": "main-toolbar-right"
203 }, 203 },
204 { 204 {
205 "type": "@WebInspector.ToolbarItem.Provider", 205 "type": "@UI.ToolbarItem.Provider",
206 "className": "WebInspector.DockController.CloseButtonProvider", 206 "className": "Components.DockController.CloseButtonProvider",
207 "order": 100, 207 "order": 100,
208 "location": "main-toolbar-right" 208 "location": "main-toolbar-right"
209 }, 209 },
210 { 210 {
211 "type": "setting", 211 "type": "setting",
212 "category": "Network", 212 "category": "Network",
213 "title": "Disable cache (while DevTools is open)", 213 "title": "Disable cache (while DevTools is open)",
214 "settingName": "cacheDisabled", 214 "settingName": "cacheDisabled",
215 "settingType": "boolean", 215 "settingType": "boolean",
216 "order": 0, 216 "order": 0,
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 }, 290 },
291 { 291 {
292 "type": "setting", 292 "type": "setting",
293 "category": "Appearance", 293 "category": "Appearance",
294 "title": "Disable paused state overlay", 294 "title": "Disable paused state overlay",
295 "settingName": "disablePausedStateOverlay", 295 "settingName": "disablePausedStateOverlay",
296 "settingType": "boolean", 296 "settingType": "boolean",
297 "defaultValue": false 297 "defaultValue": false
298 }, 298 },
299 { 299 {
300 "type": "@WebInspector.SettingUI", 300 "type": "@UI.SettingUI",
301 "category": "Extensions", 301 "category": "Extensions",
302 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting UI" 302 "className": "Components.HandlerRegistry.OpenAnchorLocationSettingUI "
303 }, 303 },
304 { 304 {
305 "type": "@WebInspector.SettingUI", 305 "type": "@UI.SettingUI",
306 "category": "Elements", 306 "category": "Elements",
307 "order": 3, 307 "order": 3,
308 "className": "WebInspector.ShowMetricsRulersSettingUI" 308 "className": "Main.ShowMetricsRulersSettingUI"
309 }, 309 },
310 { 310 {
311 "type": "context-menu-item", 311 "type": "context-menu-item",
312 "location": "mainMenu/navigate", 312 "location": "mainMenu/navigate",
313 "title": "More tools", 313 "title": "More tools",
314 "subMenuId": "mainMenuMoreTools", 314 "subMenuId": "mainMenuMoreTools",
315 "order": 80 315 "order": 80
316 }, 316 },
317 { 317 {
318 "type": "view", 318 "type": "view",
319 "location": "drawer-view", 319 "location": "drawer-view",
320 "id": "rendering", 320 "id": "rendering",
321 "title": "Rendering", 321 "title": "Rendering",
322 "persistence": "closeable", 322 "persistence": "closeable",
323 "order": 50, 323 "order": 50,
324 "className": "WebInspector.RenderingOptionsView" 324 "className": "Main.RenderingOptionsView"
325 }, 325 },
326 { 326 {
327 "type": "setting", 327 "type": "setting",
328 "category": "DevTools", 328 "category": "DevTools",
329 "settingName": "currentDockState", 329 "settingName": "currentDockState",
330 "settingType": "enum", 330 "settingType": "enum",
331 "defaultValue": "right", 331 "defaultValue": "right",
332 "options": [ 332 "options": [
333 { "value": "right", "title": "Dock to right" }, 333 { "value": "right", "title": "Dock to right" },
334 { "value": "bottom", "title": "Dock to bottom" }, 334 { "value": "bottom", "title": "Dock to bottom" },
335 { "value": "undocked", "title": "Undock into separate window" } 335 { "value": "undocked", "title": "Undock into separate window" }
336 ] 336 ]
337 }, 337 },
338 { 338 {
339 "type": "@WebInspector.ViewLocationResolver", 339 "type": "@UI.ViewLocationResolver",
340 "name": "drawer-view", 340 "name": "drawer-view",
341 "className": "WebInspector.InspectorView" 341 "className": "UI.InspectorView"
342 } 342 }
343 ], 343 ],
344 "dependencies": [ 344 "dependencies": [
345 "extensions", 345 "extensions",
346 "host", 346 "host",
347 "platform", 347 "platform",
348 "sdk", 348 "sdk",
349 "persistence" 349 "persistence"
350 ], 350 ],
351 "scripts": [ 351 "scripts": [
352 "RenderingOptions.js", 352 "RenderingOptions.js",
353 "SimpleApp.js", 353 "SimpleApp.js",
354 "OverlayController.js", 354 "OverlayController.js",
355 "Main.js" 355 "Main.js"
356 ], 356 ],
357 "resources": [ 357 "resources": [
358 "errorWarningCounter.css", 358 "errorWarningCounter.css",
359 "remoteDebuggingTerminatedScreen.css", 359 "remoteDebuggingTerminatedScreen.css",
360 "renderingOptions.css", 360 "renderingOptions.css",
361 "targetCrashedScreen.css" 361 "targetCrashedScreen.css"
362 ] 362 ]
363 } 363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698