summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-04-06 22:20:55 +0000
committerMoonchild <moonchild@palemoon.org>2023-04-06 22:20:55 +0000
commit8e2788496d325b4b50b86d98125376b5dbdf7554 (patch)
tree41f55fbf8ca471100ba03e268487cce50535a7ba /modules
parent186d4b713200ce7369810bc4441ba0ac60119b1f (diff)
parent7fe1f000c7b3937f024eebffd651a1420cb9533e (diff)
downloaduxp-8e2788496d325b4b50b86d98125376b5dbdf7554.tar.gz
Merge pull request 'Update in-tree harfbuzz to 7.1.0, remove old fontconfig support on GTK systems, and cache ScaledFonts in gfxFont::GetScaledFont' (#2196) from jobbautista9/UXP:2191-cache-scaledfonts into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2196
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