[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-153.0esr-16.0-1] fixup! BB 43322: Customize the font visibility lists.



Title: GitLab

morgan pushed to branch mullvad-browser-153.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • d890f6b8
    by Pier Angelo Vendrame at 2026-07-28T11:56:22+00:00
    fixup! BB 43322: Customize the font visibility lists.
    
    BB 44257: Disable locale-based font rules.
    
    We already try to enable locale-specific font in all languages instead,
    as long as they are available, or we provide bundled fonts to replace
    them.
    
    And in any case, this is a defense-in-depth, as locale-specific fonts
    are exlcuded anyway in RFP.
    

1 changed file:

Changes:

  • gfx/thebes/StandardFonts-win10.inc
    ... ... @@ -278,7 +278,7 @@ static const FontSubstitute kFontSubstitutes[] = {
    278 278
     
    
    279 279
     #endif
    
    280 280
     
    
    281
    -#ifdef FontInclusionByLocaleRules
    
    281
    +#if defined(FontInclusionByLocaleRules) && !defined(BASE_BROWSER_VERSION)
    
    282 282
     
    
    283 283
     FONT_RULE("arabic typesetting", {"ar", MatchSetting::StartsWith},
    
    284 284
               {"fa", MatchSetting::StartsWith})
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx