Bug 1042876 - Reftest bustage to correctly disable remote connections for reftests [r=froydnj]

--HG--
extra : rebase_source : f2065bf559560fbc852d7e57e6d18bc5bcf65b40
This commit is contained in:
Ed Lee 2014-08-22 18:05:09 -07:00
parent b37f6afd24
commit a823ae58e9

View File

@ -179,6 +179,9 @@ class RefTest(object):
prefs['general.useragent.updates.enabled'] = False
# And for webapp updates. Yes, it is supposed to be an integer.
prefs['browser.webapps.checkForUpdates'] = 0
# And for about:newtab content fetch and pings.
prefs['browser.newtabpage.directory.source'] = 'data:application/json,{"reftest":1}'
prefs['browser.newtabpage.directory.ping'] = ''
if options.e10s:
prefs['browser.tabs.remote.autostart'] = True