This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
playwright
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
c4e3ed85c0
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 22:28:13 +02:00
1117
Reference in a new issue
Copy permalink