Bug 1208242 - Part 3: don't ship things that should not ship r=me

This commit is contained in:
Fabrice Desré 2015-10-29 08:45:41 -07:00
parent 7aff8fea9e
commit 1ea1ae33d1
2 changed files with 0 additions and 10 deletions

View File

@ -1159,12 +1159,6 @@ pref("extensions.blocklist.interval", 86400);
pref("extensions.blocklist.url", "https://blocklist.addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/%PING_COUNT%/%TOTAL_PING_COUNT%/%DAYS_SINCE_LAST_PING%/");
pref("extensions.blocklist.detailsURL", "https://www.mozilla.com/%LOCALE%/blocklist/");
// ***** TESTING ONLY, DO NOT COMMIT
pref("extensions.blocklist.url", "https://people.mozilla.org/~fdesre/blocklist.xml");
pref("extensions.logging.enabled", true);
pref("extensions.blocklist.interval", 10);
// *****
// Because we can't have nice things.
#ifdef MOZ_GRAPHENE
#include ../graphene/graphene.js

View File

@ -210,10 +210,6 @@ this.DOMApplicationRegistry = {
dirKey: DIRECTORY_NAME,
init: function() {
// ***** TESTING ONLY, DO NOT COMMIT
AppsUtils.allowUnsignedAddons = true;
// *****
// Keep the messages in sync with the lazy-loading in browser.js (bug 1171013).
this.messages = ["Webapps:Install",
"Webapps:Uninstall",