Firefox support (#1606)

This PR adds downloadable firefox packages into emsdk.

The downloading of firefox will be done via the `mozdownload` pip
package, which simplifies the installation a lot.

Installing and activating a Firefox package will set up the
`EMTEST_BROWSER` variable, so running browser tests will then
automatically use the activated browser.

The oldest supported Firefox version by Emscripten is 65. So add that
version, and all ESR versions from 65 upwards, and the moving channels.
This allows people to go back and forth testing different versions of
interest.
This commit is contained in:
juj
2025-10-08 00:09:14 +03:00
committed by GitHub
parent 1cb55f846b
commit 378d768942
3 changed files with 295 additions and 5 deletions

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ __pycache__
/mingw
/spidermonkey
/binaryen
/firefox