зеркало из https://github.com/mozilla/pjs.git
Bug #345574 --> get themes and get add-ons links in the add-ons dialog are no longer working. Try to fix some of the regressions caused by Bug #348076. package the new url formatter service in toolkit.
This commit is contained in:
Родитель
0da0968ed7
Коммит
843c7e674a
|
@ -105,7 +105,7 @@ pref("app.update.showInstalledUI", false);
|
|||
pref("extensions.blocklist.enabled", true);
|
||||
pref("extensions.blocklist.interval", 86400);
|
||||
pref("extensions.blocklist.url", "https://addons.mozilla.org/blocklist/1/%APP_ID%/%APP_VERSION%/");
|
||||
pref("extensions.blocklist.detailsURL", "http://www.mozilla.com/blocklist/");
|
||||
pref("extensions.blocklist.detailsURL", "http://%LOCALE%.www.mozilla.com/%LOCALE%/blocklist/");
|
||||
|
||||
// Developers can set this to |true| if they are constantly changing files in their
|
||||
// extensions directory so that the extension system does not constantly think that
|
||||
|
@ -127,8 +127,8 @@ pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.pro
|
|||
pref("extensions.update.interval", 86400); // Check for updates to Extensions and
|
||||
// Themes every week
|
||||
// Non-symmetric (not shared by extensions) extension-specific [update] preferences
|
||||
pref("extensions.getMoreExtensionsURL", "chrome://mozapps/locale/extensions/extensions.properties");
|
||||
pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensions.properties");
|
||||
pref("extensions.getMoreExtensionsURL", "http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/extensions/");
|
||||
pref("extensions.getMoreThemesURL", "http://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/%VERSION%/themes/");
|
||||
pref("extensions.dss.enabled", false); // Dynamic Skin Switching
|
||||
pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after next
|
||||
|
||||
|
|
|
@ -484,6 +484,8 @@ components/nsExtensionManager.js
|
|||
components/nsUpdateService.js
|
||||
components/extensions.xpt
|
||||
components/update.xpt
|
||||
components/nsURLFormatter.js
|
||||
components/urlformatter.xpt
|
||||
|
||||
; talkback
|
||||
components/libqfaservices.so
|
||||
|
|
|
@ -286,6 +286,8 @@ bin\components\nsPostUpdateWin.js
|
|||
bin\components\extensions.xpt
|
||||
bin\components\update.xpt
|
||||
bin\components\websrvcs.xpt
|
||||
bin\components\nsURLFormatter.js
|
||||
bin\components\urlformatter.xpt
|
||||
|
||||
; psm2
|
||||
; Optional - only if you need HTTPS support
|
||||
|
|
Загрузка…
Ссылка в новой задаче