playwright/browser_patches/firefox/juggler
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
..
components browser(firefox): properly hide scrollbars in all frames (#2505) 2020-06-08 15:54:47 -07:00
content browser(firefox): properly instrument requests intercepted by service worker (#2594) 2020-06-16 17:19:01 -07:00
protocol browser(firefox): allow setting download behavior of default context (#2502) 2020-06-08 13:49:33 -07:00
Helper.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
jar.mn browser(firefox): remove non-existing files from build (#2507) 2020-06-08 17:04:37 -07:00
moz.build chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
NetworkObserver.js browser(firefox): properly instrument requests intercepted by service worker (#2594) 2020-06-16 17:19:01 -07:00
SimpleChannel.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
TargetRegistry.js browser(firefox): roll Firefox to TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00