dom: Hide debugging extension methods behind a pref.

This commit is contained in:
Josh Matthews 2020-07-14 12:16:34 -04:00
parent 9fe92ecb4c
commit e6cdfddea6
14 changed files with 19 additions and 4 deletions

View file

@ -187,6 +187,9 @@ mod gen {
enabled: bool,
timeout_seconds: i64,
},
servo_helpers: {
enabled: bool,
},
servoparser: {
async_html_tokenizer: {
enabled: bool,