mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Bug 1042876 - Reftest bustage to correctly disable remote connections for reftests [r=froydnj]
--HG-- extra : rebase_source : f2065bf559560fbc852d7e57e6d18bc5bcf65b40
This commit is contained in:
parent
b37f6afd24
commit
a823ae58e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user