Add prefs to extend the "highlight all" option behavior in findbar

This commit is contained in:
wsdfhjxc
2017-02-20 15:35:32 +01:00
committed by roytam1
parent 6f9fa28641
commit 155a4418ec
+2
View File
@@ -754,6 +754,8 @@ pref("accessibility.typeaheadfind.autostart", true);
// 1 - "always" (case-sensitive)
// other - "auto" (case-sensitive for mixed-case input, insensitive otherwise)
pref("accessibility.typeaheadfind.casesensitive", 0);
pref("accessibility.typeaheadfind.highlightallbydefault", false);
pref("accessibility.typeaheadfind.highlightallremember", false);
pref("accessibility.typeaheadfind.linksonly", true);
pref("accessibility.typeaheadfind.startlinksonly", false);
pref("accessibility.typeaheadfind.timeout", 4000);