Bug 1281462 - Disable the modal highlight feature on Nightly for now. r?mikedeboer draft
authorJared Wein <jwein@mozilla.com>
Thu, 23 Jun 2016 12:35:56 -0400
changeset 380930 eb7e9edc7c0e007c9703fe5d4431d699359f7b6a
parent 377637 0cdadfe2548071a155138fa486b7ed7753f68bee
child 523839 79edc28526b075725e492ea578ee8caebcadf589
push id21347
push userjwein@mozilla.com
push dateThu, 23 Jun 2016 16:36:14 +0000
reviewersmikedeboer
bugs1281462
milestone50.0a1
Bug 1281462 - Disable the modal highlight feature on Nightly for now. r?mikedeboer MozReview-Commit-ID: F9qqf6PaIHM
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -613,17 +613,16 @@ pref("network.protocol-handler.expose.ne
 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);