mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): use separate web processes for different contexts (#1975)
This commit is contained in:
parent
b498a3f2ba
commit
a43eac3809
@ -1 +1 @@
|
||||
1086
|
||||
1087
|
||||
|
@ -3,6 +3,13 @@
|
||||
// Use light theme by default.
|
||||
pref("ui.systemUsesDarkTheme", 0);
|
||||
|
||||
// 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
|
||||
// issue we can povide custom '@mozilla.org/ipc/processselector;1'
|
||||
//
|
||||
pref("dom.ipc.processCount", 60000);
|
||||
|
||||
// Do not use system colors - they are affected by themes.
|
||||
pref("ui.use_standins_for_native_colors", true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user