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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/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/emulation/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/module.json b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
index 4cc10e527689db3f78f23a77337aeabc12367dd0..3b718a7bfc1c32988785e42958dfa366543affc9 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
@@ -1,16 +1,16 @@
{
"extensions": [
{
- "type": "@WebInspector.AppProvider",
+ "type": "@Common.AppProvider",
"condition": "can_dock",
- "className": "WebInspector.AdvancedAppProvider",
+ "className": "Emulation.AdvancedAppProvider",
"order": 0
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"category": "Mobile",
"actionId": "emulation.toggle-device-mode",
- "className": "WebInspector.DeviceModeWrapper.ActionDelegate",
+ "className": "Emulation.DeviceModeWrapper.ActionDelegate",
"condition": "can_dock",
"title": "Toggle device toolbar",
"iconClass": "largeicon-phone",
@@ -26,10 +26,10 @@
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "emulation.capture-screenshot",
"category": "Mobile",
- "className": "WebInspector.DeviceModeWrapper.ActionDelegate",
+ "className": "Emulation.DeviceModeWrapper.ActionDelegate",
"title": "Capture screenshot",
"tags": "device"
},
@@ -40,7 +40,7 @@
"actionId": "emulation.capture-screenshot"
},
{
- "type": "@WebInspector.ToolbarItem.Provider",
+ "type": "@UI.ToolbarItem.Provider",
"actionId": "emulation.toggle-device-mode",
"condition": "can_dock",
"location": "main-toolbar-left",
@@ -88,17 +88,17 @@
"id": "devices",
"title": "Devices",
"order": "30",
- "className": "WebInspector.DevicesSettingsTab",
+ "className": "Emulation.DevicesSettingsTab",
"settings": [
"standardEmulatedDeviceList",
"customEmulatedDeviceList"
]
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "emulation.show-sensors",
"title": "Sensors",
- "className": "WebInspector.SensorsView.ShowActionDelegate"
+ "className": "Emulation.SensorsView.ShowActionDelegate"
},
{
"type": "view",
@@ -107,7 +107,7 @@
"title": "Sensors",
"persistence": "closeable",
"order": 100,
- "className": "WebInspector.SensorsView",
+ "className": "Emulation.SensorsView",
"tags": "geolocation, accelerometer, device orientation"
}
],

Powered by Google App Engine
This is Rietveld 408576698