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

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: rebase Created 4 years, 8 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "order": 30, 417 "order": 30,
418 "device": { 418 "device": {
419 "show-by-default": true, 419 "show-by-default": true,
420 "title": "Nexus 6P", 420 "title": "Nexus 6P",
421 "screen": { 421 "screen": {
422 "horizontal": { 422 "horizontal": {
423 "outline" : { 423 "outline" : {
424 "image": "@url(Nexus6P-landscape.svg)", 424 "image": "@url(Nexus6P-landscape.svg)",
425 "insets" : { "left": 94, "top": 48, "right": 97, "bo ttom": 48 } 425 "insets" : { "left": 94, "top": 48, "right": 97, "bo ttom": 48 }
426 }, 426 },
427 "width": 732, 427 "width": 660,
428 "height": 412 428 "height": 412
429 }, 429 },
430 "device-pixel-ratio": 3.5, 430 "device-pixel-ratio": 3.5,
431 "vertical": { 431 "vertical": {
432 "outline" : { 432 "outline" : {
433 "image": "@url(Nexus6P-portrait.svg)", 433 "image": "@url(Nexus6P-portrait.svg)",
434 "insets" : { "left": 58, "top": 94, "right": 58, "bo ttom": 97 } 434 "insets" : { "left": 58, "top": 94, "right": 58, "bo ttom": 97 }
435 }, 435 },
436 "width": 412, 436 "width": 412,
437 "height": 732 437 "height": 660
438 } 438 }
439 }, 439 },
440 "capabilities": [ 440 "capabilities": [
441 "touch", 441 "touch",
442 "mobile" 442 "mobile"
443 ], 443 ],
444 "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", 444 "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",
445 "type": "phone", 445 "type": "phone",
446 "modes": [ 446 "modes": [
447 { 447 {
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 } 1095 }
1096 ], 1096 ],
1097 "dependencies": [ 1097 "dependencies": [
1098 "emulation" 1098 "emulation"
1099 ], 1099 ],
1100 "scripts": [ 1100 "scripts": [
1101 ], 1101 ],
1102 "resources": [ 1102 "resources": [
1103 ] 1103 ]
1104 } 1104 }
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