Skip to content

Commit

Permalink
Add dom.shadowdom.enabled to preferences list
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Apr 26, 2019
1 parent 59c634b commit ccc4f7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/config/prefs.rs
Expand Up @@ -222,6 +222,9 @@ mod gen {
enabled: bool,
}
},
shadowdom: {
enabled: bool,
},
svg: {
enabled: bool,
},
Expand Down
1 change: 1 addition & 0 deletions resources/prefs.json
Expand Up @@ -19,6 +19,7 @@
"dom.serviceworker.enabled": false,
"dom.serviceworker.timeout_seconds": 60,
"dom.servoparser.async_html_tokenizer.enabled": false,
"dom.shadowdom.enabled": false,
"dom.svg.enabled": false,
"dom.testable_crash.enabled": false,
"dom.testbinding.enabled": false,
Expand Down

0 comments on commit ccc4f7c

Please sign in to comment.