[Erp5-report] r23930 - /erp5/trunk/products/ERP5Type/tests/prefs.js

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 1 14:27:17 CEST 2008


Author: fabien
Date: Wed Oct  1 14:26:55 2008
New Revision: 23930

URL: http://svn.erp5.org?rev=23930&view=rev
Log:
make prefs.js dinamic. This is made to be able to test file upload in zelenium tests : url have to be dinamic. Now it's a string in runFunctionTest.py so prefs.js file is not needed anymore.

Removed:
    erp5/trunk/products/ERP5Type/tests/prefs.js

Removed: erp5/trunk/products/ERP5Type/tests/prefs.js
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/prefs.js?rev=23929&view=auto
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/prefs.js (original)
+++ erp5/trunk/products/ERP5Type/tests/prefs.js (removed)
@@ -1,24 +1,0 @@
-// Don't ask if we want to switch default browsers
-user_pref("browser.shell.checkDefaultBrowser", false);
-
-// Disable pop-up blocking
-user_pref("browser.allowpopups", true);
-user_pref("dom.disable_open_during_load", false);
-
-// Configure us as the local proxy
-//user_pref("network.proxy.type", 2);
-
-// Disable security warnings
-user_pref("security.warn_submit_insecure", false);
-user_pref("security.warn_submit_insecure.show_once", false);
-user_pref("security.warn_entering_secure", false);
-user_pref("security.warn_entering_secure.show_once", false);
-user_pref("security.warn_entering_weak", false);
-user_pref("security.warn_entering_weak.show_once", false);
-user_pref("security.warn_leaving_secure", false);
-user_pref("security.warn_leaving_secure.show_once", false);
-user_pref("security.warn_viewing_mixed", false);
-user_pref("security.warn_viewing_mixed.show_once", false);
-
-// Disable "do you want to remember this password?"
-user_pref("signon.rememberSignons", false);




More information about the Erp5-report mailing list