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

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

Issue 1822573002: DevTools: adjust nexus 5x and 6p viewport sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "emulated-device", 4 "type": "emulated-device",
5 "device": { 5 "device": {
6 "show-by-default": false, 6 "show-by-default": false,
7 "title": "iPhone 4" , 7 "title": "iPhone 4" ,
8 "screen": { 8 "screen": {
9 "horizontal": { 9 "horizontal": {
10 "width": 480, 10 "width": 480,
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "type": "phone", 289 "type": "phone",
290 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari/5 37.36", 290 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari/5 37.36",
291 "capabilities": [ 291 "capabilities": [
292 "touch", 292 "touch",
293 "mobile" 293 "mobile"
294 ], 294 ],
295 "show-by-default": true, 295 "show-by-default": true,
296 "screen": { 296 "screen": {
297 "device-pixel-ratio": 2.625, 297 "device-pixel-ratio": 2.625,
298 "vertical": { 298 "vertical": {
299 "width": 411, 299 "width": 412,
300 "height": 731 300 "height": 732
301 }, 301 },
302 "horizontal": { 302 "horizontal": {
303 "width": 731, 303 "width": 732,
304 "height": 411 304 "height": 412
305 } 305 }
306 }, 306 },
307 "modes": [ 307 "modes": [
308 { 308 {
309 "title": "default", 309 "title": "default",
310 "orientation": "vertical", 310 "orientation": "vertical",
311 "insets": { "left": 0, "top": 24, "right": 0, "bottom": 48 }, 311 "insets": { "left": 0, "top": 24, "right": 0, "bottom": 48 },
312 "image": "@url(google-nexus-5x-vertical-default-1x.png) 1x, @url(google-nexus-5x-vertical-default-2x.png) 2x" 312 "image": "@url(google-nexus-5x-vertical-default-1x.png) 1x, @url(google-nexus-5x-vertical-default-2x.png) 2x"
313 }, 313 },
314 { 314 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 } 381 }
382 }, 382 },
383 { 383 {
384 "type": "emulated-device", 384 "type": "emulated-device",
385 "order": 30, 385 "order": 30,
386 "device": { 386 "device": {
387 "show-by-default": true, 387 "show-by-default": true,
388 "title": "Nexus 6P", 388 "title": "Nexus 6P",
389 "screen": { 389 "screen": {
390 "horizontal": { 390 "horizontal": {
391 "width": 773, 391 "width": 732,
392 "height": 435 392 "height": 412
393 }, 393 },
394 "device-pixel-ratio": 3.3, 394 "device-pixel-ratio": 3.5,
395 "vertical": { 395 "vertical": {
396 "width": 435, 396 "width": 412,
397 "height": 773 397 "height": 732
dgozman 2016/03/21 17:01:48 Perhaps, we can also set the correct insets below?
398 } 398 }
399 }, 399 },
400 "capabilities": [ 400 "capabilities": [
401 "touch", 401 "touch",
402 "mobile" 402 "mobile"
403 ], 403 ],
404 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari /537.36", 404 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.23 Mobile Safari /537.36",
405 "type": "phone", 405 "type": "phone",
406 "modes": [ 406 "modes": [
407 { 407 {
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 } 1047 }
1048 ], 1048 ],
1049 "dependencies": [ 1049 "dependencies": [
1050 "emulation" 1050 "emulation"
1051 ], 1051 ],
1052 "scripts": [ 1052 "scripts": [
1053 ], 1053 ],
1054 "resources": [ 1054 "resources": [
1055 ] 1055 ]
1056 } 1056 }
OLDNEW
« 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