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 Custom Elements by Default #18317

Merged
merged 2 commits into from Sep 1, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Enable custom elements by default

  • Loading branch information
cbrewster committed Aug 31, 2017
commit 375a9ad86a65d837f57ba65fa0088940c2ba24d6
@@ -3,7 +3,7 @@
"dom.bluetooth.testing.enabled": false,
"dom.canvas-text.enabled": false,
"dom.compositionevent.enabled": false,
"dom.customelements.enabled": false,
"dom.customelements.enabled": true,
"dom.forcetouch.enabled": false,
"dom.gamepad.enabled": false,
"dom.mouseevent.which.enabled": false,

This file was deleted.

"testharness"
],
"mozilla/interfaces.html": [
"48028c5a9b401bab52a155c8820140a65dbc2f11",
"a7ed38b6069caffd87d9573978e6ef9938d87753",
"testharness"
],
"mozilla/interfaces.js": [
@@ -43,6 +43,7 @@
"DOMRect",
"DOMRectReadOnly",
"Comment",
"CustomElementRegistry",
"CustomEvent",
"Document",
"DocumentFragment",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.