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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/module.json

Issue 1647653003: [DevTools] Remove old responsive design v1 code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 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 a2add88b1b0fc6fbe58ff8e72feb2080f503d652..8e958ad36a9511a8426f5c6623511a4ff278a72b 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
@@ -1,47 +1,10 @@
{
"extensions": [
{
- "type": "drawer-view",
- "name": "emulation",
- "title": "Emulation",
- "experiment": "!deviceMode",
- "order": 10,
- "persistence": "closeable",
- "className": "WebInspector.OverridesView"
- },
- {
- "type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.DeviceModeButtonProvider",
- "condition": "can_dock",
- "experiment": "!deviceMode",
- "order": 1,
- "location": "main-toolbar-left"
- },
- {
- "type": "@WebInspector.ActionDelegate",
- "actionId": "emulation.toggle-device-mode",
- "className": "WebInspector.ToggleDeviceModeActionDelegate",
- "iconClass": "emulation-toolbar-item",
- "title": "Toggle device mode",
- "condition": "can_dock",
- "experiment": "!deviceMode",
- "bindings": [
- {
- "platform": "windows,linux",
- "shortcut": "Shift+Ctrl+M"
- },
- {
- "platform": "mac",
- "shortcut": "Shift+Meta+M"
- }
- ]
- },
- {
"type": "@WebInspector.ActionDelegate",
"actionId": "emulation.toggle-device-mode",
"className": "WebInspector.DeviceModeView.ActionDelegate",
"condition": "can_dock",
- "experiment": "deviceMode",
"title": "Toggle device mode",
"iconClass": "phone-toolbar-item",
"bindings": [
@@ -63,11 +26,6 @@
"order": 1
},
{
- "type": "@WebInspector.Revealer",
- "contextTypes": ["WebInspector.OverridesSupport"],
- "className": "WebInspector.OverridesView.Revealer"
- },
- {
"type": "settings-view",
"name": "devices",
"title": "Devices",
@@ -118,17 +76,12 @@
"ui"
],
"scripts": [
- "OverridesSupport.js",
"EmulatedDevices.js",
"DevicesSettingsTab.js",
- "DeviceModeButton.js",
"DeviceOrientation.js",
"Geolocation.js",
- "OverridesUI.js",
"InspectedPagePlaceholder.js",
"MediaQueryInspector.js",
- "ResponsiveDesignView.js",
- "OverridesView.js",
"SensorsView.js",
"DeviceModeModel.js",
"DeviceModeView.js"
@@ -138,8 +91,6 @@
"deviceModeToolbar.css",
"deviceModeView.css",
"mediaQueryInspector.css",
- "responsiveDesignView.css",
- "overrides.css",
"sensors.css"
]
}

Powered by Google App Engine
This is Rietveld 408576698