playwright/browser_patches/firefox-stable/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 devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
content browser(firefox-stable): simplify isolated world structures (#6542) 2021-05-12 10:46:19 -07:00
pipe devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
protocol browser(firefox-stable): simplify isolated world structures (#6542) 2021-05-12 10:46:19 -07:00
screencast browser(firefox): fit screencast images into given frame (#6495) 2021-05-10 22:01:41 -07:00
Helper.js devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
jar.mn devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
moz.build devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
NetworkObserver.js browser(firefox): fix uploads of large files in Firefox (#6547) 2021-05-12 16:27:53 -07:00
SimpleChannel.js devops: add firefox-stable channel browser (#6173) 2021-04-09 22:13:19 -07:00
TargetRegistry.js browser(firefox-stable): bindings in isolated worlds (#6504) 2021-05-11 09:34:10 -07:00