| Revision 3236,
3.7 KB
checked in by daisuke, 15 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
|
-
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", ""); |
| 507 | 507 | pref("browser.gesture.twist.left", ""); |
| 508 | 508 | pref("browser.gesture.tap", "cmd_fullZoomReset"); |
| 509 | 509 | |
| | 510 | // Use LANG environment variable to choose locale |
| | 511 | pref("intl.locale.matchOS", true); |
| | 512 | |
| 510 | 513 | // 0=lines, 1=pages, 2=history , 3=text size |
| 511 | 514 | #ifdef XP_MACOSX |
| 512 | 515 | // On OS X, if the wheel has one axis only, shift+wheel comes through as a |
| … |
… |
pref("browser.backspace_action", 0); |
| 628 | 631 | // 0 = spellcheck nothing |
| 629 | 632 | // 1 = check multi-line controls [default] |
| 630 | 633 | // 2 = check multi/single line controls |
| 631 | | pref("layout.spellcheckDefault", 1); |
| | 634 | pref("layout.spellcheckDefault", 0); |
| 632 | 635 | |
| 633 | 636 | pref("browser.send_pings", false); |
| 634 | 637 | |
-
diff -up mozilla-2.0/browser/base/content/browser.xul.orig mozilla-2.0/browser/base/content/browser.xul
|
old
|
new
|
|
| 88 | 88 | lightweightthemes="true" |
| 89 | 89 | lightweightthemesfooter="browser-bottombox" |
| 90 | 90 | windowtype="navigator:browser" |
| 91 | | screenX="4" screenY="4" |
| | 91 | screenX="4" screenY="4" width="1000" height="9999" |
| 92 | 92 | browsingmode="normal" |
| 93 | 93 | persist="screenX screenY width height sizemode"> |
| 94 | 94 | |
-
diff -up mozilla-2.0/browser/branding/unofficial/locales/browserconfig.properties.orig mozilla-2.0/browser/branding/unofficial/locales/browserconfig.properties
|
old
|
new
|
|
| 1 | 1 | # Do NOT localize or otherwise change these values |
| 2 | | browser.startup.homepage=about:home |
| | 2 | browser.startup.homepage=http://vinelinux.org/ |
-
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/"); |
| | 1 | pref("startup.homepage_override_url","http://vinelinux.org/"); |
| | 2 | pref("startup.homepage_welcome_url","http://vinelinux.org/"); |
| | 3 | pref("browser.panorama.welcome_url", "http://vinelinux.org/"); |
| 4 | 4 | // The time interval between checks for a new version (in seconds) |
| 5 | 5 | // nightly=8 hours, official=24 hours |
| 6 | 6 | pref("app.update.interval", 28800); |
-
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); |
| 2802 | 2802 | |
| 2803 | 2803 | /* PostScript print module prefs */ |
| 2804 | 2804 | // pref("print.postscript.enabled", true); |
| 2805 | | pref("print.postscript.paper_size", "letter"); |
| | 2805 | pref("print.postscript.paper_size", "a4"); |
| 2806 | 2806 | pref("print.postscript.orientation", "portrait"); |
| 2807 | 2807 | pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}"); |
| 2808 | 2808 | |
Note: See
TracBrowser
for help on using the repository browser.