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

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

Issue 2965133002: DevTools: fix incorrect device preset resolution (Closed)
Patch Set: Created 3 years, 5 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 ] 493 ]
494 } 494 }
495 }, 495 },
496 { 496 {
497 "type": "emulated-device", 497 "type": "emulated-device",
498 "device": { 498 "device": {
499 "show-by-default": false, 499 "show-by-default": false,
500 "title": "Nokia N9", 500 "title": "Nokia N9",
501 "screen": { 501 "screen": {
502 "horizontal": { 502 "horizontal": {
503 "width": 640, 503 "width": 854,
504 "height": 360 504 "height": 480
505 }, 505 },
506 "device-pixel-ratio": 1, 506 "device-pixel-ratio": 1,
507 "vertical": { 507 "vertical": {
508 "width": 360, 508 "width": 480,
509 "height": 640 509 "height": 854
510 } 510 }
511 }, 511 },
512 "capabilities": [ 512 "capabilities": [
513 "touch", 513 "touch",
514 "mobile" 514 "mobile"
515 ], 515 ],
516 "user-agent": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 ( KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13", 516 "user-agent": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 ( KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13",
517 "type": "phone", 517 "type": "phone",
518 "modes": [ 518 "modes": [
519 { 519 {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ] 710 ]
711 } 711 }
712 }, 712 },
713 { 713 {
714 "type": "emulated-device", 714 "type": "emulated-device",
715 "device": { 715 "device": {
716 "show-by-default": false, 716 "show-by-default": false,
717 "title": "Kindle Fire HDX", 717 "title": "Kindle Fire HDX",
718 "screen": { 718 "screen": {
719 "horizontal": { 719 "horizontal": {
720 "width": 2560, 720 "width": 1280,
721 "height": 1600 721 "height": 800
722 }, 722 },
723 "device-pixel-ratio": 2, 723 "device-pixel-ratio": 2,
724 "vertical": { 724 "vertical": {
725 "width": 1600, 725 "width": 800,
726 "height": 2560 726 "height": 1280
727 } 727 }
728 }, 728 },
729 "capabilities": [ 729 "capabilities": [
730 "touch", 730 "touch",
731 "mobile" 731 "mobile"
732 ], 732 ],
733 "user-agent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated =true", 733 "user-agent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated =true",
734 "type": "tablet", 734 "type": "tablet",
735 "modes": [ 735 "modes": [
736 { 736 {
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 } 1132 }
1133 ], 1133 ],
1134 "dependencies": [ 1134 "dependencies": [
1135 "emulation" 1135 "emulation"
1136 ], 1136 ],
1137 "scripts": [ 1137 "scripts": [
1138 ], 1138 ],
1139 "resources": [ 1139 "resources": [
1140 ] 1140 ]
1141 } 1141 }
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