author | Barbara Miller <galgeek@me.com> |
Tue, 17 Feb 2015 23:04:27 +0000 | |
changeset 229652 | ae54f91e4b10609436409a43ac379235913083ba |
parent 229651 | f20cf9991555d47e8f6af2f46d2750c2a3ace079 |
child 229653 | 982b7c688f3f58f2615add7cad64fc89ba39ee5d |
push id | 28294 |
push user | ryanvm@gmail.com |
push date | Thu, 19 Feb 2015 01:30:38 +0000 |
treeherder | mozilla-central@360b5f211180 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dburns |
bugs | 1131219 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/marionette/client/marionette/geckoinstance.py | file | annotate | diff | comparison | revisions |
--- a/testing/marionette/client/marionette/geckoinstance.py +++ b/testing/marionette/client/marionette/geckoinstance.py @@ -24,16 +24,17 @@ class GeckoInstance(object): "browser.displayedE10SPrompt.4": 5, "browser.sessionstore.resume_from_crash": False, "browser.shell.checkDefaultBrowser": False, "browser.startup.page": 0, "browser.tabs.remote.autostart.1": False, "browser.tabs.remote.autostart.2": False, "browser.warnOnQuit": False, "dom.ipc.reportProcessHangs": False, + "focusmanager.testmode": True, "startup.homepage_welcome_url": "about:blank"} def __init__(self, host, port, bin, profile=None, app_args=None, symbols_path=None, gecko_log=None, prefs=None): self.marionette_host = host self.marionette_port = port self.bin = bin # Check if it is a Profile object or a path to profile