mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
dom: Hide debugging extension methods behind a pref.
This commit is contained in:
parent
9fe92ecb4c
commit
e6cdfddea6
14 changed files with 19 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue