playwright/browser_patches/firefox
Andrey Lushnikov 58285f6155
browser(firefox): await browser initialization when closing browser (#4121)
We try to avoid closing firefox too early, fearing that this
might terminate clean shutdown sequence.

Usually we assume that `Browser.enable` is called before `Browser.close`
- however, this is not the case in certain tests. So we have to
ensure browser initialization in `Browser.close` as well.

In my local tests, this fixes the Firefox Pipe problem: it looks like
we were closing browser too quickly.
2020-10-12 22:34:04 -07:00
..
juggler browser(firefox): await browser initialization when closing browser (#4121) 2020-10-12 22:34:04 -07:00
patches browser(firefox): roll Firefox to beta Oct 7, 2020 (#4087) 2020-10-07 14:12:19 -07:00
preferences browser(firefox): enable document channel (#4065) 2020-10-06 00:15:24 -07:00
.gitignore Initial commit 2019-11-19 10:58:15 -08:00
archive.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
BUILD_NUMBER browser(firefox): await browser initialization when closing browser (#4121) 2020-10-12 22:34:04 -07:00
build.sh devops: fix firefox build (#4088) 2020-10-07 14:34:58 -07:00
cheatsheet.md chore(firefox): update cheatsheet with logging instructions (#1609) 2020-03-31 13:23:35 -07:00
clean.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
install-preferences.js devops: bundle firefox preferences alongside with build. 2020-02-11 14:42:04 -08:00
UPSTREAM_CONFIG.sh browser(firefox): roll Firefox to beta Oct 7, 2020 (#4087) 2020-10-07 14:12:19 -07:00