Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3cb6f4d

Browse files
authored
[web] Bump Firefox version to 132.0 (#56435)
A firefox upgrade is long overdue. This upgrade fixes some failing tests in #54786
1 parent 685bae3 commit 3cb6f4d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/builders/linux_web_engine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
},
427427
{
428428
"dependency": "firefox",
429-
"version": "version:106.0"
429+
"version": "version:132.0"
430430
}
431431
],
432432
"tasks": [

lib/web_ui/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The available versions of Chrome for Testing available can be found [here](https
180180
- Edit `dev/package_lock.yaml` and update the following values under `chrome`:
181181
- Set `version` to the full four part version number of the build of Chrome
182182
for Testing you want to roll (for example, `118.0.5993.70`)
183-
- Run `dart dev/browser_roller.dart` and make sure it completes successfully.
183+
- Run `dart dev/package_roller.dart` and make sure it completes successfully.
184184
The script uploads the specified versions of Chromium (and Chromedriver) to the
185185
right locations in CIPD: [Chrome](https://chrome-infra-packages.appspot.com/p/flutter_internal/browsers/chrome),
186186
[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
194194

195195
We test with Firefox on LUCI in the Linux Web Engine builder. The process for
196196
rolling Firefox is even easier than Chromium. Simply update `package_lock.yaml`
197-
with the latest version of Firefox, and run `browser_roller.dart`.
197+
with the latest version of Firefox, and run `package_roller.dart`.
198198

199199
#### .ci.yaml
200200

@@ -210,7 +210,7 @@ After rolling Chrome and/or Firefox, also update the CI dependencies in
210210
]
211211
```
212212
213-
##### **browser_roller.dart**
213+
##### **package_roller.dart**
214214
215215
The script has the following command-line options:
216216
@@ -220,7 +220,7 @@ The script has the following command-line options:
220220
> Try the following!
221221
>
222222
> ```bash
223-
> dart ./dev/browser_roller.dart --dry-run --verbose
223+
> dart dev/package_roller.dart --dry-run --verbose
224224
> ```
225225

226226
#### **Other browsers / manual upload**

lib/web_ui/dev/package_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ chrome:
44
version: '125.0.6422.141'
55

66
firefox:
7-
version: '106.0'
7+
version: '132.0'
88

99
edge:
1010
launcher_version: '1.2.0.0'

0 commit comments

Comments
 (0)