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

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

Issue 1972213003: [DevTools] More UX fixes in Device Mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0375d4f9a43bb1869b528c8c55bd836ebd10fdb8..112155d1e9d379b0dc83aa139099f1dfcd7789cf 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/module.json
@@ -28,8 +28,10 @@
{
"type": "@WebInspector.ActionDelegate",
"actionId": "emulation.capture-screenshot",
+ "category": "Mobile",
"className": "WebInspector.DeviceModeWrapper.ActionDelegate",
- "title": "Capture screenshot"
+ "title": "Capture screenshot",
+ "tags": "device"
},
{
"type": "context-menu-item",
@@ -69,6 +71,18 @@
"tags": "device"
},
{
+ "type": "setting",
+ "category": "Mobile",
+ "settingName": "emulation.showDeviceOutline",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "options": [
+ {"value": true, "title": "Show device frame"},
+ {"value": false, "title": "Hide device frame"}
+ ],
+ "tags": "device"
+ },
+ {
"type": "settings-view",
"name": "devices",
"title": "Devices",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698