browser(firefox-stable): disable proton UI in firefox stable (#6838)
See f4b8c3a848 for details.
This commit is contained in:
parent
a1106e5d4e
commit
d767fc2f91
|
|
@ -1,2 +1,2 @@
|
|||
1258
|
||||
Changed: lushnikov@chromium.org Tue Jun 1 12:53:28 PDT 2021
|
||||
1259
|
||||
Changed: lushnikov@chromium.org Tue Jun 1 19:07:28 PDT 2021
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@ pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false);
|
|||
// support for the new modal UI (see Bug 1686743).
|
||||
pref("prompts.contentPromptSubDialog", false);
|
||||
|
||||
|
||||
// The new "proton" UI breaks our screencast tests.
|
||||
// Disable the UI until we figure what is going on.
|
||||
pref("browser.proton.enabled", false);
|
||||
|
||||
// Increase max number of child web processes so that new pages
|
||||
// get a new process by default and we have a process isolation
|
||||
// between pages from different contexts. If this becomes a performance
|
||||
|
|
|
|||
Loading…
Reference in a new issue