Disable "browser.tabs.remote.separatePrivilegedContentProcess" by default
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox68 fixed, firefox69 fixed)
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
There is a problem with HTTP Auth dialogs not appearing when privileged content processes are turned on. See bug 1557457. As such we should turn off the preference browser.tabs.remote.separatePrivilegedContentProcess
for both Marionette and geckodriver.
This workaround can removed again once the underlying bug in Firefox got fixed, and privileged content processes is enabled by default for riding the train (bug 1513045). I will add the dependency to this bug too, so that we don't forget to remove the preference.
Also this should block our final Marionette client and harness releases on bug 1534702.
Assignee | ||
Comment 1•5 years ago
|
||
Due to bug 1557457 it can happen that loading a web page with eg.
a HTTP auth prompt, no modal dialog will be shown by Firefox. As
such disable this preference for now globally, until all the issues
with privileged content processes have been solved.
Assignee | ||
Comment 2•5 years ago
|
||
Comment 4•5 years ago
|
||
bugherder |
Assignee | ||
Comment 5•5 years ago
|
||
Please uplift this test-only patch to mozilla-beta for fixing issues in Marionette with authentication prompts.
Comment 6•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Description
•