mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): disable proton UI for now (#6327)
The new Proton UI breaks certain screencast tests. Disable this for now.
This commit is contained in:
parent
2f290cc9be
commit
f4b8c3a848
@ -1,2 +1,2 @@
|
||||
1247
|
||||
Changed: dgozman@gmail.com Fri Apr 23 15:46:40 PDT 2021
|
||||
1248
|
||||
Changed: aslushnikov@gmail.com Mon Apr 26 12:48:04 -05 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…
x
Reference in New Issue
Block a user