Partial backout to try to fix failures. a=bustage
Partial backout to try to fix failures. a=bustage
--- a/testing/tools/profiles/createTestingProfile.py
+++ b/testing/tools/profiles/createTestingProfile.py
@@ -17,16 +17,17 @@ userPrefs = {
'browser.tabs.warnOnClose': 'false',
'browser.warnOnQuit': 'false',
'dom.allow_scripts_to_close_windows': 'true',
'dom.disable_open_during_load': 'false',
'dom.disable_window_flip': 'false',
'dom.disable_window_move_resize': 'false',
'layout.fire_onload_after_image_background_loads': 'true',
'javascript.options.showInConsole': 'true',
+ 'privacy.popups.firstTime': 'false',
'layout.debug.enable_data_xbl': 'true',
'shell.checkDefaultClient': 'false',
'browser.EULA.override': 'true'
}
def usage():
print "python " + sys.argv[0] + " --binary=binary_location [--profileName=default] [--clobber] [--help]"