Yury Semikhatsky
2f36feefc8
browser(firefox-stable): merge do not use Array.prototype.toJSON for serialization ( #6783 )
2021-05-27 16:37:13 -07:00
Max Schmitt
b2b45afc22
browser(firefox): override reduced motion no-preference ( #6683 )
2021-05-20 21:07:39 +02:00
Joel Einbinder
2f9b057525
browser(firefox): partially revert scrollbars patch ( #6670 )
2021-05-19 18:59:57 -07:00
Max Schmitt
c4a6c2bcab
browser(firefox): added reduced motion emulation ( #6618 )
2021-05-18 21:23:12 +02:00
Andrey Lushnikov
debffa7476
browser(firefox): make Juggler types compliant with protocol viewer ( #6626 )
...
Protocol viewer can't handle anonymous objects since it's not clear how
to refer to them.
2021-05-17 21:40:29 -07:00
Joel Einbinder
5b223f92c8
browser(firefox): Browser.setScrollbarsHidden ( #6457 )
2021-05-14 08:06:34 -07:00
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
Yury Semikhatsky
d540b4478b
browser(firefox-stable): simplify isolated world structures ( #6542 )
2021-05-12 10:46:19 -07:00
Yury Semikhatsky
269a1b6407
browser(firefox-stable): bindings in isolated worlds ( #6504 )
2021-05-11 09:34:10 -07:00
Pavel Feldman
8d21b12454
browser(firefox): fit screencast images into given frame ( #6495 )
2021-05-10 22:01:41 -07:00
Dmitry Gozman
f1a65820f4
browser(firefox): fix addBinding on pages with CSP ( #6470 )
2021-05-08 18:06:56 -07:00
Pavel Feldman
b4261ec074
browser(ff-stable): pick up screencast changes ( #6464 )
2021-05-07 21:47:40 -07:00
Dmitry Gozman
5c5196104e
browser(firefox-stable): cherry pick recent changes from browser_patches/firefox ( #6409 )
2021-05-04 17:01:48 -07:00
Andrey Lushnikov
4dd8a1c8f1
browser(firefox-stable): roll to Firefox 88.0 ( #6249 )
2021-04-20 13:46:46 -07:00
Andrey Lushnikov
17c6406e6c
devops: add firefox-stable channel browser ( #6173 )
...
This adds a firefox-stable application to build on our bots.
This is basically a rebaselined version of 66541552d088cc211f170ccc8ea8f0c6bacdb045
The firefox base revision is bb9bf7e886
Which is taken from `about://buildconfig` of a stable Firefox version
on Mac as of Apr 9, 2021.
References #5993
2021-04-09 22:13:19 -07:00