mirror of
https://github.com/servo/servo.git
synced 2025-07-26 16:50:23 +01:00
browserhtml update
This commit is contained in:
parent
6b039612ba
commit
3a05f387a0
4 changed files with 13 additions and 10 deletions
|
@ -131,7 +131,10 @@ class PostBuildCommands(CommandBase):
|
|||
if browserhtml_path is None:
|
||||
print("Could not find browserhtml package; perhaps you haven't built Servo.")
|
||||
return 1
|
||||
args = args + ['-w', '-b', '--pref', 'dom.mozbrowser.enabled',
|
||||
args = args + ['-w', '-b',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.quit-on-escape.enabled=false',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
args = args + params
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue