mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 420630: Disable typeahead find autostart in SeaMonkey mochitests. rs=Neil
This commit is contained in:
parent
baafe71f19
commit
24e628624c
@ -188,6 +188,7 @@ user_pref("signed.applets.codebase_principal_support", true);
|
||||
user_pref("security.warn_submit_insecure", false);
|
||||
user_pref("browser.shell.checkDefaultBrowser", false);
|
||||
user_pref("browser.warnOnQuit", false);
|
||||
user_pref("accessibility.typeaheadfind.autostart", false);
|
||||
"""
|
||||
prefs.append(part)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user