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

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

Issue 1450133003: [DevTools] Promote Device Mode v2 to default experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 1 month 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": true, 6 "show-by-default": false,
7 "title": "Apple iPhone 4" , 7 "title": "iPhone 4" ,
8 "screen": { 8 "screen": {
9 "horizontal": { 9 "horizontal": {
10 "width": 480, 10 "width": 480,
11 "height": 320 11 "height": 320
12 }, 12 },
13 "device-pixel-ratio": 2, 13 "device-pixel-ratio": 2,
14 "vertical": { 14 "vertical": {
15 "width": 320, 15 "width": 320,
16 "height": 480 16 "height": 480
17 } 17 }
(...skipping 15 matching lines...) Expand all
33 "orientation": "horizontal", 33 "orientation": "horizontal",
34 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 34 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
35 } 35 }
36 ] 36 ]
37 } 37 }
38 }, 38 },
39 { 39 {
40 "type": "emulated-device", 40 "type": "emulated-device",
41 "device": { 41 "device": {
42 "show-by-default": true, 42 "show-by-default": true,
43 "title": "Apple iPhone 5", 43 "title": "iPhone 5",
44 "screen": { 44 "screen": {
45 "horizontal": { 45 "horizontal": {
46 "width": 568, 46 "width": 568,
47 "height": 320 47 "height": 320
48 }, 48 },
49 "device-pixel-ratio": 2, 49 "device-pixel-ratio": 2,
50 "vertical": { 50 "vertical": {
51 "width": 320, 51 "width": 320,
52 "height": 568 52 "height": 568
53 } 53 }
(...skipping 15 matching lines...) Expand all
69 "orientation": "horizontal", 69 "orientation": "horizontal",
70 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 70 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
71 } 71 }
72 ] 72 ]
73 } 73 }
74 }, 74 },
75 { 75 {
76 "type": "emulated-device", 76 "type": "emulated-device",
77 "device": { 77 "device": {
78 "show-by-default": true, 78 "show-by-default": true,
79 "title": "Apple iPhone 6", 79 "title": "iPhone 6",
80 "screen": { 80 "screen": {
81 "horizontal": { 81 "horizontal": {
82 "width": 667, 82 "width": 667,
83 "height": 375 83 "height": 375
84 }, 84 },
85 "device-pixel-ratio": 2, 85 "device-pixel-ratio": 2,
86 "vertical": { 86 "vertical": {
87 "width": 375, 87 "width": 375,
88 "height": 667 88 "height": 667
89 } 89 }
90 }, 90 },
91 "capabilities": [ 91 "capabilities": [
92 "touch", 92 "touch",
93 "mobile" 93 "mobile"
94 ], 94 ],
95 "user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac O S X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/6 01.1", 95 "user-agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac O S X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/6 01.1",
96 "type": "phone", 96 "type": "phone",
97 "modes": [ 97 "modes": [
98 { 98 {
99 "title": "default", 99 "title": "default",
100 "orientation": "vertical", 100 "orientation": "vertical",
101 "insets": { "left": 0, "top": 40, "right": 0, "bottom": 0 } 101 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
102 },
103 {
104 "title": "navigation bar",
105 "orientation": "vertical",
106 "insets": { "left": 0, "top": 64, "right": 0, "bottom": 45 }
107 },
108 {
109 "title": "keyboard",
110 "orientation": "vertical",
111 "insets": { "left": 0, "top": 40, "right": 0, "bottom": 260 }
112 },
113 {
114 "title": "navigation bar and keyboard",
115 "orientation": "vertical",
116 "insets": { "left": 0, "top": 64, "right": 0, "bottom": 260 }
117 }, 102 },
118 { 103 {
119 "title": "default", 104 "title": "default",
120 "orientation": "horizontal", 105 "orientation": "horizontal",
121 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 106 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
122 },
123 {
124 "title": "navigation bar",
125 "orientation": "horizontal",
126 "insets": { "left": 0, "top": 44, "right": 0, "bottom": 0 }
127 },
128 {
129 "title": "keyboard",
130 "orientation": "horizontal",
131 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 2 06 }
132 },
133 {
134 "title": "navigation bar and keyboard",
135 "orientation": "horizontal",
136 "insets": { "left": 0, "top": 44, "right": 0, "bottom": 206 }
137 } 107 }
138 ] 108 ]
139 } 109 }
140 }, 110 },
141 { 111 {
142 "type": "emulated-device", 112 "type": "emulated-device",
143 "device": { 113 "device": {
144 "show-by-default": true, 114 "show-by-default": true,
145 "title": "Apple iPhone 6 Plus", 115 "title": "iPhone 6 Plus",
146 "screen": { 116 "screen": {
147 "horizontal": { 117 "horizontal": {
148 "width": 736, 118 "width": 736,
149 "height": 414 119 "height": 414
150 }, 120 },
151 "device-pixel-ratio": 3, 121 "device-pixel-ratio": 3,
152 "vertical": { 122 "vertical": {
153 "width": 414, 123 "width": 414,
154 "height": 736 124 "height": 736
155 } 125 }
(...skipping 14 matching lines...) Expand all
170 "title": "default", 140 "title": "default",
171 "orientation": "horizontal", 141 "orientation": "horizontal",
172 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 142 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
173 } 143 }
174 ] 144 ]
175 } 145 }
176 }, 146 },
177 { 147 {
178 "type": "emulated-device", 148 "type": "emulated-device",
179 "device": { 149 "device": {
180 "show-by-default": true, 150 "show-by-default": false,
181 "title": "BlackBerry Z30", 151 "title": "BlackBerry Z30",
182 "screen": { 152 "screen": {
183 "horizontal": { 153 "horizontal": {
184 "width": 640, 154 "width": 640,
185 "height": 360 155 "height": 360
186 }, 156 },
187 "device-pixel-ratio": 2, 157 "device-pixel-ratio": 2,
188 "vertical": { 158 "vertical": {
189 "width": 360, 159 "width": 360,
190 "height": 640 160 "height": 640
(...skipping 15 matching lines...) Expand all
206 "title": "default", 176 "title": "default",
207 "orientation": "horizontal", 177 "orientation": "horizontal",
208 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 178 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
209 } 179 }
210 ] 180 ]
211 } 181 }
212 }, 182 },
213 { 183 {
214 "type": "emulated-device", 184 "type": "emulated-device",
215 "device": { 185 "device": {
216 "show-by-default": true, 186 "show-by-default": false,
217 "title": "Google Nexus 4", 187 "title": "Nexus 4",
218 "screen": { 188 "screen": {
219 "horizontal": { 189 "horizontal": {
220 "width": 640, 190 "width": 640,
221 "height": 384 191 "height": 384
222 }, 192 },
223 "device-pixel-ratio": 2, 193 "device-pixel-ratio": 2,
224 "vertical": { 194 "vertical": {
225 "width": 384, 195 "width": 384,
226 "height": 640 196 "height": 640
227 } 197 }
228 }, 198 },
229 "capabilities": [ 199 "capabilities": [
230 "touch", 200 "touch",
231 "mobile" 201 "mobile"
232 ], 202 ],
233 "user-agent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/ KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36", 203 "user-agent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/ KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36",
234 "type": "phone", 204 "type": "phone",
235 "modes": [ 205 "modes": [
236 { 206 {
237 "title": "default", 207 "title": "default",
238 "orientation": "vertical", 208 "orientation": "vertical",
239 "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 } 209 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
240 },
241 {
242 "title": "navigation bar",
243 "orientation": "vertical",
244 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 }
245 },
246 {
247 "title": "keyboard",
248 "orientation": "vertical",
249 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 326 }
250 }, 210 },
251 { 211 {
252 "title": "default", 212 "title": "default",
253 "orientation": "horizontal", 213 "orientation": "horizontal",
254 "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 } 214 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
255 },
256 {
257 "title": "navigation bar",
258 "orientation": "horizontal",
259 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 }
260 },
261 {
262 "title": "keyboard",
263 "orientation": "horizontal",
264 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 214 }
265 } 215 }
266 ] 216 ]
267 } 217 }
268 }, 218 },
269 { 219 {
270 "type": "emulated-device", 220 "type": "emulated-device",
271 "device": { 221 "device": {
272 "title": "Google Nexus 5", 222 "title": "Nexus 5",
273 "type": "phone", 223 "type": "phone",
274 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/5 37.36", 224 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/5 37.36",
275 "capabilities": [ 225 "capabilities": [
276 "touch", 226 "touch",
277 "mobile" 227 "mobile"
278 ], 228 ],
279 "show-by-default": true, 229 "show-by-default": true,
280 "screen": { 230 "screen": {
281 "device-pixel-ratio": 3, 231 "device-pixel-ratio": 3,
282 "vertical": { 232 "vertical": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "orientation": "horizontal", 274 "orientation": "horizontal",
325 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 202 }, 275 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 202 },
326 "image": "@url(google-nexus-5-horizontal-keyboard-1x.png ) 1x, @url(google-nexus-5-horizontal-keyboard-2x.png) 2x" 276 "image": "@url(google-nexus-5-horizontal-keyboard-1x.png ) 1x, @url(google-nexus-5-horizontal-keyboard-2x.png) 2x"
327 } 277 }
328 ] 278 ]
329 } 279 }
330 }, 280 },
331 { 281 {
332 "type": "emulated-device", 282 "type": "emulated-device",
333 "device": { 283 "device": {
334 "title": "Google Nexus 5X", 284 "title": "Nexus 5X",
335 "type": "phone", 285 "type": "phone",
336 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/5 37.36", 286 "user-agent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MR A58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/5 37.36",
337 "capabilities": [ 287 "capabilities": [
338 "touch", 288 "touch",
339 "mobile" 289 "mobile"
340 ], 290 ],
341 "show-by-default": true, 291 "show-by-default": false,
342 "screen": { 292 "screen": {
343 "device-pixel-ratio": 2.6, 293 "device-pixel-ratio": 2.6,
344 "vertical": { 294 "vertical": {
345 "width": 411, 295 "width": 411,
346 "height": 731 296 "height": 731
347 }, 297 },
348 "horizontal": { 298 "horizontal": {
349 "width": 731, 299 "width": 731,
350 "height": 411 300 "height": 411
351 } 301 }
352 }, 302 },
353 "modes": [ 303 "modes": [
354 { 304 {
355 "title": "default", 305 "title": "default",
356 "orientation": "vertical", 306 "orientation": "vertical",
357 "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 }, 307 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
358 "image": "@url(google-nexus-5-vertical-default-1x.png) 1 x, @url(google-nexus-5-vertical-default-2x.png) 2x"
359 },
360 {
361 "title": "navigation bar",
362 "orientation": "vertical",
363 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 },
364 "image": "@url(google-nexus-5-vertical-navigation-1x.png ) 1x, @url(google-nexus-5-vertical-navigation-2x.png) 2x"
365 },
366 {
367 "title": "keyboard",
368 "orientation": "vertical",
369 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 312 },
370 "image": "@url(google-nexus-5-vertical-keyboard-1x.png) 1x, @url(google-nexus-5-vertical-keyboard-2x.png) 2x"
371 }, 308 },
372 { 309 {
373 "title": "default", 310 "title": "default",
374 "orientation": "horizontal", 311 "orientation": "horizontal",
375 "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 }, 312 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
376 "image": "@url(google-nexus-5-horizontal-default-1x.png) 1x, @url(google-nexus-5-horizontal-default-2x.png) 2x"
377 },
378 {
379 "title": "navigation bar",
380 "orientation": "horizontal",
381 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 },
382 "image": "@url(google-nexus-5-horizontal-navigation-1x.p ng) 1x, @url(google-nexus-5-horizontal-navigation-2x.png) 2x"
383 },
384 {
385 "title": "keyboard",
386 "orientation": "horizontal",
387 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 202 },
388 "image": "@url(google-nexus-5-horizontal-keyboard-1x.png ) 1x, @url(google-nexus-5-horizontal-keyboard-2x.png) 2x"
389 } 313 }
390 ] 314 ]
391 } 315 }
392 }, 316 },
393 { 317 {
394 "type": "emulated-device", 318 "type": "emulated-device",
395 "device": { 319 "device": {
396 "show-by-default": true, 320 "show-by-default": false,
397 "title": "Google Nexus 6", 321 "title": "Nexus 6",
398 "screen": { 322 "screen": {
399 "horizontal": { 323 "horizontal": {
400 "width": 732, 324 "width": 732,
401 "height": 412 325 "height": 412
402 }, 326 },
403 "device-pixel-ratio": 3.5, 327 "device-pixel-ratio": 3.5,
404 "vertical": { 328 "vertical": {
405 "width": 412, 329 "width": 412,
406 "height": 732 330 "height": 732
407 } 331 }
408 }, 332 },
409 "capabilities": [ 333 "capabilities": [
410 "touch", 334 "touch",
411 "mobile" 335 "mobile"
412 ], 336 ],
413 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36", 337 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36",
414 "type": "phone", 338 "type": "phone",
415 "modes": [ 339 "modes": [
416 { 340 {
417 "title": "default", 341 "title": "default",
418 "orientation": "vertical", 342 "orientation": "vertical",
419 "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 } 343 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
420 },
421 {
422 "title": "navigation bar",
423 "orientation": "vertical",
424 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 }
425 },
426 {
427 "title": "keyboard",
428 "orientation": "vertical",
429 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 343 }
430 }, 344 },
431 { 345 {
432 "title": "default", 346 "title": "default",
433 "orientation": "horizontal", 347 "orientation": "horizontal",
434 "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 } 348 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
435 },
436 {
437 "title": "navigation bar",
438 "orientation": "horizontal",
439 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 }
440 },
441 {
442 "title": "keyboard",
443 "orientation": "horizontal",
444 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 222 }
445 } 349 }
446 ] 350 ]
447 } 351 }
448 }, 352 },
449 { 353 {
450 "type": "emulated-device", 354 "type": "emulated-device",
451 "device": { 355 "device": {
452 "show-by-default": true, 356 "show-by-default": false,
453 "title": "Google Nexus 6P", 357 "title": "Nexus 6P",
454 "screen": { 358 "screen": {
455 "horizontal": { 359 "horizontal": {
456 "width": 773, 360 "width": 773,
457 "height": 435 361 "height": 435
458 }, 362 },
459 "device-pixel-ratio": 3.3, 363 "device-pixel-ratio": 3.3,
460 "vertical": { 364 "vertical": {
461 "width": 435, 365 "width": 435,
462 "height": 773 366 "height": 773
463 } 367 }
464 }, 368 },
465 "capabilities": [ 369 "capabilities": [
466 "touch", 370 "touch",
467 "mobile" 371 "mobile"
468 ], 372 ],
469 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36", 373 "user-agent": "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 6 Build/ LYZ28E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36",
470 "type": "phone", 374 "type": "phone",
471 "modes": [ 375 "modes": [
472 { 376 {
473 "title": "default", 377 "title": "default",
474 "orientation": "vertical", 378 "orientation": "vertical",
475 "insets": { "left": 0, "top": 25, "right": 0, "bottom": 48 } 379 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
476 },
477 {
478 "title": "navigation bar",
479 "orientation": "vertical",
480 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 48 }
481 },
482 {
483 "title": "keyboard",
484 "orientation": "vertical",
485 "insets": { "left": 0, "top": 80, "right": 0, "bottom": 343 }
486 }, 380 },
487 { 381 {
488 "title": "default", 382 "title": "default",
489 "orientation": "horizontal", 383 "orientation": "horizontal",
490 "insets": { "left": 0, "top": 25, "right": 42, "bottom": 0 } 384 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
491 },
492 {
493 "title": "navigation bar",
494 "orientation": "horizontal",
495 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 0 }
496 },
497 {
498 "title": "keyboard",
499 "orientation": "horizontal",
500 "insets": { "left": 0, "top": 80, "right": 42, "bottom": 222 }
501 } 385 }
502 ] 386 ]
503 } 387 }
504 }, 388 },
505 { 389 {
506 "type": "emulated-device", 390 "type": "emulated-device",
507 "device": { 391 "device": {
508 "show-by-default": true, 392 "show-by-default": false,
509 "title": "LG Optimus L70", 393 "title": "LG Optimus L70",
510 "screen": { 394 "screen": {
511 "horizontal": { 395 "horizontal": {
512 "width": 640, 396 "width": 640,
513 "height": 384 397 "height": 384
514 }, 398 },
515 "device-pixel-ratio": 1.25, 399 "device-pixel-ratio": 1.25,
516 "vertical": { 400 "vertical": {
517 "width": 384, 401 "width": 384,
518 "height": 640 402 "height": 640
(...skipping 15 matching lines...) Expand all
534 "title": "default", 418 "title": "default",
535 "orientation": "horizontal", 419 "orientation": "horizontal",
536 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 420 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
537 } 421 }
538 ] 422 ]
539 } 423 }
540 }, 424 },
541 { 425 {
542 "type": "emulated-device", 426 "type": "emulated-device",
543 "device": { 427 "device": {
544 "show-by-default": true, 428 "show-by-default": false,
545 "title": "Nokia N9", 429 "title": "Nokia N9",
546 "screen": { 430 "screen": {
547 "horizontal": { 431 "horizontal": {
548 "width": 640, 432 "width": 640,
549 "height": 360 433 "height": 360
550 }, 434 },
551 "device-pixel-ratio": 1, 435 "device-pixel-ratio": 1,
552 "vertical": { 436 "vertical": {
553 "width": 360, 437 "width": 360,
554 "height": 640 438 "height": 640
(...skipping 15 matching lines...) Expand all
570 "title": "default", 454 "title": "default",
571 "orientation": "horizontal", 455 "orientation": "horizontal",
572 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 456 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
573 } 457 }
574 ] 458 ]
575 } 459 }
576 }, 460 },
577 { 461 {
578 "type": "emulated-device", 462 "type": "emulated-device",
579 "device": { 463 "device": {
580 "show-by-default": true, 464 "show-by-default": false,
581 "title": "Nokia Lumia 520", 465 "title": "Nokia Lumia 520",
582 "screen": { 466 "screen": {
583 "horizontal": { 467 "horizontal": {
584 "width": 533, 468 "width": 533,
585 "height": 320 469 "height": 320
586 }, 470 },
587 "device-pixel-ratio": 1.4, 471 "device-pixel-ratio": 1.4,
588 "vertical": { 472 "vertical": {
589 "width": 320, 473 "width": 320,
590 "height": 533 474 "height": 533
(...skipping 15 matching lines...) Expand all
606 "title": "default", 490 "title": "default",
607 "orientation": "horizontal", 491 "orientation": "horizontal",
608 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 492 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
609 } 493 }
610 ] 494 ]
611 } 495 }
612 }, 496 },
613 { 497 {
614 "type": "emulated-device", 498 "type": "emulated-device",
615 "device": { 499 "device": {
616 "show-by-default": true, 500 "show-by-default": false,
617 "title": "Samsung Galaxy S III", 501 "title": "Galaxy S III",
618 "screen": { 502 "screen": {
619 "horizontal": { 503 "horizontal": {
620 "width": 640, 504 "width": 640,
621 "height": 360 505 "height": 360
622 }, 506 },
623 "device-pixel-ratio": 2, 507 "device-pixel-ratio": 2,
624 "vertical": { 508 "vertical": {
625 "width": 360, 509 "width": 360,
626 "height": 640 510 "height": 640
627 } 511 }
(...skipping 15 matching lines...) Expand all
643 "orientation": "horizontal", 527 "orientation": "horizontal",
644 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 528 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
645 } 529 }
646 ] 530 ]
647 } 531 }
648 }, 532 },
649 { 533 {
650 "type": "emulated-device", 534 "type": "emulated-device",
651 "device": { 535 "device": {
652 "show-by-default": true, 536 "show-by-default": true,
653 "title": "Samsung Galaxy S4", 537 "title": "Galaxy S5",
654 "screen": { 538 "screen": {
655 "horizontal": { 539 "horizontal": {
656 "width": 640, 540 "width": 640,
657 "height": 360 541 "height": 360
658 }, 542 },
659 "device-pixel-ratio": 3, 543 "device-pixel-ratio": 3,
660 "vertical": { 544 "vertical": {
661 "width": 360, 545 "width": 360,
662 "height": 640 546 "height": 640
663 } 547 }
664 }, 548 },
665 "capabilities": [ 549 "capabilities": [
666 "touch", 550 "touch",
667 "mobile" 551 "mobile"
668 ], 552 ],
669 "user-agent": "Mozilla/5.0 (Linux; Android 4.2.2; GT-I9505 Build /JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari /537.36", 553 "user-agent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/L RX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/ 537.36",
670 "type": "phone", 554 "type": "phone",
671 "modes": [ 555 "modes": [
672 { 556 {
673 "title": "default", 557 "title": "default",
674 "orientation": "vertical", 558 "orientation": "vertical",
675 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 559 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
676 }, 560 },
677 { 561 {
678 "title": "default", 562 "title": "default",
679 "orientation": "horizontal", 563 "orientation": "horizontal",
680 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 564 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
681 } 565 }
682 ] 566 ]
683 } 567 }
684 }, 568 },
685 { 569 {
686 "type": "emulated-device", 570 "type": "emulated-device",
687 "device": { 571 "device": {
688 "show-by-default": true, 572 "show-by-default": false,
689 "title": "Amazon Kindle Fire HDX", 573 "title": "Kindle Fire HDX",
690 "screen": { 574 "screen": {
691 "horizontal": { 575 "horizontal": {
692 "width": 2560, 576 "width": 2560,
693 "height": 1600 577 "height": 1600
694 }, 578 },
695 "device-pixel-ratio": 2, 579 "device-pixel-ratio": 2,
696 "vertical": { 580 "vertical": {
697 "width": 1600, 581 "width": 1600,
698 "height": 2560 582 "height": 2560
699 } 583 }
(...skipping 14 matching lines...) Expand all
714 "title": "default", 598 "title": "default",
715 "orientation": "horizontal", 599 "orientation": "horizontal",
716 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 600 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
717 } 601 }
718 ] 602 ]
719 } 603 }
720 }, 604 },
721 { 605 {
722 "type": "emulated-device", 606 "type": "emulated-device",
723 "device": { 607 "device": {
724 "show-by-default": true, 608 "show-by-default": false,
725 "title": "Apple iPad Mini", 609 "title": "iPad Mini",
726 "screen": { 610 "screen": {
727 "horizontal": { 611 "horizontal": {
728 "width": 1024, 612 "width": 1024,
729 "height": 768 613 "height": 768
730 }, 614 },
731 "device-pixel-ratio": 2, 615 "device-pixel-ratio": 2,
732 "vertical": { 616 "vertical": {
733 "width": 768, 617 "width": 768,
734 "height": 1024 618 "height": 1024
735 } 619 }
(...skipping 14 matching lines...) Expand all
750 "title": "default", 634 "title": "default",
751 "orientation": "horizontal", 635 "orientation": "horizontal",
752 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 636 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
753 } 637 }
754 ] 638 ]
755 } 639 }
756 }, 640 },
757 { 641 {
758 "type": "emulated-device", 642 "type": "emulated-device",
759 "device": { 643 "device": {
760 "show-by-default": true, 644 "show-by-default": false,
761 "title": "Apple iPad", 645 "title": "iPad",
762 "screen": { 646 "screen": {
763 "horizontal": { 647 "horizontal": {
764 "width": 1024, 648 "width": 1024,
765 "height": 768 649 "height": 768
766 }, 650 },
767 "device-pixel-ratio": 2, 651 "device-pixel-ratio": 2,
768 "vertical": { 652 "vertical": {
769 "width": 768, 653 "width": 768,
770 "height": 1024 654 "height": 1024
771 } 655 }
(...skipping 14 matching lines...) Expand all
786 "title": "default", 670 "title": "default",
787 "orientation": "horizontal", 671 "orientation": "horizontal",
788 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 672 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
789 } 673 }
790 ] 674 ]
791 } 675 }
792 }, 676 },
793 { 677 {
794 "type": "emulated-device", 678 "type": "emulated-device",
795 "device": { 679 "device": {
796 "show-by-default": true, 680 "show-by-default": false,
797 "title": "BlackBerry PlayBook", 681 "title": "PlayBook",
798 "screen": { 682 "screen": {
799 "horizontal": { 683 "horizontal": {
800 "width": 1024, 684 "width": 1024,
801 "height": 600 685 "height": 600
802 }, 686 },
803 "device-pixel-ratio": 1, 687 "device-pixel-ratio": 1,
804 "vertical": { 688 "vertical": {
805 "width": 600, 689 "width": 600,
806 "height": 1024 690 "height": 1024
807 } 691 }
(...skipping 14 matching lines...) Expand all
822 "title": "default", 706 "title": "default",
823 "orientation": "horizontal", 707 "orientation": "horizontal",
824 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 708 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
825 } 709 }
826 ] 710 ]
827 } 711 }
828 }, 712 },
829 { 713 {
830 "type": "emulated-device", 714 "type": "emulated-device",
831 "device": { 715 "device": {
832 "show-by-default": true, 716 "show-by-default": false,
833 "title": "Google Nexus 10", 717 "title": "Nexus 10",
834 "screen": { 718 "screen": {
835 "horizontal": { 719 "horizontal": {
836 "width": 1280, 720 "width": 1280,
837 "height": 800 721 "height": 800
838 }, 722 },
839 "device-pixel-ratio": 2, 723 "device-pixel-ratio": 2,
840 "vertical": { 724 "vertical": {
841 "width": 800, 725 "width": 800,
842 "height": 1280 726 "height": 1280
843 } 727 }
(...skipping 14 matching lines...) Expand all
858 "title": "default", 742 "title": "default",
859 "orientation": "horizontal", 743 "orientation": "horizontal",
860 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 744 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
861 } 745 }
862 ] 746 ]
863 } 747 }
864 }, 748 },
865 { 749 {
866 "type": "emulated-device", 750 "type": "emulated-device",
867 "device": { 751 "device": {
868 "show-by-default": true, 752 "show-by-default": false,
869 "title": "Google Nexus 7", 753 "title": "Nexus 7",
870 "screen": { 754 "screen": {
871 "horizontal": { 755 "horizontal": {
872 "width": 960, 756 "width": 960,
873 "height": 600 757 "height": 600
874 }, 758 },
875 "device-pixel-ratio": 2, 759 "device-pixel-ratio": 2,
876 "vertical": { 760 "vertical": {
877 "width": 600, 761 "width": 600,
878 "height": 960 762 "height": 960
879 } 763 }
(...skipping 15 matching lines...) Expand all
895 "orientation": "horizontal", 779 "orientation": "horizontal",
896 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 780 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
897 } 781 }
898 ] 782 ]
899 } 783 }
900 }, 784 },
901 { 785 {
902 "type": "emulated-device", 786 "type": "emulated-device",
903 "device": { 787 "device": {
904 "show-by-default": true, 788 "show-by-default": true,
905 "title": "Samsung Galaxy Note 3", 789 "title": "Galaxy Note 3",
906 "screen": { 790 "screen": {
907 "horizontal": { 791 "horizontal": {
908 "width": 640, 792 "width": 640,
909 "height": 360 793 "height": 360
910 }, 794 },
911 "device-pixel-ratio": 3, 795 "device-pixel-ratio": 3,
912 "vertical": { 796 "vertical": {
913 "width": 360, 797 "width": 360,
914 "height": 640 798 "height": 640
915 } 799 }
(...skipping 14 matching lines...) Expand all
930 "title": "default", 814 "title": "default",
931 "orientation": "horizontal", 815 "orientation": "horizontal",
932 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 816 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
933 } 817 }
934 ] 818 ]
935 } 819 }
936 }, 820 },
937 { 821 {
938 "type": "emulated-device", 822 "type": "emulated-device",
939 "device": { 823 "device": {
940 "show-by-default": true, 824 "show-by-default": false,
941 "title": "Samsung Galaxy Note II", 825 "title": "Galaxy Note II",
942 "screen": { 826 "screen": {
943 "horizontal": { 827 "horizontal": {
944 "width": 640, 828 "width": 640,
945 "height": 360 829 "height": 360
946 }, 830 },
947 "device-pixel-ratio": 2, 831 "device-pixel-ratio": 2,
948 "vertical": { 832 "vertical": {
949 "width": 360, 833 "width": 360,
950 "height": 640 834 "height": 640
951 } 835 }
(...skipping 14 matching lines...) Expand all
966 "title": "default", 850 "title": "default",
967 "orientation": "horizontal", 851 "orientation": "horizontal",
968 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 852 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
969 } 853 }
970 ] 854 ]
971 } 855 }
972 }, 856 },
973 { 857 {
974 "type": "emulated-device", 858 "type": "emulated-device",
975 "device": { 859 "device": {
976 "show-by-default": true, 860 "show-by-default": false,
977 "title": "Laptop with touch", 861 "title": "Laptop with touch",
978 "screen": { 862 "screen": {
979 "horizontal": { 863 "horizontal": {
980 "width": 1280, 864 "width": 1280,
981 "height": 950 865 "height": 950
982 }, 866 },
983 "device-pixel-ratio": 1, 867 "device-pixel-ratio": 1,
984 "vertical": { 868 "vertical": {
985 "width": 950, 869 "width": 950,
986 "height": 1280 870 "height": 1280
987 } 871 }
988 }, 872 },
989 "capabilities": [ 873 "capabilities": [
990 "touch" 874 "touch"
991 ], 875 ],
992 "user-agent": "", 876 "user-agent": "",
993 "type": "notebook", 877 "type": "notebook",
994 "modes": [ 878 "modes": [
995 { 879 {
996 "title": "default", 880 "title": "default",
997 "orientation": "horizontal", 881 "orientation": "horizontal",
998 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 882 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
999 } 883 }
1000 ] 884 ]
1001 } 885 }
1002 }, 886 },
1003 { 887 {
1004 "type": "emulated-device", 888 "type": "emulated-device",
1005 "device": { 889 "device": {
1006 "show-by-default": true, 890 "show-by-default": false,
1007 "title": "Laptop with HiDPI screen", 891 "title": "Laptop with HiDPI screen",
1008 "screen": { 892 "screen": {
1009 "horizontal": { 893 "horizontal": {
1010 "width": 1440, 894 "width": 1440,
1011 "height": 900 895 "height": 900
1012 }, 896 },
1013 "device-pixel-ratio": 2, 897 "device-pixel-ratio": 2,
1014 "vertical": { 898 "vertical": {
1015 "width": 900, 899 "width": 900,
1016 "height": 1440 900 "height": 1440
1017 } 901 }
1018 }, 902 },
1019 "capabilities": [], 903 "capabilities": [],
1020 "user-agent": "", 904 "user-agent": "",
1021 "type": "notebook", 905 "type": "notebook",
1022 "modes": [ 906 "modes": [
1023 { 907 {
1024 "title": "default", 908 "title": "default",
1025 "orientation": "horizontal", 909 "orientation": "horizontal",
1026 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 } 910 "insets": { "left": 0, "top": 0, "right": 0, "bottom": 0 }
1027 } 911 }
1028 ] 912 ]
1029 } 913 }
1030 }, 914 },
1031 { 915 {
1032 "type": "emulated-device", 916 "type": "emulated-device",
1033 "device": { 917 "device": {
1034 "show-by-default": true, 918 "show-by-default": false,
1035 "title": "Laptop with MDPI screen", 919 "title": "Laptop with MDPI screen",
1036 "screen": { 920 "screen": {
1037 "horizontal": { 921 "horizontal": {
1038 "width": 1280, 922 "width": 1280,
1039 "height": 800 923 "height": 800
1040 }, 924 },
1041 "device-pixel-ratio": 1, 925 "device-pixel-ratio": 1,
1042 "vertical": { 926 "vertical": {
1043 "width": 800, 927 "width": 800,
1044 "height": 1280 928 "height": 1280
(...skipping 13 matching lines...) Expand all
1058 } 942 }
1059 ], 943 ],
1060 "dependencies": [ 944 "dependencies": [
1061 "emulation" 945 "emulation"
1062 ], 946 ],
1063 "scripts": [ 947 "scripts": [
1064 ], 948 ],
1065 "resources": [ 949 "resources": [
1066 ] 950 ]
1067 } 951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698