From c0b5ec1c4354f38d5804a28132bd77cf237366c3 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Mon, 21 Sep 2009 13:33:25 -0400 Subject: [PATCH] Oops, I did not mean for mochitests to test IPC-plugins by default (yet). --- build/automation.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/build/automation.py.in b/build/automation.py.in index c74c4ac03a4..9e35cc2fe31 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -269,7 +269,6 @@ user_pref("browser.safebrowsing.provider.0.gethashURL", "http://localhost:8888/s user_pref("browser.safebrowsing.provider.0.keyURL", "http://localhost:8888/safebrowsing-dummy/newkey"); user_pref("browser.safebrowsing.provider.0.lookupURL", "http://localhost:8888/safebrowsing-dummy/lookup"); user_pref("browser.safebrowsing.provider.0.updateURL", "http://localhost:8888/safebrowsing-dummy/update"); -user_pref("dom.ipc.plugins.enabled", true); """ prefs.append(part)