From 57ef40f7833c28fc4d6ad6b2903ca9f2f112b7a2 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Tue, 4 Apr 2023 21:48:39 +0800 Subject: 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 --- modules/libpref/init/all.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3