Skip to content

Commit

Permalink
Auto merge of #21232 - servo:jdm-patch-22, r=<try>
Browse files Browse the repository at this point in the history
Enable MutationObserver by default.

All of the WebIDL APIs are implemented, so we might as well have it enabled by default now. I've filed #21233 for the remaining test failures.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21232)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 23, 2018
2 parents c71fafa + 97ff88c commit 9306781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prefs.json
Expand Up @@ -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,
Expand Down

0 comments on commit 9306781

Please sign in to comment.