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

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

Issue 1650243004: [DevTools] Option to show device frames in emulation mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Positioning and context menu fixes, addressing review comments Created 4 years, 10 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
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 "outline" : {
300 "image": "@url(nexus_5x_portrait.svg) 1x, @url(nexus _5x_portrait.svg) 2x",
301 "insets" : { "left": 20, "top": 92, "right": 22, "bo ttom": 108 }
302 },
299 "width": 411, 303 "width": 411,
300 "height": 731 304 "height": 731
301 }, 305 },
302 "horizontal": { 306 "horizontal": {
307 "outline" : {
308 "image": "@url(nexus_5x_landscape.svg) 1x, @url(nexu s_5x_landscape.svg) 2x",
309 "insets" : { "left": 94, "top": 23, "right": 100, "b ottom": 20 }
310 },
303 "width": 731, 311 "width": 731,
304 "height": 411 312 "height": 411
305 } 313 }
306 }, 314 },
307 "modes": [ 315 "modes": [
308 { 316 {
309 "title": "default", 317 "title": "default",
310 "orientation": "vertical", 318 "orientation": "vertical",
311 "insets": { "left": 0, "top": 24, "right": 0, "bottom": 48 }, 319 "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" 320 "image": "@url(google-nexus-5x-vertical-default-1x.png) 1x, @url(google-nexus-5x-vertical-default-2x.png) 2x"
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 } 983 }
976 ], 984 ],
977 "dependencies": [ 985 "dependencies": [
978 "emulation" 986 "emulation"
979 ], 987 ],
980 "scripts": [ 988 "scripts": [
981 ], 989 ],
982 "resources": [ 990 "resources": [
983 ] 991 ]
984 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698