mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1375 - Merge CustomElements pref with Webcomponents Pref
This commit is contained in:
parent
ca48752304
commit
04a69cbc34
5 changed files with 4 additions and 6 deletions
|
|
@ -57,7 +57,6 @@ user_pref("media.gmp-manager.updateEnabled", false);
|
|||
user_pref("dom.w3c_touch_events.enabled", 1);
|
||||
user_pref("layout.accessiblecaret.enabled_on_touch", false);
|
||||
user_pref("dom.webcomponents.enabled", true);
|
||||
user_pref("dom.webcomponents.customelements.enabled", true);
|
||||
user_pref("dom.htmlimports.enabled", true);
|
||||
// Existing tests assume there is no font size inflation.
|
||||
user_pref("font.size.inflation.emPerLine", 0);
|
||||
|
|
@ -329,4 +328,4 @@ user_pref("plugin.load_flash_only", false);
|
|||
// cannot easily be upgraded.
|
||||
user_pref("media.libavcodec.allow-obsolete", true);
|
||||
|
||||
user_pref("media.openUnsupportedTypeWithExternalApp", false);
|
||||
user_pref("media.openUnsupportedTypeWithExternalApp", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue