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

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

Issue 1760693002: Updated devices with updates from github repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
index 438e502a501923cd984605fc9eec4df45da905ce..e9422a7825359e07501b8da6cd37fe92f3fe7dd5 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json
@@ -499,7 +499,7 @@
"width": 533,
"height": 320
},
- "device-pixel-ratio": 1.4,
+ "device-pixel-ratio": 1.5,
dgozman 2016/03/02 20:57:20 Wasn't this reverted back to 1.4?
"vertical": {
"width": 320,
"height": 533
@@ -529,6 +529,78 @@
"type": "emulated-device",
"device": {
"show-by-default": false,
+ "title": "Microsoft Lumia 550",
+ "screen": {
+ "horizontal": {
+ "width": 640,
+ "height": 360
+ },
+ "device-pixel-ratio": 2,
+ "vertical": {
+ "width": 640,
+ "height": 360
+ }
+ },
+ "capabilities": [
+ "touch",
+ "mobile"
+ ],
+ "user-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263",
+ "type": "phone",
+ "modes": [
+ {
+ "title": "default",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ },
+ {
+ "title": "default",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ }
+ ]
+ }
+ },
+ {
+ "type": "emulated-device",
+ "device": {
+ "show-by-default": false,
+ "title": "Microsoft Lumia 950",
+ "screen": {
+ "horizontal": {
+ "width": 640,
+ "height": 360
+ },
+ "device-pixel-ratio": 4,
+ "vertical": {
+ "width": 360,
+ "height": 640
+ }
+ },
+ "capabilities": [
+ "touch",
+ "mobile"
+ ],
+ "user-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263",
+ "type": "phone",
+ "modes": [
+ {
+ "title": "default",
+ "orientation": "vertical",
+ "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ },
+ {
+ "title": "default",
+ "orientation": "horizontal",
+ "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
+ }
+ ]
+ }
+ },
+ {
+ "type": "emulated-device",
+ "device": {
+ "show-by-default": false,
"title": "Galaxy S III",
"screen": {
"horizontal": {
« 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