Bug 1857049 - Move toolkit.lazyHiddenWindow pref to all.js r=mossop,geckoview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D190100
This commit is contained in:
Gregory Pappas 2023-10-07 03:32:42 +00:00
parent d5e1715d6b
commit 311485c5b0
3 changed files with 4 additions and 7 deletions

View file

@ -332,10 +332,6 @@ pref("browser.startup.windowsLaunchOnLogin.disableLaunchOnLoginPrompt", false);
// Show an upgrade dialog on major upgrades.
pref("browser.startup.upgradeDialog.enabled", false);
// Don't create the hidden window during startup on
// platforms that don't always need it (Win/Linux).
pref("toolkit.lazyHiddenWindow", true);
pref("browser.chrome.site_icons", true);
// browser.warnOnQuit == false will override all other possible prompts when quitting or restarting
pref("browser.warnOnQuit", true);

View file

@ -23,9 +23,6 @@ pref("dom.ipc.keepProcessesAlive.extension", 1);
pref("dom.ipc.processPrelaunch.enabled", false);
// Don't create the hidden window during startup.
pref("toolkit.lazyHiddenWindow", true);
pref("geckoview.console.enabled", false);
#ifdef RELEASE_OR_BETA

View file

@ -3684,6 +3684,10 @@ pref("toolkit.aboutProcesses.profileDuration", 5);
pref("toolkit.crashreporter.include_context_heap", true);
#endif
// Don't create the hidden window during startup on
// platforms that don't always need it.
pref("toolkit.lazyHiddenWindow", true);
// Support for legacy customizations that rely on checking the
// user profile directory for these stylesheets:
// * userContent.css