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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/settings/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/module.json b/third_party/WebKit/Source/devtools/front_end/settings/module.json
index 6cc26d5deddcb4cdc8f4ce2e491c6f1fda758a8c..e4b274c5d4ee491fd8b107f38a290904bdd493d1 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/settings/module.json
@@ -1,11 +1,11 @@
{
"extensions": [
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Settings",
"actionId": "settings.show",
"title": "Settings",
- "className": "WebInspector.SettingsScreen.ActionDelegate",
+ "className": "Settings.SettingsScreen.ActionDelegate",
"bindings": [
{
"shortcut": "F1 Shift+?"
@@ -13,23 +13,23 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Settings",
"actionId": "settings.help",
"title": "Help",
- "className": "WebInspector.SettingsScreen.ActionDelegate"
+ "className": "Settings.SettingsScreen.ActionDelegate"
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Settings",
"actionId": "settings.shortcuts",
"title": "Shortcuts",
- "className": "WebInspector.SettingsScreen.ActionDelegate"
+ "className": "Settings.SettingsScreen.ActionDelegate"
},
{
- "type": "@WebInspector.Revealer",
- "contextTypes": ["WebInspector.Setting"],
- "className": "WebInspector.SettingsScreen.Revealer"
+ "type": "@Common.Revealer",
+ "contextTypes": ["Common.Setting"],
+ "className": "Settings.SettingsScreen.Revealer"
},
{
"type": "context-menu-item",
@@ -55,7 +55,7 @@
"id": "preferences",
"title": "Preferences",
"order": "0",
- "className": "WebInspector.GenericSettingsTab"
+ "className": "Settings.GenericSettingsTab"
},
{
"type": "view",
@@ -63,7 +63,7 @@
"id": "workspace",
"title": "Workspace",
"order": "1",
- "className": "WebInspector.WorkspaceSettingsTab"
+ "className": "Settings.WorkspaceSettingsTab"
},
{
"type": "view",
@@ -72,7 +72,7 @@
"title": "Experiments",
"order": "2",
"experiment": "*",
- "className": "WebInspector.ExperimentsSettingsTab"
+ "className": "Settings.ExperimentsSettingsTab"
},
{
"type": "view",
@@ -80,12 +80,12 @@
"id": "blackbox",
"title": "Blackboxing",
"order": "3",
- "className": "WebInspector.FrameworkBlackboxSettingsTab"
+ "className": "Settings.FrameworkBlackboxSettingsTab"
},
{
- "type": "@WebInspector.ViewLocationResolver",
+ "type": "@UI.ViewLocationResolver",
"name": "settings-view",
- "className": "WebInspector.SettingsScreen"
+ "className": "Settings.SettingsScreen"
}
],
"dependencies": [

Powered by Google App Engine
This is Rietveld 408576698