Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable MutationObserver by default. #21232

Merged
merged 1 commit into from Jul 27, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Enable MutationObserver by default.

  • Loading branch information
jdm committed Jul 25, 2018
commit 5d943c6dbd0912f0dcd71e1c14a1b1267f804efa
@@ -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,

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -0,0 +1,9 @@
[microtasks-and-constructors.html]
[Microtasks evaluate immediately when the stack is empty inside the parser]
expected: FAIL

[Microtasks evaluate immediately when the stack is empty inside the parser, causing the checks on no attributes to fail]
expected: FAIL

[Microtasks evaluate afterward when the stack is not empty using createElement()]
expected: FAIL
@@ -1,6 +1,5 @@
[task_microtask_ordering.html]
type: testharness
expected: TIMEOUT
[Level 1 bossfight (synthetic click)]
expected: FAIL
bug: https://github.com/servo/servo/issues/1980
expected: TIMEOUT

@@ -34,18 +34,6 @@
[unhandledrejection: from Promise.reject, indirected through Promise.all]
expected: TIMEOUT

[delayed handling: a microtask delay before attaching a handler prevents both events (Promise.reject-created promise)]
expected: FAIL

[delayed handling: a microtask delay before attaching a handler prevents both events (immediately-rejected new Promise-created promise)]
expected: FAIL

[delayed handling: a microtask delay before attaching the handler, and before rejecting the promise, indirected through Promise.all]
expected: FAIL

[microtask nesting: attaching a handler inside a combination of mutationObserverMicrotask + promise microtasks]
expected: FAIL

[delayed handling: a nested-task delay before attaching a handler causes unhandledrejection]
expected: TIMEOUT

"testharness"
],
"mozilla/interfaces.html": [
"365c76c771b3d79a671b04047923f5644efb9b93",
"079065a1870bb9d3f790e9e8a3e17417c7195204",
"testharness"
],
"mozilla/interfaces.js": [
@@ -152,6 +152,8 @@
"MimeType",
"MimeTypeArray",
"MouseEvent",
"MutationObserver",
"MutationRecord",
"NamedNodeMap",
"Navigator",
"Node",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.