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.

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