Chromium Code Reviews| 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": { |