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

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

Issue 29329014: Issue 3128 - The default search engine is removed if it was one of those removed by issue 3047 (ABB… (Closed)
Patch Set: Created Oct. 9, 2015, 1:22 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 | toolkit/components/search/nsSearchService.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/app/mobile.js
diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js
index a8b214923ca9d7b72456ed3d602d9aa9fb43ca58..b0895f21fa96e553f8dd6192e2e02d44423e79ba 100644
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -266,6 +266,9 @@ pref("browser.xul.error_pages.expert_bad_cert", false);
pref("browser.search.order.1", "chrome://browser/locale/region.properties");
pref("browser.search.order.2", "chrome://browser/locale/region.properties");
pref("browser.search.order.3", "chrome://browser/locale/region.properties");
+// Added 4+5 according to https://issues.adblockplus.org/ticket/3128
+pref("browser.search.order.4", "chrome://browser/locale/region.properties");
+pref("browser.search.order.5", "chrome://browser/locale/region.properties");
// Market-specific search defaults
// Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/3003.
@@ -277,6 +280,9 @@ pref("browser.search.defaultenginename.US", "chrome://browser/locale/region.prop
pref("browser.search.order.US.1", "chrome://browser/locale/region.properties");
pref("browser.search.order.US.2", "chrome://browser/locale/region.properties");
pref("browser.search.order.US.3", "chrome://browser/locale/region.properties");
+// Added 4+5 (just in case) according to https://issues.adblockplus.org/ticket/3128
+pref("browser.search.order.US.4", "chrome://browser/locale/region.properties");
+pref("browser.search.order.US.5", "chrome://browser/locale/region.properties");
// disable updating
pref("browser.search.update", false);
« no previous file with comments | « no previous file | toolkit/components/search/nsSearchService.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld