summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@aol.com>2023-05-12 16:28:57 +0800
committerJob Bautista <jobbautista9@aol.com>2023-05-12 16:28:57 +0800
commitccb51f2f40205d913bcb0baa76b1dbd8dc2c81ed (patch)
treeaa0bc5bbfca8ebe8ace0056c3724be6269c0d777 /modules
parentecf05312e6e9b13bbf11781acd8e52788a77a943 (diff)
downloaduxp-ccb51f2f40205d913bcb0baa76b1dbd8dc2c81ed.tar.gz
Issue #2241 - Part 8: Remove non-working layout.css.DOM*.enabled prefs.
A follow-up to fdfe7a8245eb33db252f2a9a3474ac931f15a7d8.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 056630ea3b..7213ec0015 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2468,15 +2468,6 @@ pref("layout.css.scroll-snap.prediction-sensitivity", "0.750");
// Is support for basic shapes in clip-path enabled?
pref("layout.css.clip-path-shapes.enabled", true);
-// Is support for DOMPoint enabled?
-pref("layout.css.DOMPoint.enabled", true);
-
-// Is support for DOMQuad enabled?
-pref("layout.css.DOMQuad.enabled", true);
-
-// Is support for DOMMatrix enabled?
-pref("layout.css.DOMMatrix.enabled", true);
-
// Is support for GeometryUtils.getBoxQuads enabled?
pref("layout.css.getBoxQuads.enabled", true);