diff options
author | Moonchild <moonchild@palemoon.org> | 2020-11-13 13:33:08 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-11-18 10:57:53 +0000 |
commit | 5744d59188e9efc89e48a5ccbaf42ecafd6faa15 (patch) | |
tree | ae4e0283a677330c2f912c2af7b96140cf86e5e4 /modules | |
parent | 45a976a5f1e83c3c2f7fcf85b1fa5315946f4c1a (diff) | |
download | UXP-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')
-rw-r--r-- | modules/libpref/init/all.js | 4 |
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); |