Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/mobile.js

Issue 6203978345873408: Disable add-on compatibility checking (Closed)
Patch Set: Add comment Created March 1, 2015, 12:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/mobile.js
===================================================================
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -191,6 +191,13 @@
pref("extensions.strictCompatibility", false);
pref("extensions.minCompatibleAppVersion", "11.0");
+// We need to disable compatibility checking in Adblock Browser for now,
+// since it uses different versions than Firefox, and we don't want to modify
+// the embedded Adblock Plus at this point. In the future, Adblock Browser
+// should have its own app ID, and we should properly declare compatibility in
+// Adblock Plus.
+pref("extensions.checkCompatibility.nightly", false);
Wladimir Palant 2015/03/01 18:02:24 We have a toolkit compatibility entry, any idea wh
Felix Dahlke 2015/03/02 06:22:32 Well, giving the browser a different app ID and ad
+
pref("extensions.update.url", "https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%");
pref("extensions.update.background.url", "https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld