diff -up mozilla-1.9.2/browser/app/profile/firefox.js.vine mozilla-1.9.2/browser/app/profile/firefox.js --- mozilla-1.9.2/browser/app/profile/firefox.js.vine 2009-06-24 17:20:27.000000000 +0900 +++ mozilla-1.9.2/browser/app/profile/firefox.js 2009-06-30 05:19:26.000000000 +0900 @@ -176,9 +176,10 @@ pref("keyword.URL", "chrome://browser-re pref("general.useragent.locale", "@AB_CD@"); pref("general.skins.selectedSkin", "classic/1.0"); -pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); +//pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); +pref("general.useragent.extra.firefox", "Firefox/@APP_VERSION@"); -pref("general.smoothScroll", false); +pref("general.smoothScroll", true); #ifdef UNIX_BUT_NOT_MAC pref("general.autoScroll", false); #else @@ -193,6 +194,7 @@ pref("browser.shell.checkDefaultBrowser" // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore pref("browser.startup.page", 1); pref("browser.startup.homepage", "resource:/browserconfig.properties"); +pref("browser.startup.homepage_override.mstone", "ignore"); pref("browser.enable_automatic_image_resizing", true); pref("browser.chrome.site_icons", true); @@ -465,6 +467,9 @@ pref("browser.gesture.twist.right", ""); pref("browser.gesture.twist.left", ""); pref("browser.gesture.tap", "cmd_fullZoomReset"); +// Use LANG environment variable to choose locale +pref("intl.locale.matchOS", true); + // 0=lines, 1=pages, 2=history , 3=text size #ifdef XP_MACOSX // On OS X, if the wheel has one axis only, shift+wheel comes through as a @@ -578,7 +583,7 @@ pref("browser.backspace_action", 0); // 0 = spellcheck nothing // 1 = check multi-line controls [default] // 2 = check multi/single line controls -pref("layout.spellcheckDefault", 1); +pref("layout.spellcheckDefault", 0); pref("browser.send_pings", false); diff -up mozilla-1.9.2/browser/base/content/browser.xul.vine mozilla-1.9.2/browser/base/content/browser.xul --- mozilla-1.9.2/browser/base/content/browser.xul.vine 2009-06-24 17:20:27.000000000 +0900 +++ mozilla-1.9.2/browser/base/content/browser.xul 2009-06-30 05:20:13.000000000 +0900 @@ -83,7 +83,7 @@ #endif titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" windowtype="navigator:browser" - screenX="4" screenY="4" + screenX="4" screenY="4" width="925" height="9999" browsingmode="normal" persist="screenX screenY width height sizemode"> diff -up mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties.vine mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties --- mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties.vine 2010-01-21 12:29:55.000000000 +0900 +++ mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties 2010-01-21 22:38:03.000000000 +0900 @@ -1,3 +1,3 @@ # Do NOT localize or otherwise change these values -browser.startup.homepage=http://www.mozilla.org/projects/namoroka/ +browser.startup.homepage=http://vinelinux.org/ diff -up mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js.vine mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js --- mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js.vine 2010-01-21 22:38:50.000000000 +0900 +++ mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js 2010-01-21 22:39:14.000000000 +0900 @@ -1,5 +1,5 @@ -pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/"); -pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/"); +pref("startup.homepage_override_url","http://vinelinux.org/"); +pref("startup.homepage_welcome_url","http://vinelinux.org/"); // The time interval between checks for a new version (in seconds) // nightly=8 hours, official=24 hours pref("app.update.interval", 28800);