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

Side by Side 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, 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 { 492 {
493 "type": "emulated-device", 493 "type": "emulated-device",
494 "device": { 494 "device": {
495 "show-by-default": false, 495 "show-by-default": false,
496 "title": "Nokia Lumia 520", 496 "title": "Nokia Lumia 520",
497 "screen": { 497 "screen": {
498 "horizontal": { 498 "horizontal": {
499 "width": 533, 499 "width": 533,
500 "height": 320 500 "height": 320
501 }, 501 },
502 "device-pixel-ratio": 1.4, 502 "device-pixel-ratio": 1.5,
dgozman 2016/03/02 20:57:20 Wasn't this reverted back to 1.4?
503 "vertical": { 503 "vertical": {
504 "width": 320, 504 "width": 320,
505 "height": 533 505 "height": 533
506 } 506 }
507 }, 507 },
508 "capabilities": [ 508 "capabilities": [
509 "touch", 509 "touch",
510 "mobile" 510 "mobile"
511 ], 511 ],
512 "user-agent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)", 512 "user-agent": "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)",
513 "type": "phone", 513 "type": "phone",
514 "modes": [ 514 "modes": [
515 { 515 {
516 "title": "default", 516 "title": "default",
517 "orientation": "vertical", 517 "orientation": "vertical",
518 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 518 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
519 }, 519 },
520 { 520 {
521 "title": "default", 521 "title": "default",
522 "orientation": "horizontal", 522 "orientation": "horizontal",
523 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 523 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
524 } 524 }
525 ] 525 ]
526 } 526 }
527 }, 527 },
528 { 528 {
529 "type": "emulated-device", 529 "type": "emulated-device",
530 "device": { 530 "device": {
531 "show-by-default": false, 531 "show-by-default": false,
532 "title": "Microsoft Lumia 550",
533 "screen": {
534 "horizontal": {
535 "width": 640,
536 "height": 360
537 },
538 "device-pixel-ratio": 2,
539 "vertical": {
540 "width": 640,
541 "height": 360
542 }
543 },
544 "capabilities": [
545 "touch",
546 "mobile"
547 ],
548 "user-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; M icrosoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 M obile Safari/537.36 Edge/14.14263",
549 "type": "phone",
550 "modes": [
551 {
552 "title": "default",
553 "orientation": "vertical",
554 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
555 },
556 {
557 "title": "default",
558 "orientation": "horizontal",
559 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
560 }
561 ]
562 }
563 },
564 {
565 "type": "emulated-device",
566 "device": {
567 "show-by-default": false,
568 "title": "Microsoft Lumia 950",
569 "screen": {
570 "horizontal": {
571 "width": 640,
572 "height": 360
573 },
574 "device-pixel-ratio": 4,
575 "vertical": {
576 "width": 360,
577 "height": 640
578 }
579 },
580 "capabilities": [
581 "touch",
582 "mobile"
583 ],
584 "user-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; M icrosoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 M obile Safari/537.36 Edge/14.14263",
585 "type": "phone",
586 "modes": [
587 {
588 "title": "default",
589 "orientation": "vertical",
590 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
591 },
592 {
593 "title": "default",
594 "orientation": "horizontal",
595 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
596 }
597 ]
598 }
599 },
600 {
601 "type": "emulated-device",
602 "device": {
603 "show-by-default": false,
532 "title": "Galaxy S III", 604 "title": "Galaxy S III",
533 "screen": { 605 "screen": {
534 "horizontal": { 606 "horizontal": {
535 "width": 640, 607 "width": 640,
536 "height": 360 608 "height": 360
537 }, 609 },
538 "device-pixel-ratio": 2, 610 "device-pixel-ratio": 2,
539 "vertical": { 611 "vertical": {
540 "width": 360, 612 "width": 360,
541 "height": 640 613 "height": 640
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 } 1047 }
976 ], 1048 ],
977 "dependencies": [ 1049 "dependencies": [
978 "emulation" 1050 "emulation"
979 ], 1051 ],
980 "scripts": [ 1052 "scripts": [
981 ], 1053 ],
982 "resources": [ 1054 "resources": [
983 ] 1055 ]
984 } 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