source: projects/specs/trunk/f/firefox/firefox-4.0-vine.patch @ 3236

Revision 3236, 3.7 KB checked in by daisuke, 13 years ago (diff)

firefox:

  • update to 4.0
  • BR: libjpeg-turbo-devel >= 1.1.0
  • BR: nspr-devel >= 4.8.7
  • BR: nss-devel >= 3.12.9
  • BR: cairo-devel >= 1.10.2-2
  • use langpacks.xpi instead of l10n source
  • update firefox startup script
  • add unofficial branding logos to svn repository
  • mozilla-2.0/browser/app/profile/firefox.js

    diff -up mozilla-2.0/browser/app/profile/firefox.js.orig mozilla-2.0/browser/app/profile/firefox.js
    old new pref("browser.gesture.twist.right", ""); 
    507507pref("browser.gesture.twist.left", ""); 
    508508pref("browser.gesture.tap", "cmd_fullZoomReset"); 
    509509 
     510// Use LANG environment variable to choose locale 
     511pref("intl.locale.matchOS", true); 
     512 
    510513// 0=lines, 1=pages, 2=history , 3=text size 
    511514#ifdef XP_MACOSX 
    512515// On OS X, if the wheel has one axis only, shift+wheel comes through as a 
    pref("browser.backspace_action", 0); 
    628631// 0 = spellcheck nothing 
    629632// 1 = check multi-line controls [default] 
    630633// 2 = check multi/single line controls 
    631 pref("layout.spellcheckDefault", 1); 
     634pref("layout.spellcheckDefault", 0); 
    632635 
    633636pref("browser.send_pings", false); 
    634637 
  • mozilla-2.0/browser/base/content/browser.xul

    diff -up mozilla-2.0/browser/base/content/browser.xul.orig mozilla-2.0/browser/base/content/browser.xul
    old new  
    8888        lightweightthemes="true" 
    8989        lightweightthemesfooter="browser-bottombox" 
    9090        windowtype="navigator:browser" 
    91         screenX="4" screenY="4" 
     91        screenX="4" screenY="4" width="1000" height="9999" 
    9292        browsingmode="normal" 
    9393        persist="screenX screenY width height sizemode"> 
    9494 
  • mozilla-2.0/browser/branding/unofficial/locales/browserconfig.properties

    diff -up mozilla-2.0/browser/branding/unofficial/locales/browserconfig.properties.orig mozilla-2.0/browser/branding/unofficial/locales/browserconfig.properties
    old new  
    11# Do NOT localize or otherwise change these values 
    2 browser.startup.homepage=about:home 
     2browser.startup.homepage=http://vinelinux.org/ 
  • mozilla-2.0/browser/branding/unofficial/pref/firefox-branding.js

    diff -up mozilla-2.0/browser/branding/unofficial/pref/firefox-branding.js.orig mozilla-2.0/browser/branding/unofficial/pref/firefox-branding.js
    old new  
    1 pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/"); 
    2 pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/"); 
    3 pref("browser.panorama.welcome_url", "http://www.mozilla.com/firefox/panorama/"); 
     1pref("startup.homepage_override_url","http://vinelinux.org/"); 
     2pref("startup.homepage_welcome_url","http://vinelinux.org/"); 
     3pref("browser.panorama.welcome_url", "http://vinelinux.org/"); 
    44// The time interval between checks for a new version (in seconds) 
    55// nightly=8 hours, official=24 hours 
    66pref("app.update.interval", 28800); 
  • mozilla-2.0/modules/libpref/src/init/all.js

    diff -up mozilla-2.0/modules/libpref/src/init/all.js.orig mozilla-2.0/modules/libpref/src/init/all.js
    old new pref("font.size.fixed.x-tibt", 13); 
    28022802 
    28032803/* PostScript print module prefs */ 
    28042804// pref("print.postscript.enabled",      true); 
    2805 pref("print.postscript.paper_size",    "letter"); 
     2805pref("print.postscript.paper_size",    "a4"); 
    28062806pref("print.postscript.orientation",   "portrait"); 
    28072807pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}"); 
    28082808 
Note: See TracBrowser for help on using the repository browser.