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

Side by Side Diff: Source/devtools/front_end/sources/module.json

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.Panel", 4 "type": "@WebInspector.Panel",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 2, 7 "order": 2,
8 "className": "WebInspector.SourcesPanel" 8 "className": "WebInspector.SourcesPanel"
9 }, 9 },
10 { 10 {
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "settingType": "checkbox" 171 "settingType": "checkbox"
172 }, 172 },
173 { 173 {
174 "type": "ui-setting", 174 "type": "ui-setting",
175 "title": "Auto-reload generated CSS", 175 "title": "Auto-reload generated CSS",
176 "parentSettingName": "cssSourceMapsEnabled", 176 "parentSettingName": "cssSourceMapsEnabled",
177 "settingName": "cssReloadEnabled", 177 "settingName": "cssReloadEnabled",
178 "settingType": "checkbox" 178 "settingType": "checkbox"
179 } 179 }
180 ], 180 ],
181 "dependencies": [ "source_frame" ], 181 "dependencies": ["source_frame"],
182 "scripts": [ "SourcesPanel.js" ] 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 ]
183 } 212 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/_module.js ('k') | Source/devtools/front_end/temp_storage_shared_worker/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698