Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sources / module.json
index 81fd927..400fca0 100644 (file)
@@ -8,6 +8,13 @@
             "className": "WebInspector.SourcesPanel"
         },
         {
+            "type": "drawer-view",
+            "name": "sources.search",
+            "title": "Search",
+            "order": "1",
+            "className": "WebInspector.AdvancedSearchView"
+        },
+        {
             "type": "@WebInspector.ContextMenu.Provider",
             "contextTypes": ["WebInspector.UISourceCode", "WebInspector.RemoteObject"],
             "className": "WebInspector.SourcesPanel.ContextMenuProvider"
             ]
         },
         {
-            "type": "@WebInspector.SearchScope",
-            "className": "WebInspector.SourcesSearchScope"
-        },
-        {
-            "type": "@WebInspector.DrawerEditor",
-            "className": "WebInspector.SourcesPanel.DrawerEditor"
+            "type": "@WebInspector.ActionDelegate",
+            "actionId": "sources.search.toggle",
+            "className": "WebInspector.AdvancedSearchView.ToggleDrawerViewActionDelegate",
+            "bindings": [
+                {
+                    "platform": "mac",
+                    "shortcut": "Meta+Alt+F"
+                },
+                {
+                    "platform": "windows,linux",
+                    "shortcut": "Ctrl+Shift+F"
+                }
+            ]
         },
         {
             "type": "@WebInspector.Revealer",
             ]
         },
         {
+            "type": "@WebInspector.ActionDelegate",
+            "actionId": "sources.switch-file",
+            "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
+            "contextTypes": ["WebInspector.SourcesView"],
+            "bindings": [
+                {
+                    "shortcut": "Alt+O"
+                }
+            ]
+        },
+        {
             "type": "ui-setting",
             "settingName": "javaScriptDisabled",
             "settingType": "custom",
             "parentSettingName": "cssSourceMapsEnabled",
             "settingName": "cssReloadEnabled",
             "settingType": "checkbox"
-        },
-        {
-            "type": "ui-setting",
-            "section": "Sources",
-            "experiment": "frameworksDebuggingSupport",
-            "title": "Skip stepping through sources with particular names",
-            "settingName": "skipStackFramesSwitch",
-            "settingType": "checkbox"
-        },
-        {
-            "type": "ui-setting",
-            "experiment": "frameworksDebuggingSupport",
-            "parentSettingName": "skipStackFramesSwitch",
-            "settingType": "custom",
-            "className": "WebInspector.SourcesPanel.SkipStackFramePatternSettingDelegate"
         }
     ],
-    "dependencies": [ "source_frame" ],
-    "scripts": [ "SourcesPanel.js" ]
+    "dependencies": ["source_frame"],
+    "scripts": [
+        "jsdifflib.js",
+        "Placard.js",
+        "AddSourceMapURLDialog.js",
+        "BreakpointsSidebarPane.js",
+        "CallStackSidebarPane.js",
+        "SimpleHistoryManager.js",
+        "EditingLocationHistoryManager.js",
+        "FilePathScoreFunction.js",
+        "FilteredItemSelectionDialog.js",
+        "UISourceCodeFrame.js",
+        "JavaScriptSourceFrame.js",
+        "CSSSourceFrame.js",
+        "NavigatorView.js",
+        "RevisionHistoryView.js",
+        "ScopeChainSidebarPane.js",
+        "SourcesNavigator.js",
+        "StyleSheetOutlineDialog.js",
+        "TabbedEditorContainer.js",
+        "WatchExpressionsSidebarPane.js",
+        "WorkersSidebarPane.js",
+        "ScriptFormatterEditorAction.js",
+        "InplaceFormatterEditorAction.js",
+        "ScriptFormatter.js",
+        "SourcesView.js",
+        "AdvancedSearchView.js",
+        "FileBasedSearchResultsPane.js",
+        "SourcesSearchScope.js",
+        "SourcesPanel.js"
+    ]
 }