mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1180560 - enable fontconfig platform fontlist in release builds. r=karlt,cam
This commit is contained in:
parent
a577685542
commit
8fd9e61680
@ -50,8 +50,8 @@ skip-if(B2G||Mulet) fails-if(Android) random-if(gtkWidget) == src-list-local-ps.
|
||||
random-if(!cocoaWidget) == helveticaneue-ultra.html helveticaneue-ultra-ref.html
|
||||
|
||||
HTTP(..) == order-1.html order-1-ref.html
|
||||
pref(layout.css.unicode-range.enabled,true) random-if(gtkWidget) HTTP(..) == order-2.html order-2-ref.html # enable new linux font backend, bug 1180560
|
||||
pref(layout.css.unicode-range.enabled,true) random-if(gtkWidget) HTTP(..) == order-3.html order-3-ref.html # enable new linux font backend, bug 1180560
|
||||
pref(layout.css.unicode-range.enabled,true) HTTP(..) == order-2.html order-2-ref.html
|
||||
pref(layout.css.unicode-range.enabled,true) HTTP(..) == order-3.html order-3-ref.html
|
||||
HTTP(..) == multiple-in-family-1.html multiple-in-family-1-ref.html
|
||||
HTTP(..) == multiple-in-family-1b.html multiple-in-family-1-ref.html
|
||||
HTTP(..) != multiple-in-family-1.html multiple-in-family-1-notref.html
|
||||
|
@ -3881,11 +3881,7 @@ pref("intl.ime.use_simple_context_on_password_field", false);
|
||||
# gfxPangoFontGroup/gfxFontconfigUtils code for handling system fonts
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("gfx.font_rendering.fontconfig.fontlist.enabled", false);
|
||||
#else
|
||||
pref("gfx.font_rendering.fontconfig.fontlist.enabled", true);
|
||||
#endif
|
||||
|
||||
// maximum number of fonts to substitute for a generic
|
||||
pref("gfx.font_rendering.fontconfig.max_generic_substitutions", 3);
|
||||
|
Loading…
Reference in New Issue
Block a user