diff --git a/engine/src/flutter/ci/builders/linux_web_engine.json b/engine/src/flutter/ci/builders/linux_web_engine.json index a5c955ad08..a47980e6dd 100644 --- a/engine/src/flutter/ci/builders/linux_web_engine.json +++ b/engine/src/flutter/ci/builders/linux_web_engine.json @@ -426,7 +426,7 @@ }, { "dependency": "firefox", - "version": "version:106.0" + "version": "version:132.0" } ], "tasks": [ diff --git a/engine/src/flutter/lib/web_ui/README.md b/engine/src/flutter/lib/web_ui/README.md index 21bde30a6f..e05830879d 100644 --- a/engine/src/flutter/lib/web_ui/README.md +++ b/engine/src/flutter/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/engine/src/flutter/lib/web_ui/dev/package_lock.yaml b/engine/src/flutter/lib/web_ui/dev/package_lock.yaml index e00f0610ce..4e0408b8a5 100644 --- a/engine/src/flutter/lib/web_ui/dev/package_lock.yaml +++ b/engine/src/flutter/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'