Open Bug 1737876 Opened 4 years ago

Remove obsolete webrender args for ./mach wpt (listed in "--help")

Categories

(Testing :: web-platform-tests, task)

Default
task

Tracking

(Not tracked)

People

(Reporter: dholbert, Unassigned)

Details

STR:

  1. Run ./mach wpt --help and skim the results for webrender.

ACTUAL RESULTS:
The output includes:

  --enable-webrender    Enable the WebRender compositor in Gecko (defaults to disabled).
  --no-enable-webrender
                        Disable the WebRender compositor in Gecko.

EXPECTED RESULTS:
No such args should be available anymore; webrender is now the only supported graphics backend and I don't think it's possible to run gecko trunk in any other configuration (due to removal of now-dead code, etc.)

Also, notably the "defaults to disabled" parenthetical is now effectively incorrect (since webrender defaults to & is necessarily enabled).

You need to log in before you can comment on or make changes to this bug.