Bug 1281462 - Disable the modal highlight feature on Nightly for now. r?Gijs draft
authorMike de Boer <mdeboer@mozilla.com>
Fri, 24 Jun 2016 15:22:51 +0200
changeset 381143 48c8a2a60813a5c550f8c465a1d51049411c5d71
parent 381142 9dac1358aaadcea90aca05b170fc8bc59e097d52
child 523893 3c093f093386be9c7923c5f3844337d0154c01fb
push id21403
push usermdeboer@mozilla.com
push dateFri, 24 Jun 2016 13:24:37 +0000
reviewersGijs
bugs1281462
milestone50.0a1
Bug 1281462 - Disable the modal highlight feature on Nightly for now. r?Gijs MozReview-Commit-ID: IEWAsQb9l2h
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -612,18 +612,16 @@ 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.update.url", "https://www.mozilla.org/%LOCALE%/plugincheck/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=plugincheck-update");
 pref("plugins.update.notifyUser", false);
 
 pref("plugins.click_to_play", true);