mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update test expectations, remove webrender prefs/cmd line.
This commit is contained in:
parent
f562c426e3
commit
dd4827d85f
8 changed files with 3 additions and 13 deletions
|
@ -307,7 +307,7 @@ class PackageCommands(CommandBase):
|
|||
delete(dir_to_package + '/build/' + f)
|
||||
print("Writing runservo.sh")
|
||||
# TODO: deduplicate this arg list from post_build_commands
|
||||
servo_args = ['-w', '-b',
|
||||
servo_args = ['-b',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
|
|
|
@ -98,8 +98,7 @@ class PostBuildCommands(CommandBase):
|
|||
# Convert to a relative path to avoid mingw -> Windows path conversions
|
||||
browserhtml_path = path.relpath(browserhtml_path, os.getcwd())
|
||||
|
||||
args = args + ['-w',
|
||||
'--pref', 'dom.mozbrowser.enabled',
|
||||
args = args + ['--pref', 'dom.mozbrowser.enabled',
|
||||
'--pref', 'dom.forcetouch.enabled',
|
||||
'--pref', 'shell.builtin-key-shortcuts.enabled=false',
|
||||
path.join(browserhtml_path, 'out', 'index.html')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue