mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1032799 - Pass -chrome argument to B2G Desktop. r=jgriffin
This commit is contained in:
parent
51b08b6621
commit
c812d8ad9d
@ -79,6 +79,9 @@ class GeckoInstance(object):
|
||||
class B2GDesktopInstance(GeckoInstance):
|
||||
required_prefs = {"focusmanager.testmode": True}
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super(B2GDesktopInstance, self).__init__(**kwargs)
|
||||
self.app_args += ['-chrome', 'chrome://b2g/content/shell.html']
|
||||
|
||||
class NullOutput(object):
|
||||
def __call__(self, line):
|
||||
|
Loading…
Reference in New Issue
Block a user