chore(cli): bump pinned Chromium to 152.0.7977.30 - #3231
Open
vanceingalls wants to merge 1 commit into
Open
Conversation
Picks up crbug 522872457's fix (CL 8032671), which landed after the 152.0.7935.0 canary cut and so was absent from the old 152.0.7928.2 pin. Re-probed every 3D signal the compile gate matches, drawElementImage vs a CDP screenshot of the identical state, on the shipping headless-shell binary. PSNR, old pin -> new pin: backface-visibility:hidden 1.4 dB -> 14.8 dB still DAMAGED preserve-3d (no backface) 46.7 dB -> 46.7 dB clean perspective() 45.2 dB -> 45.2 dB clean matrix3d() 45.2 dB -> 45.2 dB clean rotate3d() 45.3 dB -> 45.3 dB clean translateZ under perspective 29.9 dB -> 29.9 dB marginal The upstream fix repaired the collateral damage only: dropped sibling content and lost backgrounds now render, but a culled backface is still painted. So the 3D gate stays. Beta rather than Canary because 153.0.8000.0 measured identical on every variant. Follow-up filed as PRINFRA-486: four of the five signals the gate matches were never broken on any build tested, so it may be able to narrow to backface-visibility alone. Needs a corpus eval first — this probe covers static angles only, and animated 3D subtrees take a different path.
This was referenced Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack 1/3 — base of the drawElement fixes that follow.
Bumps the pinned Chromium to pick up crbug 522872457's fix (CL 8032671), which landed after the 152.0.7935.0 canary cut and so post-dated the old 152.0.7928.2 pin.
Beta rather than Canary deliberately: 153.0.8000.0 measured identical to this build on every probe variant, so crossing a major buys nothing measurable. Verified
chrome-headless-shellships for mac-x64, mac-arm64, win32, win64 and linux64 at this version, so the bump cannot brick downloads on a platform not tested here.What the new build fixes, and what it does not
Re-probed every 3D signal the compile gate matches,
drawElementImagevs a CDP screenshot of the identical state, on the shipping headless-shell binary:backface-visibility: hiddenignoredThe upstream fix repaired the collateral damage only. That is recorded in the comment above
CHROME_VERSIONso the next person does not re-run the probe.Stack:
🤖 Generated with Claude Code