OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.ContextMenu.Provider", | 4 "type": "@WebInspector.ContextMenu.Provider", |
5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource
", "WebInspector.NetworkRequest", "Node"], | 5 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource
", "WebInspector.NetworkRequest", "Node"], |
6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" | 6 "className": "WebInspector.HandlerRegistry.ContextMenuProvider" |
7 }, | 7 }, |
8 { | 8 { |
9 "type": "@WebInspector.ActionDelegate", | 9 "type": "@WebInspector.ActionDelegate", |
10 "actionId": "main.reload", | 10 "actionId": "main.reload", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 { | 221 { |
222 "type": "ui-setting", | 222 "type": "ui-setting", |
223 "section": "Extensions", | 223 "section": "Extensions", |
224 "settingType": "custom", | 224 "settingType": "custom", |
225 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting
Delegate" | 225 "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSetting
Delegate" |
226 } | 226 } |
227 ], | 227 ], |
228 "dependencies": [ | 228 "dependencies": [ |
229 "extensions", | 229 "extensions", |
230 "host", | 230 "host", |
231 "platform", | |
232 "screencast", | 231 "screencast", |
233 "sdk", | 232 "sdk", |
234 "toolbox" | 233 "toolbox" |
235 ], | 234 ], |
236 "scripts": [ | 235 "scripts": [ |
237 "HelpScreenUntilReload.js", | 236 "HelpScreenUntilReload.js", |
238 "App.js", | 237 "App.js", |
239 "AdvancedApp.js", | 238 "AdvancedApp.js", |
240 "OverridesView.js", | 239 "OverridesView.js", |
241 "RenderingOptions.js", | 240 "RenderingOptions.js", |
242 "ScreencastApp.js", | 241 "ScreencastApp.js", |
243 "SimpleApp.js", | 242 "SimpleApp.js", |
244 "TestController.js", | 243 "TestController.js", |
245 "Tests.js", | 244 "Tests.js", |
246 "Main.js" | 245 "Main.js" |
247 ], | 246 ], |
248 "skip_compilation": [ | 247 "skip_compilation": [ |
249 "Tests.js" | 248 "Tests.js" |
250 ], | 249 ], |
251 "stylesheets": [ | 250 "stylesheets": [ |
252 "accelerometer.css", | 251 "accelerometer.css", |
253 "overrides.css" | 252 "overrides.css" |
254 ] | 253 ] |
255 } | 254 } |
OLD | NEW |