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

@ -19,6 +19,7 @@
"dom.permissions.testing.allowed_in_nonsecure_contexts": false,
"dom.serviceworker.enabled": false,
"dom.serviceworker.timeout_seconds": 60,
"dom.servo_helpers.enabled": false,
"dom.servoparser.async_html_tokenizer.enabled": false,
"dom.shadowdom.enabled": false,
"dom.svg.enabled": false,

View file

@ -3,3 +3,4 @@
// Files are sorted alphabetically. When committing polyfills
// order them with numbers, e.g. `01.innerhtml.js` will be executed before
// `05.jquery.js`
onunhandledrejection = (e) => console.error("xxxjdm error: " + JSON.stringify(e.reason));