From 1fd508f793a2d07f8aa69f8892925e40cddefd2a Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Tue, 4 Mar 2008 22:12:06 +0000 Subject: [PATCH] Bug 420955: make Error Console show chrome errors by default in testing profile, r=sayrer. Also port change from bug 420630 to runtests.pl.in git-svn-id: svn://10.0.0.236/trunk@247043 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/pgo/automation.py.in | 1 + mozilla/testing/mochitest/runtests.pl.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mozilla/build/pgo/automation.py.in b/mozilla/build/pgo/automation.py.in index 03ecebebc79..58dc21600c7 100644 --- a/mozilla/build/pgo/automation.py.in +++ b/mozilla/build/pgo/automation.py.in @@ -189,6 +189,7 @@ user_pref("security.warn_submit_insecure", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.warnOnQuit", false); user_pref("accessibility.typeaheadfind.autostart", false); +user_pref("javascript.options.showInConsole", true); """ prefs.append(part) diff --git a/mozilla/testing/mochitest/runtests.pl.in b/mozilla/testing/mochitest/runtests.pl.in index c02431c3031..f56207ff1b7 100644 --- a/mozilla/testing/mochitest/runtests.pl.in +++ b/mozilla/testing/mochitest/runtests.pl.in @@ -436,6 +436,8 @@ 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); +user_pref("javascript.options.showInConsole", true); PREFEND # Grant God-power to all the servers on which tests can run.