mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
prefs: Move some DebugOptions
to Preferences
and clean up (#34998)
- Move options configuring antialiasing and WebRender shader precache to the `Preferences` to group them with other related WebRender and DOM settings. - Remove the option to disable antialiasing for canvases. This was unused. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
e1b4649faf
commit
2d09552234
12 changed files with 24 additions and 81 deletions
2
tests/wpt/meta/MANIFEST.json
vendored
2
tests/wpt/meta/MANIFEST.json
vendored
|
@ -503873,7 +503873,7 @@
|
|||
[]
|
||||
],
|
||||
"executorservo.py": [
|
||||
"8b6db6091a84e9e83ec8d161fc86b1d0387f41e6",
|
||||
"bc2021e1f5c05d55ce5a2a3fa35518efdd616415",
|
||||
[]
|
||||
],
|
||||
"executorservodriver.py": [
|
||||
|
|
|
@ -231,7 +231,7 @@ class ServoRefTestExecutor(ServoExecutor):
|
|||
extra_args = ["--exit",
|
||||
"--output=%s" % output_path,
|
||||
"--window-size", viewport_size or "800x600"]
|
||||
debug_opts = "disable-text-aa,replace-surrogates"
|
||||
debug_opts = "replace-surrogates"
|
||||
|
||||
if dpi:
|
||||
extra_args += ["--device-pixel-ratio", dpi]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue