mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1585 - Replace node.rootNode with node.getRootNode()
This removes the (default disabled) node.rootNode readonly attribute and replaces it with a node.getRootNode() function per WhatWG spec discussion. Based on work by John Dai <jdai@mozilla.com>
This commit is contained in:
parent
7359f90456
commit
7900742344
9 changed files with 128 additions and 89 deletions
|
|
@ -5393,13 +5393,6 @@ pref("layout.css.color-adjust.enabled", true);
|
|||
pref("dom.audiochannel.audioCompeting", false);
|
||||
pref("dom.audiochannel.audioCompeting.allAgents", false);
|
||||
|
||||
// Disable Node.rootNode in release builds.
|
||||
#ifdef RELEASE_OR_BETA
|
||||
pref("dom.node.rootNode.enabled", false);
|
||||
#else
|
||||
pref("dom.node.rootNode.enabled", true);
|
||||
#endif
|
||||
|
||||
// Default media volume
|
||||
pref("media.default_volume", "1.0");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue