Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sources / module.json
1 {
2     "extensions": [
3         {
4             "type": "@WebInspector.Panel",
5             "name": "sources",
6             "title": "Sources",
7             "order": 2,
8             "className": "WebInspector.SourcesPanel"
9         },
10         {
11             "type": "drawer-view",
12             "name": "sources.search",
13             "title": "Search",
14             "order": "1",
15             "className": "WebInspector.AdvancedSearchView"
16         },
17         {
18             "type": "@WebInspector.ContextMenu.Provider",
19             "contextTypes": ["WebInspector.UISourceCode", "WebInspector.RemoteObject"],
20             "className": "WebInspector.SourcesPanel.ContextMenuProvider"
21         },
22         {
23             "type": "@WebInspector.ActionDelegate",
24             "actionId": "debugger.toggle-pause",
25             "className": "WebInspector.SourcesPanel.TogglePauseActionDelegate",
26             "contextTypes": ["WebInspector.SourcesPanel", "WebInspector.ShortcutRegistry.ForwardedShortcut"],
27             "bindings": [
28                 {
29                     "platform": "windows,linux",
30                     "shortcut": "F8 Ctrl+\\"
31                 },
32                 {
33                     "platform": "mac",
34                     "shortcut": "F8 Meta+\\"
35                 }
36             ]
37         },
38         {
39             "type": "@WebInspector.ActionDelegate",
40             "actionId": "sources.search.toggle",
41             "className": "WebInspector.AdvancedSearchView.ToggleDrawerViewActionDelegate",
42             "bindings": [
43                 {
44                     "platform": "mac",
45                     "shortcut": "Meta+Alt+F"
46                 },
47                 {
48                     "platform": "windows,linux",
49                     "shortcut": "Ctrl+Shift+F"
50                 }
51             ]
52         },
53         {
54             "type": "@WebInspector.Revealer",
55             "contextTypes": ["WebInspector.UILocation"],
56             "className": "WebInspector.SourcesPanel.UILocationRevealer"
57         },
58         {
59             "type": "@WebInspector.Revealer",
60             "contextTypes": ["WebInspector.UISourceCode"],
61             "className": "WebInspector.SourcesPanel.UISourceCodeRevealer"
62         },
63         {
64             "type": "@WebInspector.SourcesView.EditorAction",
65             "className": "WebInspector.InplaceFormatterEditorAction"
66         },
67         {
68             "type": "@WebInspector.SourcesView.EditorAction",
69             "className": "WebInspector.ScriptFormatterEditorAction"
70         },
71         {
72             "type": "navigator-view",
73             "name": "sources",
74             "title": "Sources",
75             "order": 1,
76             "className": "WebInspector.SourcesNavigatorView"
77         },
78         {
79             "type": "navigator-view",
80             "name": "contentScripts",
81             "title": "Content scripts",
82             "order": 2,
83             "className": "WebInspector.ContentScriptsNavigatorView"
84         },
85         {
86             "type": "navigator-view",
87             "name": "snippets",
88             "title": "Snippets",
89             "order": 3,
90             "className": "WebInspector.SnippetsNavigatorView"
91         },
92         {
93             "type": "@WebInspector.ActionDelegate",
94             "actionId": "sources.go-to-source",
95             "className": "WebInspector.SourcesPanel.ShowGoToSourceDialogActionDelegate",
96             "bindings": [
97                 {
98                     "platform": "mac",
99                     "shortcut": "Meta+O Meta+P"
100                 },
101                 {
102                     "platform": "windows,linux",
103                     "shortcut": "Ctrl+O Ctrl+P"
104                 }
105             ]
106         },
107         {
108             "type": "@WebInspector.ActionDelegate",
109             "actionId": "sources.switch-file",
110             "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
111             "contextTypes": ["WebInspector.SourcesView"],
112             "bindings": [
113                 {
114                     "shortcut": "Alt+O"
115                 }
116             ]
117         },
118         {
119             "type": "ui-setting",
120             "settingName": "javaScriptDisabled",
121             "settingType": "custom",
122             "className": "WebInspector.SourcesPanel.DisableJavaScriptSettingDelegate"
123         },
124         {
125             "type": "ui-setting",
126             "section": "Sources",
127             "title": "Search in content scripts",
128             "settingName": "searchInContentScripts",
129             "settingType": "checkbox"
130         },
131         {
132             "type": "ui-setting",
133             "section": "Sources",
134             "title": "Enable JavaScript source maps",
135             "settingName": "jsSourceMapsEnabled",
136             "settingType": "checkbox"
137         },
138         {
139             "type": "ui-setting",
140             "section": "Sources",
141             "title": "Detect indentation",
142             "settingName": "textEditorAutoDetectIndent",
143             "settingType": "checkbox"
144         },
145         {
146             "type": "ui-setting",
147             "section": "Sources",
148             "title": "Autocompletion",
149             "settingName": "textEditorAutocompletion",
150             "settingType": "checkbox"
151         },
152         {
153             "type": "ui-setting",
154             "section": "Sources",
155             "title": "Bracket matching",
156             "settingName": "textEditorBracketMatching",
157             "settingType": "checkbox"
158         },
159         {
160             "type": "ui-setting",
161             "section": "Sources",
162             "title": "Show whitespace characters",
163             "settingName": "showWhitespacesInEditor",
164             "settingType": "checkbox"
165         },
166         {
167             "type": "ui-setting",
168             "section": "Sources",
169             "title": "Enable CSS source maps",
170             "settingName": "cssSourceMapsEnabled",
171             "settingType": "checkbox"
172         },
173         {
174             "type": "ui-setting",
175             "title": "Auto-reload generated CSS",
176             "parentSettingName": "cssSourceMapsEnabled",
177             "settingName": "cssReloadEnabled",
178             "settingType": "checkbox"
179         }
180     ],
181     "dependencies": ["source_frame"],
182     "scripts": [
183         "jsdifflib.js",
184         "Placard.js",
185         "AddSourceMapURLDialog.js",
186         "BreakpointsSidebarPane.js",
187         "CallStackSidebarPane.js",
188         "SimpleHistoryManager.js",
189         "EditingLocationHistoryManager.js",
190         "FilePathScoreFunction.js",
191         "FilteredItemSelectionDialog.js",
192         "UISourceCodeFrame.js",
193         "JavaScriptSourceFrame.js",
194         "CSSSourceFrame.js",
195         "NavigatorView.js",
196         "RevisionHistoryView.js",
197         "ScopeChainSidebarPane.js",
198         "SourcesNavigator.js",
199         "StyleSheetOutlineDialog.js",
200         "TabbedEditorContainer.js",
201         "WatchExpressionsSidebarPane.js",
202         "WorkersSidebarPane.js",
203         "ScriptFormatterEditorAction.js",
204         "InplaceFormatterEditorAction.js",
205         "ScriptFormatter.js",
206         "SourcesView.js",
207         "AdvancedSearchView.js",
208         "FileBasedSearchResultsPane.js",
209         "SourcesSearchScope.js",
210         "SourcesPanel.js"
211     ]
212 }