1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-18 08:41:49 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Andrey Lushnikov
30b6614e5a
browser(firefox): enable SharedArrayBuffer in Firefox builds () 2021-09-01 12:27:37 +02:00
Andrey Lushnikov
dce21f1cc5
chore: re-arrange firefox preferences ()
There's a set of preferenes that's absolutely critical for juggler
to work. Keep these on top and mark them as critical.
2021-08-31 02:15:46 -07:00
Andrey Lushnikov
08a447e90f
browser(firefox-beta): roll ff-beta to v91.0.b10 ()
Notable changes:
- javaScriptEnabled moved to the browser side.
- enabling new UI since it no longer helps to fix screencast

Review branch: https://github.com/aslushnikov/juggler/tree/roll-to-91-0-b10

Note: this will have 2 screencast tests failing. Investigation is in a follow-up.
2021-08-03 09:15:52 -07:00
Andrey Lushnikov
12d8c54e99
chore: swap firefox-stable and firefox ()
With this patch:
- `//browser_patches/firefox` becomes firefox-stable
- `//browser_patches/firefox-stable` becomes firefox-beta

References 
2021-06-07 17:05:51 -07:00