зеркало из https://github.com/mozilla/pjs.git
bug 334478 - Get suiterunner to actually run - default pref changes, r+sr=Neil
This commit is contained in:
Родитель
308fe4cdb7
Коммит
a181fe4a30
|
@ -42,6 +42,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
|
pref("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
|
||||||
|
// XXX When SeaMonkey becomes a full xul app the non-moz_xul_app part of this
|
||||||
|
// can be removed.
|
||||||
|
#ifdef MOZ_XUL_APP
|
||||||
|
// defaultChromeURI is only needed until our default command line handler knows what to launch
|
||||||
|
pref("toolkit.defaultChromeURI","chrome://navigator/content/navigator.xul");
|
||||||
|
pref("general.skins.selectedSkin", "classic/1.0");
|
||||||
|
#endif
|
||||||
pref("browser.chromeURL","chrome://navigator/content/navigator.xul");
|
pref("browser.chromeURL","chrome://navigator/content/navigator.xul");
|
||||||
|
|
||||||
pref("general.startup.browser", true);
|
pref("general.startup.browser", true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче