зеркало из https://github.com/mozilla/gecko-dev.git
servo: Merge #18317 - Enable Custom Elements by Default (from cbrewster:custom_elements_enable); r=jdm
<!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #9372 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because enabling pref flag. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: e10e56930fa8733e47f0a201aa5a80a5dc7c2d10 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : daf04f94252c04ecacc3915292d7a96632d79d88
This commit is contained in:
Родитель
0baa0bf5c4
Коммит
9def490de8
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче