diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2023-01-06 21:07:37 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2023-01-06 22:13:08 +0800 |
commit | b5f8fa64790d0ef75bfd79e72c9cd4a4098277f5 (patch) | |
tree | 9c92133410d592e3e953faa3d602c5263b62f2f2 /modules | |
parent | af3a27e8388fbb8cca9b30f2e8cbc0eb8ad9a336 (diff) | |
download | uxp-b5f8fa64790d0ef75bfd79e72c9cd4a4098277f5.tar.gz |
Issue #2084 - Part 1: Remove CSSUnprefixingService.js and associated code
It's effectively dead code since it's been supplanted by built-in webkit-prefixed-CSS support (landed before fork point in Firefox 49).
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1259348
Diffstat (limited to 'modules')
-rw-r--r-- | modules/libpref/init/all.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 1fb227be5f..26cbcd4315 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2522,12 +2522,6 @@ pref("layout.css.prefixes.webkit", true); // pref is set to false.) pref("layout.css.prefixes.device-pixel-ratio-webkit", false); -// Is the CSS Unprefixing Service enabled? (This service emulates support -// for certain vendor-prefixed properties & values, for sites on a "fixlist".) -pref("layout.css.unprefixing-service.enabled", true); -// Is the CSS Unprefixing Service whitelisted for all domains? -pref("layout.css.unprefixing-service.globally-whitelisted", false); - // Is support for the :scope selector enabled? pref("layout.css.scope-pseudo.enabled", true); |