summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2023-04-04 21:48:39 +0800
committerJob Bautista <jobbautista9@protonmail.com>2023-04-05 21:22:17 +0800
commit57ef40f7833c28fc4d6ad6b2903ca9f2f112b7a2 (patch)
treebe0981dde97b73c5a6d93e2ddf2bf7b72ce1e641 /modules
parent3122de954751fe8df9a5fb786e5f8089ce778d9b (diff)
downloaduxp-57ef40f7833c28fc4d6ad6b2903ca9f2f112b7a2.tar.gz
Issue #2191 - Remove as much old fontconfig support as needed for Harfbuzz 7.1.0 update.
Based on Mozilla bugs 1119128, 1285533, and 1421964. gfx.font_rendering.fontconfig.fontlist.enabled is no longer available. gfxFontconfigUtils.h still exists, and will be removed in another commit. Just need more research on bug 1385029. Tag #1862
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 81ff58a16c..8c4c0b662d 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -4066,13 +4066,7 @@ pref("intl.ime.use_simple_context_on_password_field", true);
pref("intl.ime.use_simple_context_on_password_field", false);
#endif
-# enable new platform fontlist for linux on GTK platforms
-# temporary pref to allow flipping back to the existing
-# gfxPangoFontGroup/gfxFontconfigUtils code for handling system fonts
-
#ifdef MOZ_WIDGET_GTK
-pref("gfx.font_rendering.fontconfig.fontlist.enabled", true);
-
// maximum number of fonts to substitute for a generic
pref("gfx.font_rendering.fontconfig.max_generic_substitutions", 3);
#endif