mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
#8539 Config preferences backend restructure
This commit is contained in:
parent
34fda66dfa
commit
8bfd4dc1e2
53 changed files with 1748 additions and 680 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue