From 581c7e4d62841f2c13498dfb5c1657f94ec60d28 Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Thu, 7 Nov 2024 15:28:08 -0500 Subject: [PATCH] [web] Bump Firefox version to 132.0 --- ci/builders/linux_web_engine.json | 2 +- lib/web_ui/README.md | 8 ++++---- lib/web_ui/dev/package_lock.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/builders/linux_web_engine.json b/ci/builders/linux_web_engine.json index a5c955ad0880a..a47980e6dd244 100644 --- a/ci/builders/linux_web_engine.json +++ b/ci/builders/linux_web_engine.json @@ -426,7 +426,7 @@ }, { "dependency": "firefox", - "version": "version:106.0" + "version": "version:132.0" } ], "tasks": [ diff --git a/lib/web_ui/README.md b/lib/web_ui/README.md index 21bde30a6ffa4..e05830879d754 100644 --- a/lib/web_ui/README.md +++ b/lib/web_ui/README.md @@ -180,7 +180,7 @@ The available versions of Chrome for Testing available can be found [here](https - Edit `dev/package_lock.yaml` and update the following values under `chrome`: - Set `version` to the full four part version number of the build of Chrome for Testing you want to roll (for example, `118.0.5993.70`) -- Run `dart dev/browser_roller.dart` and make sure it completes successfully. +- Run `dart dev/package_roller.dart` and make sure it completes successfully. The script uploads the specified versions of Chromium (and Chromedriver) to the right locations in CIPD: [Chrome](https://chrome-infra-packages.appspot.com/p/flutter_internal/browsers/chrome), [Chromedriver](https://chrome-infra-packages.appspot.com/p/flutter_internal/browser-drivers/chrome). @@ -194,7 +194,7 @@ If you have questions, contact the Flutter Web team on Flutter Discord on the We test with Firefox on LUCI in the Linux Web Engine builder. The process for rolling Firefox is even easier than Chromium. Simply update `package_lock.yaml` -with the latest version of Firefox, and run `browser_roller.dart`. +with the latest version of Firefox, and run `package_roller.dart`. #### .ci.yaml @@ -210,7 +210,7 @@ After rolling Chrome and/or Firefox, also update the CI dependencies in ] ``` -##### **browser_roller.dart** +##### **package_roller.dart** The script has the following command-line options: @@ -220,7 +220,7 @@ The script has the following command-line options: > Try the following! > > ```bash -> dart ./dev/browser_roller.dart --dry-run --verbose +> dart dev/package_roller.dart --dry-run --verbose > ``` #### **Other browsers / manual upload** diff --git a/lib/web_ui/dev/package_lock.yaml b/lib/web_ui/dev/package_lock.yaml index e00f0610ced1f..4e0408b8a5df6 100644 --- a/lib/web_ui/dev/package_lock.yaml +++ b/lib/web_ui/dev/package_lock.yaml @@ -4,7 +4,7 @@ chrome: version: '125.0.6422.141' firefox: - version: '106.0' + version: '132.0' edge: launcher_version: '1.2.0.0'