зеркало из https://github.com/mozilla/pjs.git
Bug 574248 - Use preprocessor to set browser.tabs.remote correctly [r=mbrubeck]
This commit is contained in:
Родитель
6d2a9af9c6
Коммит
deef9530be
|
@ -41,7 +41,11 @@ pref("general.useragent.extra.mobile", "@APP_UA_NAME_EXTRA@/@APP_VERSION_EXTRA@
|
|||
pref("browser.chromeURL", "chrome://browser/content/");
|
||||
|
||||
pref("browser.tabs.warnOnClose", true);
|
||||
#ifdef MOZ_IPC
|
||||
pref("browser.tabs.remote", true);
|
||||
#else
|
||||
pref("browser.tabs.remote", false);
|
||||
#endif
|
||||
|
||||
pref("toolkit.screen.lock", false);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче