Skip to content

feat(devices): add Pixel 6 through Pixel 10 device descriptors#40928

Merged
dgozman merged 1 commit into
microsoft:mainfrom
dgozman:fix-40910
May 20, 2026
Merged

feat(devices): add Pixel 6 through Pixel 10 device descriptors#40928
dgozman merged 1 commit into
microsoft:mainfrom
dgozman:fix-40910

Conversation

@dgozman
Copy link
Copy Markdown
Collaborator

@dgozman dgozman commented May 20, 2026

Summary

Adds 14 missing Pixel device families (portrait + landscape variants) to the built-in device descriptors: Pixel 6, 6 Pro, 6a, 7 Pro, 7a, 8, 8 Pro, 8a, 9, 9 Pro, 9 Pro XL, 10, 10 Pro, 10 Pro XL.

CSS viewport sizes and device pixel ratios were sourced from yesviz.com (Pixel 6 — Pixel 9 series) and cross-checked against Google's published display specs. Pixel 10 series specs were derived from whatismyscreensize.com — the displays match the Pixel 9 series exactly. screen / viewport / chrome-UI offsets follow the existing Pixel 7 entry's convention.

Fixes #40910

Adds 14 missing Pixel device families (portrait + landscape):
Pixel 6, 6 Pro, 6a, 7 Pro, 7a, 8, 8 Pro, 8a, 9, 9 Pro, 9 Pro XL,
10, 10 Pro, 10 Pro XL.

Fixes: microsoft#40910
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

8 failed
❌ [chromium] › mcp/annotate.spec.ts:273 › should enter annotate mode on fresh dashboard.tsx mount with -s --annotate @mcp-windows-latest-chromium
❌ [firefox] › mcp/dashboard.spec.ts:182 › two concurrent cli show invocations both succeed @mcp-windows-latest-firefox
❌ [webkit] › mcp/annotate.spec.ts:230 › should capture annotations via show --annotate @mcp-windows-latest-webkit
❌ [webkit] › mcp/annotate.spec.ts:251 › should start dashboard and annotate when no dashboard is running @mcp-windows-latest-webkit
❌ [webkit] › mcp/annotate.spec.ts:428 › should switch screencast to -s session on show --annotate @mcp-windows-latest-webkit
❌ [webkit] › mcp/annotate.spec.ts:478 › should disengage annotate mode when --annotate client disconnects @mcp-windows-latest-webkit
❌ [webkit] › mcp/cli-devtools.spec.ts:217 › video-start-stop @mcp-windows-latest-webkit
❌ [webkit] › mcp/dashboard.spec.ts:182 › two concurrent cli show invocations both succeed @mcp-windows-latest-webkit

7173 passed, 1113 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

3 flaky ⚠️ [chromium-library] › library/beforeunload.spec.ts:130 › should support dismissing the dialog multiple times `@ubuntu-22.04-chromium-tip-of-tree`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@ubuntu-22.04-chromium-tip-of-tree`
⚠️ [chromium-library] › library/video.spec.ts:719 › screencast › should work with video+trace `@chromium-ubuntu-22.04-node20`

42030 passed, 850 skipped


Merge workflow run.

@dgozman dgozman merged commit c3deeff into microsoft:main May 20, 2026
42 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: expand Pixel device coverage from Pixel 6 to Pixel 10

2 participants