playwright/browser_patches/firefox/juggler
Dmitry Gozman c4e3ed85c0
browser(firefox): handle the case when inner window is restored from history (#2791)
When innerWindow is restored from the history state, we do not receive
content-document-global-created notification, but would still like to know
that window is now using a different inner window to reset the state.
This introduces a new notification juggler-dom-window-reused.

At the same time, goBack()/goForward() sometimes do not initiate
navigation synchronously, so our check for pendingNaivgationId() does
not work. Instead, we rely on canGoBack, and assume that client will
not need the navigationId synchronously.
2020-07-01 13:28:13 -07:00
..
components browser(firefox): properly hide scrollbars in all frames (#2505) 2020-06-08 15:54:47 -07:00
content browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -07:00
protocol browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -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): do not fail when decoding large responses (#2671) 2020-06-22 16:01:16 -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