summaryrefslogtreecommitdiffstats
path: root/modules/libpref/init
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-11-13 13:33:08 +0000
committerMoonchild <moonchild@palemoon.org>2020-11-13 13:33:08 +0000
commit13f505539c5c0deff72cc1c007eaa9be1979d294 (patch)
treeb115bf7f8c8933412282687146cd4f55118c4806 /modules/libpref/init
parent5262e01a4e56b8727fba5710320ccc74918f1300 (diff)
downloadUXP-13f505539c5c0deff72cc1c007eaa9be1979d294.tar
UXP-13f505539c5c0deff72cc1c007eaa9be1979d294.tar.gz
UXP-13f505539c5c0deff72cc1c007eaa9be1979d294.tar.lz
UXP-13f505539c5c0deff72cc1c007eaa9be1979d294.tar.xz
UXP-13f505539c5c0deff72cc1c007eaa9be1979d294.zip
Issue #1682 - Remove vibrator DOM interface and support code.
Resolves #1682
Diffstat (limited to 'modules/libpref/init')
-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 ed59d1c53..bdea307e2 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4738,10 +4738,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);