playwright/browser_patches/firefox/juggler/protocol
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
..
AccessibilityHandler.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
BrowserHandler.js browser(firefox): support proxy bypass (#2467) 2020-06-04 16:07:45 -07:00
Dispatcher.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
NetworkHandler.js browser(firefox): rewrite network instrumentation (#2638) 2020-06-20 20:45:01 -07:00
PageHandler.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
PrimitiveTypes.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
Protocol.js browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -07:00
RuntimeHandler.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00