diff options
author | Peter Hall <peterjoel@gmail.com> | 2019-02-14 12:53:59 +0000 |
---|---|---|
committer | Peter Hall <peterjoel@gmail.com> | 2019-03-20 15:01:26 +0000 |
commit | 8bfd4dc1e2f9c71ff3d1f9964565c43a6ae02278 (patch) | |
tree | 3e59f25c2588711f4185c6fbba16af293d1d3453 /docs | |
parent | 34fda66dfa5528f2b10a873e9a67417c6986c712 (diff) | |
download | servo-8bfd4dc1e2f9c71ff3d1f9964565c43a6ae02278.tar.gz servo-8bfd4dc1e2f9c71ff3d1f9964565c43a6ae02278.zip |
#8539 Config preferences backend restructure
Diffstat (limited to 'docs')
-rw-r--r-- | docs/COMMAND_LINE_ARGS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/COMMAND_LINE_ARGS.md b/docs/COMMAND_LINE_ARGS.md index 628013e51f2..a13d541a218 100644 --- a/docs/COMMAND_LINE_ARGS.md +++ b/docs/COMMAND_LINE_ARGS.md @@ -13,9 +13,9 @@ Only arguments that need more explanation will be documented here. ## Enable Experimental Features Use `--pref` to enable experimental features like experimental DOM API, JavaScript API and CSS properties. -e.g. To enable `flex` and `flex-direction` css properties: +e.g. To enable Web VR and Bluetooth features: ``` -./mach run -d -- --pref layout.flex.enabled --pref layout.flex-direction.enabled ... +./mach run -d -- --pref dom.webvr.enabled --pref dom.bluetooth.enabled ... ``` You can find all the available preferences at [resources/prefs.json](https://dxr.mozilla.org/servo/source/resources/prefs.json). |