Update test expectations, remove webrender prefs/cmd line.

This commit is contained in:
Glenn Watson 2016-09-28 18:42:30 +10:00
parent f562c426e3
commit dd4827d85f
8 changed files with 3 additions and 13 deletions

View file

@ -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',