mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Review URL: c3a577c46d
With this roll, Firefox has DocumentChannel enabled by default in Desktop Firefox:
- https://phabricator.services.mozilla.com/D57898
DocumentChannel, unlike nsIHttpChannel, doesn't have a `channelId` that we
can use to attribute navigation requests (see
https://github.com/microsoft/playwright/pull/249).
The feature has to be disabled for now in PlayWright with the
`browser.tabs.documentchannel` pref until we figure how to support it.
4 lines
126 B
Bash
4 lines
126 B
Bash
REMOTE_URL="https://github.com/mozilla/gecko-dev"
|
|
BASE_BRANCH="beta"
|
|
BASE_REVISION="2b50ccdc8ad0c83966285352a875415a858037c2"
|