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

Unified Diff: modules/libpref/init/all.js

Issue 29370606: Issue 4765 - Change minimum compatible versions (Closed)
Patch Set: Created Jan. 2, 2017, 3:21 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 | « mobile/android/app/mobile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/libpref/init/all.js
===================================================================
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4389,17 +4389,18 @@ pref("browser.history.allowReplaceState"
pref("browser.history.allowPopState", true);
pref("browser.history.maxStateObjectSize", 655360);
// XPInstall prefs
pref("xpinstall.whitelist.required", true);
// Only Firefox requires add-on signatures
pref("xpinstall.signatures.required", false);
pref("extensions.alwaysUnpack", false);
-pref("extensions.minCompatiblePlatformVersion", "2.0");
+// Changed min compat version. See https://issues.adblockplus.org/ticket/4765
+pref("extensions.minCompatiblePlatformVersion", "1.0");
pref("network.buffer.cache.count", 24);
pref("network.buffer.cache.size", 32768);
// Desktop Notification
pref("notification.feature.enabled", false);
// Web Notification
« no previous file with comments | « mobile/android/app/mobile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld