Bug 1291284 - enable 'Highlight All' and modal highlighting mode by default in Firefox. r?jaws draft
authorMike de Boer <mdeboer@mozilla.com>
Tue, 30 Aug 2016 17:19:03 +0200
changeset 407503 eee0c9001acea0967613317e50b10f98de1583f4
parent 407502 e4ea3e2f4993916a74c5956d21ced05f1c950878
child 529890 69b2134da49647fb874667df4733ce711e98a7c9
push id27982
push usermdeboer@mozilla.com
push dateTue, 30 Aug 2016 15:19:30 +0000
reviewersjaws
bugs1291284
milestone51.0a1
Bug 1291284 - enable 'Highlight All' and modal highlighting mode by default in Firefox. r?jaws MozReview-Commit-ID: 4dgkYB0wc6B
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -628,16 +628,18 @@ pref("network.protocol-handler.expose.ma
 pref("network.protocol-handler.expose.news", false);
 pref("network.protocol-handler.expose.snews", false);
 pref("network.protocol-handler.expose.nntp", false);
 
 pref("accessibility.typeaheadfind", false);
 pref("accessibility.typeaheadfind.timeout", 5000);
 pref("accessibility.typeaheadfind.linksonly", false);
 pref("accessibility.typeaheadfind.flashBar", 1);
+pref("findbar.highlightAll", true);
+pref("findbar.modalHighlight", true);
 
 // Tracks when accessibility is loaded into the previous session.
 pref("accessibility.loadedInLastSession", false);
 
 pref("plugins.click_to_play", true);
 pref("plugins.testmode", false);
 
 pref("plugin.default.state", 1);