firefox-3.6-vine.patch 3.9 KB

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