source: projects/specs/trunk/f/firefox/firefox-3.6-vine.patch @ 1237

Revision 1237, 3.9 KB checked in by daisuke, 14 years ago (diff)

firefox: add vine specific files to svn repos.

  • mozilla-1.9.2/browser/app/profile/firefox.js

    diff -up mozilla-1.9.2/browser/app/profile/firefox.js.vine mozilla-1.9.2/browser/app/profile/firefox.js
    old new pref("keyword.URL", "chrome://browser-re 
    176176 
    177177pref("general.useragent.locale", "@AB_CD@"); 
    178178pref("general.skins.selectedSkin", "classic/1.0"); 
    179 pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); 
     179//pref("general.useragent.extra.firefox", "@APP_UA_NAME@/@APP_VERSION@"); 
     180pref("general.useragent.extra.firefox", "Firefox/@APP_VERSION@"); 
    180181 
    181 pref("general.smoothScroll", false); 
     182pref("general.smoothScroll", true); 
    182183#ifdef UNIX_BUT_NOT_MAC 
    183184pref("general.autoScroll", false); 
    184185#else 
    pref("browser.shell.checkDefaultBrowser" 
    193194// The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore 
    194195pref("browser.startup.page",                1); 
    195196pref("browser.startup.homepage",            "resource:/browserconfig.properties"); 
     197pref("browser.startup.homepage_override.mstone", "ignore"); 
    196198 
    197199pref("browser.enable_automatic_image_resizing", true); 
    198200pref("browser.chrome.site_icons", true); 
    pref("browser.gesture.twist.right", ""); 
    465467pref("browser.gesture.twist.left", ""); 
    466468pref("browser.gesture.tap", "cmd_fullZoomReset"); 
    467469 
     470// Use LANG environment variable to choose locale 
     471pref("intl.locale.matchOS", true); 
     472 
    468473// 0=lines, 1=pages, 2=history , 3=text size 
    469474#ifdef XP_MACOSX 
    470475// On OS X, if the wheel has one axis only, shift+wheel comes through as a 
    pref("browser.backspace_action", 0); 
    578583// 0 = spellcheck nothing 
    579584// 1 = check multi-line controls [default] 
    580585// 2 = check multi/single line controls 
    581 pref("layout.spellcheckDefault", 1); 
     586pref("layout.spellcheckDefault", 0); 
    582587 
    583588pref("browser.send_pings", false); 
    584589 
  • mozilla-1.9.2/browser/base/content/browser.xul

    diff -up mozilla-1.9.2/browser/base/content/browser.xul.vine mozilla-1.9.2/browser/base/content/browser.xul
    old new  
    8383#endif 
    8484        titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" 
    8585        windowtype="navigator:browser" 
    86         screenX="4" screenY="4" 
     86        screenX="4" screenY="4" width="925" height="9999" 
    8787        browsingmode="normal" 
    8888        persist="screenX screenY width height sizemode">  
    8989 
  • mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties

    diff -up mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties.vine mozilla-1.9.2/browser/branding/unofficial/locales/browserconfig.properties
    old new  
    11# Do NOT localize or otherwise change these values 
    2 browser.startup.homepage=http://www.mozilla.org/projects/namoroka/ 
     2browser.startup.homepage=http://vinelinux.org/ 
    33 
  • mozilla-1.9.2/browser/branding/unofficial/pref/firefox-branding.js

    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
    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/"); 
     1pref("startup.homepage_override_url","http://vinelinux.org/"); 
     2pref("startup.homepage_welcome_url","http://vinelinux.org/"); 
    33// The time interval between checks for a new version (in seconds) 
    44// nightly=8 hours, official=24 hours 
    55pref("app.update.interval", 28800); 
Note: See TracBrowser for help on using the repository browser.