playwright/browser_patches/firefox
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
..
juggler browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -07:00
patches browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -07:00
preferences browser(firefox): rely on upstream permission separation per contexts (#2613) 2020-06-17 14:57:47 -07:00
.gitignore Initial commit 2019-11-19 10:58:15 -08:00
archive.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
build.sh browser(firefox): roll Firefox to TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00
BUILD_NUMBER browser(firefox): handle the case when inner window is restored from history (#2791) 2020-07-01 13:28:13 -07:00
cheatsheet.md chore(firefox): update cheatsheet with logging instructions (#1609) 2020-03-31 13:23:35 -07:00
clean.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
install-preferences.js devops: bundle firefox preferences alongside with build. 2020-02-11 14:42:04 -08:00
UPSTREAM_CONFIG.sh browser(firefox): roll Firefox to TOT beta branch as of Jun 9, 2020 (#2520) 2020-06-09 22:48:10 -07:00