X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=enable-addons.patch;h=8b4bee817672a09be8165b74273db74a94b13e1e;hb=857cb074f29b5d661d223628d232c9172ae43eed;hp=daff8d16bdd3fb87a757f4f22e4a91bb414d1864;hpb=d0b96b40aba0e13a6e6042dde69a897b60072dd8;p=packages%2Fthunderbird.git diff --git a/enable-addons.patch b/enable-addons.patch index daff8d1..8b4bee8 100644 --- a/enable-addons.patch +++ b/enable-addons.patch @@ -5,23 +5,10 @@ // default. This does not include the application directory. See the SCOPE // constants in AddonManager.jsm for values to use here -pref("extensions.autoDisableScopes", 15); -+pref("extensions.autoDisableScopes", 0); ++pref("extensions.autoDisableScopes", 3); // Preferences for AMO integration pref("extensions.getAddons.cache.enabled", true); ---- comm-release/mozilla/toolkit/mozapps/extensions/XPIProvider.jsm.addons 2011-11-21 11:28:32.000000000 +0100 -+++ comm-release/mozilla/toolkit/mozapps/extensions/XPIProvider.jsm 2011-12-14 12:43:42.461184351 +0100 -@@ -1591,8 +1591,8 @@ var XPIProvider = { - this.showUpgradeUI(); - flushCaches = true; - } -- else if (aAppChanged === undefined) { -- // For new profiles we will never need to show the add-on selection UI -+ else { -+ // For all profiles we will never need to show the add-on selection UI - Services.prefs.setBoolPref(PREF_SHOWN_SELECTION_UI, true); - } - --- comm-release/suite/browser/browser-prefs.js~ 2013-11-06 19:54:38.789734061 +0100 +++ comm-release/suite/browser/browser-prefs.js 2013-11-06 20:55:33.765611935 +0100 @@ -616,7 +616,7 @@ @@ -29,7 +16,7 @@ // default. This does not include the application directory. See the SCOPE // constants in AddonManager.jsm for values to use here. -pref("extensions.autoDisableScopes", 15); -+pref("extensions.autoDisableScopes", 0); ++pref("extensions.autoDisableScopes", 3); // Preferences for AMO integration pref("extensions.getAddons.cache.enabled", true); // also toggles personalized recommendations @@ -40,7 +27,7 @@ // Disable add-ons that are not installed by the user in all scopes by default. // See the SCOPE constants in AddonManager.jsm for values to use here. -pref("extensions.autoDisableScopes", 15); -+pref("extensions.autoDisableScopes", 0); ++pref("extensions.autoDisableScopes", 3); // Dictionary download preference pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");