playwright/browsers.json
Andrey Lushnikov 55da16d8cd
Revert "feat: switch to the Firefox Stable equivalent by default (#6926)" (#6947)
This reverts commit a25b11659be8887b700311180fcd3653aa9e472b.

In a discussion with Dmitry Gozman we decided to revert this and instead
proceed with the following approach:
- rename `//browser_patches/firefox` to `//browser_patches/firefox-beta`
- rename `//browser_patches/firefox-stable` folder to
  `//browser_patches/firefox`

In all of the folders, we will keep the `BUILD_NUMBER` original so that
it doesn't clash on the CDN.
2021-06-07 15:55:01 -07:00

39 lines
751 B
JSON

{
"comment": "Do not edit this file, use utils/roll_browser.js",
"browsers": [
{
"name": "chromium",
"revision": "888113",
"installByDefault": true
},
{
"name": "firefox",
"revision": "1268",
"installByDefault": true
},
{
"name": "firefox-stable",
"revision": "1259",
"installByDefault": false
},
{
"name": "webkit",
"revision": "1492",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1445"
}
},
{
"name": "webkit-technology-preview",
"revision": "1443",
"installByDefault": false
},
{
"name": "ffmpeg",
"revision": "1005",
"installByDefault": true
}
]
}