gecko-dev/devtools/shared/css
Emilio Cobos Álvarez 3da2b668f4 Bug 1599324 - Disable layout.css.zoom-transform-hack.enabled for now. r=boris
People do like to use zoom along with transforms for legit reasons, which means
that we get this wrong.

This is unfortunate, as the whole point of the hack was fixing sites that only
used zoom without regressing sites that would do:

  zoom: 0.5;
  -moz-transform: scale(0.5);
  transform-origin: 0 0;

So we're a bit stuck here. The only way to deal with the known regressions is
parsing `zoom: 1` as invalid, which is insane, and it would probably cause other
compat issues... For now disable the pref.

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

--HG--
extra : moz-landing-system : lando
2019-11-27 22:00:15 +00:00
..
generated Bug 1599324 - Disable layout.css.zoom-transform-hack.enabled for now. r=boris 2019-11-27 22:00:15 +00:00
color-db.js Bug 1478156 - Make color picker tooltip screen reader accessible, r=yzen,gl 2019-07-15 11:01:04 +00:00
color.js Bug 1568053 - Create node actor method for getting complex bg color data for text nodes and refactor existing contrast calculation methods, r=yzen,gl 2019-08-16 00:55:26 +00:00
constants.js Bug 713106: Lock/unlock :visited pseudo-class. r=pbro 2019-09-13 22:12:29 +00:00
lexer.js Bug 1561435 - Format remaining devtools/, a=automatic-formatting, CLOSED TREE 2019-07-05 11:29:32 +02:00
moz.build Bug 1500469 - Don't require /shared/css/properties-db.js in the inspector client. r=mtigley 2018-10-19 17:40:31 -04:00
parsing-utils.js Bug 1593921 - Use eslint-disable-next-line to disable complexity checks in DevTools r=pbro 2019-11-05 14:29:04 +00:00
properties-db.js Bug 1561435 - Format remaining devtools/, a=automatic-formatting, CLOSED TREE 2019-07-05 11:29:32 +02:00