playwright/browser_patches/firefox/juggler
Andrey Lushnikov d02472a9e0
browser(firefox): fix uploads of large files in Firefox (#6547)
- to read post data of requests, we have to read stream
- to restore the stream later on, we have to rewind it back
- however, if the stream is large enough, it cannot be rewound back

This patch starts cloning post data streams if possible to avoid
back-rewinding them later on.

References #4704
2021-05-12 16:27:53 -07:00
..
components browser(firefox): close browser when pipe disconnects (#4437) 2020-11-13 14:51:40 -08:00
content browser(firefox): simplify isolated world structures (#6521) 2021-05-12 08:52:08 -07:00
pipe browser(firefox): fix build on Windows (#5275) 2021-02-03 09:50:35 -08:00
protocol browser(firefox): simplify isolated world structures (#6521) 2021-05-12 08:52:08 -07:00
screencast browser(firefox): fit screencast images into given frame (#6495) 2021-05-10 22:01:41 -07:00
Helper.js
NetworkObserver.js browser(firefox): fix uploads of large files in Firefox (#6547) 2021-05-12 16:27:53 -07:00
SimpleChannel.js browser(firefox): fix SimpleChannel to await initialization (#4311) 2020-11-02 16:21:34 -08:00
TargetRegistry.js browser(firefox): bindings in isolated worlds (#6493) 2021-05-11 09:27:39 -07:00
jar.mn
moz.build