Bug 1486964 - Disable -moz-touch-enabled in all channels. r=hiro

We've had it disabled on Nightly with no fallout for a while, and having it
enabled breaks websites with touch screens as described in this bug and related
ones.

Given the above, let's disable it in all channels, and we'll remove the code in
the next cycle.

Differential Revision: https://phabricator.services.mozilla.com/D56264

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-12-07 00:07:58 +00:00
parent e8b0862194
commit 1f5edf0f70

View File

@ -4999,7 +4999,7 @@
# Expose the media query -moz-touch-enabled to web content.
- name: layout.css.moz-touch-enabled.enabled
type: RelaxedAtomicBool
value: @IS_NOT_NIGHTLY_BUILD@
value: false
mirror: always
rust: true