You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(core): document Chrome 143 upgrade decisions per PR review
Address inline review comments on PR #2187:
- src/browser.js: split the --disable-features comment into one bullet
per feature. Each bullet documents the specific Chrome >=128/143
behavior that broke and why disabling is the right fix
- src/install.js: add the procedure for picking per-platform revision
numbers (chromiumdash + snapshot index) so future upgrades don't
have to re-derive it
- test/helpers/server.js: only short-circuit /favicon.ico to 204 when
the test hasn't supplied an explicit reply for it. Tests that want
favicon-as-asset (none today, but future-proof) keep working via
`server.reply('/favicon.ico', ...)`
- test/snapshot.test.js: expand the iframe srcdoc-serialization comment
with a literal example of each form so the regex's "either form"
intent is obvious
No behavioral change.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
0 commit comments