Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions eng/testing/BrowserVersions.props
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>
Comment on lines 7 to 10

Copilot AI Feb 27, 2026

Copy link

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.

Suggested change
<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>
<macos_ChromeVersion>145.0.7632.109</macos_ChromeVersion>
<macos_ChromeRevision>1568190</macos_ChromeRevision>
<macos_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1568190</macos_ChromeBaseSnapshotUrl>
<macos_V8Version>14.5.201</macos_V8Version>

Copilot uses AI. Check for mistakes.
<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

Copilot AI Feb 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an inconsistency between win_ChromeRevision (1568190) and the revision used in win_ChromeBaseSnapshotUrl (1568195). The revision number in the URL should match the ChromeRevision property. This mismatch could cause Chrome provisioning to fail or download an incorrect version. Please verify which revision is correct and ensure both properties use the same value.

Copilot uses AI. Check for mistakes.
<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>
Expand Down
Loading