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

Unified Diff: Source/devtools/front_end/emulated_devices/module.json

Issue 1199313005: [DevTools] Add modes to more devices. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/emulated_devices/module.json
diff --git a/Source/devtools/front_end/emulated_devices/module.json b/Source/devtools/front_end/emulated_devices/module.json
index 959a2413432bb78895d5572fe71921cb724d264d..00e2599ad0e862a13f2fab57e722f2e32e06fe7f 100644
--- a/Source/devtools/front_end/emulated_devices/module.json
+++ b/Source/devtools/front_end/emulated_devices/module.json
@@ -98,12 +98,42 @@
{
"title": "default",
"orientation": "vertical",
- "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ "insets": { "left": 0, "top": 40, "right": 0, "bottom": 0 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 64, "right": 0, "bottom": 45 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 40, "right": 0, "bottom": 260 }
+ },
+ {
+ "title": "navigation bar and keyboard",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 64, "right": 0, "bottom": 260 }
},
{
"title": "default",
"orientation": "horizontal",
"insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 44, "right": 0, "bottom": 0 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 0, "right": 0, "bottom": 206 }
+ },
+ {
+ "title": "navigation bar and keyboard",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 44, "right": 0, "bottom": 206 }
}
]
}
@@ -206,12 +236,32 @@
{
"title": "default",
"orientation": "vertical",
- "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 80, "right": 0, "bottom": 326 }
},
{
"title": "default",
"orientation": "horizontal",
- "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 80, "right": 42, "bottom": 214 }
}
]
}
@@ -298,12 +348,32 @@
{
"title": "default",
"orientation": "vertical",
- "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 80, "right": 0, "bottom": 343 }
},
{
"title": "default",
"orientation": "horizontal",
- "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 }
+ },
+ {
+ "title": "navigation bar",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 }
+ },
+ {
+ "title": "keyboard",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 80, "right": 42, "bottom": 222 }
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698