| Revision 1237,
3.9 KB
checked in by daisuke, 16 years ago
(diff) |
|
firefox: add vine specific files to svn repos.
|
-
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 |
| 176 | 176 | |
| 177 | 177 | pref("general.useragent.locale", "@AB_CD@"); |
| 178 | 178 | pref("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@"); |
| | 180 | pref("general.useragent.extra.firefox", "Firefox/@APP_VERSION@"); |
| 180 | 181 | |
| 181 | | pref("general.smoothScroll", false); |
| | 182 | pref("general.smoothScroll", true); |
| 182 | 183 | #ifdef UNIX_BUT_NOT_MAC |
| 183 | 184 | pref("general.autoScroll", false); |
| 184 | 185 | #else |
| … |
… |
pref("browser.shell.checkDefaultBrowser" |
| 193 | 194 | // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore |
| 194 | 195 | pref("browser.startup.page", 1); |
| 195 | 196 | pref("browser.startup.homepage", "resource:/browserconfig.properties"); |
| | 197 | pref("browser.startup.homepage_override.mstone", "ignore"); |
| 196 | 198 | |
| 197 | 199 | pref("browser.enable_automatic_image_resizing", true); |
| 198 | 200 | pref("browser.chrome.site_icons", true); |
| … |
… |
pref("browser.gesture.twist.right", ""); |
| 465 | 467 | pref("browser.gesture.twist.left", ""); |
| 466 | 468 | pref("browser.gesture.tap", "cmd_fullZoomReset"); |
| 467 | 469 | |
| | 470 | // Use LANG environment variable to choose locale |
| | 471 | pref("intl.locale.matchOS", true); |
| | 472 | |
| 468 | 473 | // 0=lines, 1=pages, 2=history , 3=text size |
| 469 | 474 | #ifdef XP_MACOSX |
| 470 | 475 | // On OS X, if the wheel has one axis only, shift+wheel comes through as a |
| … |
… |
pref("browser.backspace_action", 0); |
| 578 | 583 | // 0 = spellcheck nothing |
| 579 | 584 | // 1 = check multi-line controls [default] |
| 580 | 585 | // 2 = check multi/single line controls |
| 581 | | pref("layout.spellcheckDefault", 1); |
| | 586 | pref("layout.spellcheckDefault", 0); |
| 582 | 587 | |
| 583 | 588 | pref("browser.send_pings", false); |
| 584 | 589 | |
-
diff -up mozilla-1.9.2/browser/base/content/browser.xul.vine mozilla-1.9.2/browser/base/content/browser.xul
|
old
|
new
|
|
| 83 | 83 | #endif |
| 84 | 84 | titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" |
| 85 | 85 | windowtype="navigator:browser" |
| 86 | | screenX="4" screenY="4" |
| | 86 | screenX="4" screenY="4" width="925" height="9999" |
| 87 | 87 | browsingmode="normal" |
| 88 | 88 | persist="screenX screenY width height sizemode"> |
| 89 | 89 | |
-
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
|
|
| 1 | 1 | # Do NOT localize or otherwise change these values |
| 2 | | browser.startup.homepage=http://www.mozilla.org/projects/namoroka/ |
| | 2 | browser.startup.homepage=http://vinelinux.org/ |
| 3 | 3 | |
-
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/"); |
| | 1 | pref("startup.homepage_override_url","http://vinelinux.org/"); |
| | 2 | pref("startup.homepage_welcome_url","http://vinelinux.org/"); |
| 3 | 3 | // The time interval between checks for a new version (in seconds) |
| 4 | 4 | // nightly=8 hours, official=24 hours |
| 5 | 5 | pref("app.update.interval", 28800); |
Note: See
TracBrowser
for help on using the repository browser.