Bug 411218 - make the browser start in the foreground on mac talos a=anodelman r=rcampbell
This commit is contained in:
Родитель
da00f567c3
Коммит
f9581b7137
|
@ -60,7 +60,7 @@ def GenerateFirefoxCommandLine(firefox_path, profile_dir, url):
|
|||
if profile_dir:
|
||||
profile_arg = '-profile %s' % profile_dir
|
||||
|
||||
cmd = '%s %s %s' % (firefox_path,
|
||||
cmd = '%s -foreground %s %s' % (firefox_path,
|
||||
profile_arg,
|
||||
url)
|
||||
return cmd
|
||||
|
|
Загрузка…
Ссылка в новой задаче