Enable MutationObserver by default.

This commit is contained in:
Josh Matthews 2018-07-23 09:55:00 -04:00
parent c71fafaff7
commit 5d943c6dbd
11 changed files with 15 additions and 47 deletions

View file

@ -8,7 +8,7 @@
"dom.gamepad.enabled": false,
"dom.microdata.testing.enabled": true,
"dom.mouseevent.which.enabled": false,
"dom.mutation_observer.enabled": false,
"dom.mutation_observer.enabled": true,
"dom.permissions.enabled": false,
"dom.permissions.testing.allowed_in_nonsecure_contexts": false,
"dom.serviceworker.timeout_seconds": 60,