]> git.pld-linux.org Git - packages/thunderbird.git/blob - enable-addons.patch
- updated to 38.4.0
[packages/thunderbird.git] / enable-addons.patch
1 --- comm-release/mail/app/profile/all-thunderbird.js.old        2011-11-21 11:20:08.000000000 +0100
2 +++ comm-release/mail/app/profile/all-thunderbird.js    2011-12-14 12:40:24.074179826 +0100
3 @@ -138,7 +138,7 @@ pref("extensions.update.autoUpdateDefaul
4  // Disable add-ons installed into the shared user and shared system areas by
5  // default. This does not include the application directory. See the SCOPE
6  // constants in AddonManager.jsm for values to use here
7 -pref("extensions.autoDisableScopes", 15);
8 +pref("extensions.autoDisableScopes", 3);
9  
10  // Preferences for AMO integration
11  pref("extensions.getAddons.cache.enabled", true);
12 --- comm-release/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm.addons     2011-11-21 11:28:32.000000000 +0100
13 +++ comm-release/mozilla/toolkit/mozapps/extensions/internal/XPIProvider.jsm    2011-12-14 12:43:42.461184351 +0100
14 @@ -2102,11 +2102,9 @@ var XPIProvider = {
15  
16        AddonManagerPrivate.markProviderSafe(this);
17  
18 -      if (aAppChanged === undefined) {
19 -        // For new profiles we will never need to show the add-on selection UI
20 +        // For all profiles we will never need to show the add-on selection UI
21          Services.prefs.setBoolPref(PREF_SHOWN_SELECTION_UI, true);
22 -      }
23 -      else if (aAppChanged && !this.allAppGlobal &&
24 +      if (aAppChanged && !this.allAppGlobal &&
25                 Preferences.get(PREF_EM_SHOW_MISMATCH_UI, true)) {
26          if (!Preferences.get(PREF_SHOWN_SELECTION_UI, false)) {
27            // Flip a flag to indicate that we interrupted startup with an interactive prompt
28 --- comm-release/suite/browser/browser-prefs.js~        2013-11-06 19:54:38.789734061 +0100
29 +++ comm-release/suite/browser/browser-prefs.js 2013-11-06 20:55:33.765611935 +0100
30 @@ -616,7 +616,7 @@
31  // Disable add-ons installed into the shared user and shared system areas by
32  // default. This does not include the application directory. See the SCOPE
33  // constants in AddonManager.jsm for values to use here.
34 -pref("extensions.autoDisableScopes", 15);
35 +pref("extensions.autoDisableScopes", 3);
36  
37  // Preferences for AMO integration
38  pref("extensions.getAddons.cache.enabled", true);  // also toggles personalized recommendations
39 --- comm-release/mozilla/browser/app/profile/firefox.js~        2013-10-29 02:20:40.000000000 +0100
40 +++ comm-release/mozilla/browser/app/profile/firefox.js 2013-11-06 20:56:58.633092070 +0100
41 @@ -62,7 +62,7 @@
42  
43  // Disable add-ons that are not installed by the user in all scopes by default.
44  // See the SCOPE constants in AddonManager.jsm for values to use here.
45 -pref("extensions.autoDisableScopes", 15);
46 +pref("extensions.autoDisableScopes", 3);
47  
48  // Dictionary download preference
49  pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
This page took 0.030991 seconds and 3 git commands to generate.