#8539 Config preferences backend restructure

This commit is contained in:
Peter Hall 2019-02-14 12:53:59 +00:00
parent 34fda66dfa
commit 8bfd4dc1e2
53 changed files with 1748 additions and 680 deletions

View file

@ -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).