]> git.pld-linux.org Git - packages/seamonkey.git/blame - seamonkey-enable-addons.patch
- updated to 2.26, sync with iceape.spec
[packages/seamonkey.git] / seamonkey-enable-addons.patch
CommitLineData
c7d608a7
JB
1diff -up seamonkey-2.5/comm-release/mail/app/profile/all-thunderbird.js.old seamonkey-2.5/comm-release/mail/app/profile/all-thunderbird.js
2--- seamonkey-2.5/comm-release/mail/app/profile/all-thunderbird.js.old 2011-11-21 11:20:08.000000000 +0100
3+++ seamonkey-2.5/comm-release/mail/app/profile/all-thunderbird.js 2011-12-14 12:40:24.074179826 +0100
4@@ -138,7 +138,7 @@ pref("extensions.update.autoUpdateDefaul
5 // Disable add-ons installed into the shared user and shared system areas by
6 // default. This does not include the application directory. See the SCOPE
7 // constants in AddonManager.jsm for values to use here
8-pref("extensions.autoDisableScopes", 15);
9+pref("extensions.autoDisableScopes", 0);
10
11 // Preferences for AMO integration
12 pref("extensions.getAddons.cache.enabled", true);
13--- iceape-2.26/comm-release/mozilla/toolkit/mozapps/extensions/XPIProvider.jsm.orig 2014-05-14 18:10:44.574018230 +0200
14+++ iceape-2.26/comm-release/mozilla/toolkit/mozapps/extensions/XPIProvider.jsm 2014-05-14 18:13:00.020682073 +0200
15@@ -2051,7 +2051,7 @@
16 this.showUpgradeUI();
17 flushCaches = true;
18 }
19- else if (aAppChanged === undefined) {
20+ else {
21 // For new profiles we will never need to show the add-on selection UI
22 Services.prefs.setBoolPref(PREF_SHOWN_SELECTION_UI, true);
23 }
24--- iceape-2.22/comm-release/suite/browser/browser-prefs.js~ 2013-11-06 19:54:38.789734061 +0100
25+++ iceape-2.22/comm-release/suite/browser/browser-prefs.js 2013-11-06 20:55:33.765611935 +0100
26@@ -616,7 +616,7 @@
27 // Disable add-ons installed into the shared user and shared system areas by
28 // default. This does not include the application directory. See the SCOPE
29 // constants in AddonManager.jsm for values to use here.
30-pref("extensions.autoDisableScopes", 15);
31+pref("extensions.autoDisableScopes", 0);
32
33 // Preferences for AMO integration
34 pref("extensions.getAddons.cache.enabled", true); // also toggles personalized recommendations
35--- iceape-2.22/comm-release/mozilla/browser/app/profile/firefox.js~ 2013-10-29 02:20:40.000000000 +0100
36+++ iceape-2.22/comm-release/mozilla/browser/app/profile/firefox.js 2013-11-06 20:56:58.633092070 +0100
37@@ -62,7 +62,7 @@
38
39 // Disable add-ons that are not installed by the user in all scopes by default.
40 // See the SCOPE constants in AddonManager.jsm for values to use here.
41-pref("extensions.autoDisableScopes", 15);
42+pref("extensions.autoDisableScopes", 0);
43
44 // Dictionary download preference
45 pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
This page took 0.06377 seconds and 4 git commands to generate.