-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[wasm] Bump chrome for testing - linux: 145.0.7632.109, windows: 145.0.7632.77 #124974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <linux_ChromeVersion>143.0.7499.40</linux_ChromeVersion> | ||
| <linux_ChromeRevision>1536371</linux_ChromeRevision> | ||
| <linux_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1536376</linux_ChromeBaseSnapshotUrl> | ||
| <linux_V8Version>14.3.127</linux_V8Version> | ||
| <linux_ChromeVersion>145.0.7632.109</linux_ChromeVersion> | ||
| <linux_ChromeRevision>1568190</linux_ChromeRevision> | ||
| <linux_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1568190</linux_ChromeBaseSnapshotUrl> | ||
| <linux_V8Version>14.5.201</linux_V8Version> | ||
| <macos_ChromeVersion>143.0.7499.40</macos_ChromeVersion> | ||
| <macos_ChromeRevision>1536371</macos_ChromeRevision> | ||
| <macos_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1536376</macos_ChromeBaseSnapshotUrl> | ||
| <macos_V8Version>14.3.127</macos_V8Version> | ||
| <win_ChromeVersion>143.0.7499.40</win_ChromeVersion> | ||
| <win_ChromeRevision>1536371</win_ChromeRevision> | ||
| <win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1536376</win_ChromeBaseSnapshotUrl> | ||
| <win_V8Version>14.3.127</win_V8Version> | ||
| <win_ChromeVersion>145.0.7632.77</win_ChromeVersion> | ||
| <win_ChromeRevision>1568190</win_ChromeRevision> | ||
| <win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1568195</win_ChromeBaseSnapshotUrl> | ||
|
Comment on lines
+12
to
+13
|
||
| <win_V8Version>14.5.201</win_V8Version> | ||
| <linux_FirefoxRevision>125.0.1</linux_FirefoxRevision> | ||
| <linux_GeckoDriverRevision>0.34.0</linux_GeckoDriverRevision> | ||
| <win_FirefoxRevision>125.0.1</win_FirefoxRevision> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macOS Chrome version (143.0.7499.40) is now significantly behind Linux (145.0.7632.109) and Windows (145.0.7632.77). While the automated bump process (eng/testing/bump-chrome-version.proj) only targets Linux and Windows, consider whether macOS should also be updated to maintain consistency across platforms. If macOS is intentionally kept at a different version, please document the reason.