playwright/browser_patches/firefox
Andrey Lushnikov 4ab66a4fe5
browser(firefox): follow-up with assorted simplifications (#4066)
This patch:
- moves `SimpleChannel` to synchronously dispatch buffered commands
  instead of a `await Promise.resolve()` hack
- moves dialog & screencast handling from `PageHandler` to
  `TargetManager`. This leaves `PageHandler` to be concerned solely about
  protocol.
- removes `attach` and `detach` methods for worker channels: since
  channels are buffering messages until the namespace registers, there's
  no chance to loose any events.
- slightly simplifies `PageNetwork` class: it's lifetime is now
  identical to the lifetime of the associated `PageTarget`, so a lot can
  be simplified later on.

References #3995
2020-10-06 01:53:25 -07:00
..
juggler browser(firefox): follow-up with assorted simplifications (#4066) 2020-10-06 01:53:25 -07:00
patches browser(firefox): make pipe work on Windows (#4058) 2020-10-05 10:58:56 -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): follow-up with assorted simplifications (#4066) 2020-10-06 01:53:25 -07:00
build.sh devops: make sure rust toolchain is installed (#3485) 2020-08-19 09:11:28 -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 August 14 beta (#3465) 2020-08-13 23:14:24 -07:00