summaryrefslogtreecommitdiffstats
path: root/modules/libpref/init/all.js
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-13 13:33:08 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-18 10:57:53 +0000
commit5744d59188e9efc89e48a5ccbaf42ecafd6faa15 (patch)
treeae4e0283a677330c2f912c2af7b96140cf86e5e4 /modules/libpref/init/all.js
parent45a976a5f1e83c3c2f7fcf85b1fa5315946f4c1a (diff)
downloadUXP-5744d59188e9efc89e48a5ccbaf42ecafd6faa15.tar
UXP-5744d59188e9efc89e48a5ccbaf42ecafd6faa15.tar.gz
UXP-5744d59188e9efc89e48a5ccbaf42ecafd6faa15.tar.lz
UXP-5744d59188e9efc89e48a5ccbaf42ecafd6faa15.tar.xz
UXP-5744d59188e9efc89e48a5ccbaf42ecafd6faa15.zip
Issue #1682 - Remove vibrator DOM interface and support code.
Diffstat (limited to 'modules/libpref/init/all.js')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index d3afed9ec..caad593b8 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4741,10 +4741,6 @@ pref("dom.event.handling-user-input-time-limit", 1000);
// Whether we should layerize all animated images (if otherwise possible).
pref("layout.animated-image-layers.enabled", false);
-pref("dom.vibrator.enabled", true);
-pref("dom.vibrator.max_vibrate_ms", 10000);
-pref("dom.vibrator.max_vibrate_list_len", 128);
-
// Abort API
pref("dom.abortController.enabled", true);