[wasm] Bump chrome for testing - linux: 147.0.7727.55, windows: 147.0.7727.56#126802
[wasm] Bump chrome for testing - linux: 147.0.7727.55, windows: 147.0.7727.56#126802github-actions[bot] wants to merge 3 commits intomainfrom
Conversation
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
1 similar comment
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
|
|
61de978 to
b04bfa2
Compare
This comment has been minimized.
This comment has been minimized.
…r linux64 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
b04bfa2 to
6856460
Compare
🤖 Copilot Code Review — PR #126802Note This review was generated by GitHub Copilot (Claude Opus 4.6). It evaluates the current state of the PR (all 3 commits). Holistic AssessmentMotivation: Justified — the automated Chrome version bump blindly updated Approach: Sound — using an HTTP HEAD request against the CDN is lightweight and correct. Falling back to the existing V8 version from Summary: ✅ LGTM. The two issues flagged by the earlier review (Windows platform ID mismatch Detailed Findings✅ V8 Platform ID Mapping — matches provisioning targets
✅ OS Identifier Validation — now consistent with the fileThe V8 version node name lookup (lines 209–213) now explicitly checks for both ✅ Fallback Logic — correct behaviorWhen the CDN check fails, the fallback correctly:
✅ BrowserVersions.props — changes are consistent
💡
|
No description provided.