playwright/browser_patches/firefox
Dmitry Gozman f2af30cf90
browser(firefox): properly instrument requests intercepted by service worker (#2594)
When httpChannel is intercepted by Service Worker:
- it gets an internal redirect to another channel with the same id;
- once serivce worker responds, the channel gets the data, but
  does not get any onResponse notifications.

So, we update our ResponseBodyListener (the nsIRequestObserver implementation)
to the new request and force onResponse from there once data is available or
request finishes.
2020-06-16 17:19:01 -07:00
..
juggler browser(firefox): properly instrument requests intercepted by service worker (#2594) 2020-06-16 17:19:01 -07:00
patches browser(firefox): roll Firefox to TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00
preferences browser(firefox): use separate web processes for different contexts (#1975) 2020-04-24 17:55:08 -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.sh browser(firefox): roll Firefox to TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00
BUILD_NUMBER browser(firefox): properly instrument requests intercepted by service worker (#2594) 2020-06-16 17:19:01 -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 TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00