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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.7.0esr-13.5-1] 3 commits: Revert "Bug 42374: Check for spoof English in number conversions"



Title: GitLab

richard pushed to branch mullvad-browser-115.7.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 0daaf26b
    by Pier Angelo Vendrame at 2024-02-07T12:25:35+00:00
    Revert "Bug 42374: Check for spoof English in number conversions"
    
    This reverts commit a7932fac62c8a955bdc3f08a9b81b7f2562a4eff.
    
    We are instead backporting the uplifted commits.
    
  • c2feed1c
    by Pier Angelo Vendrame at 2024-02-07T12:25:35+00:00
    Bug 1875306 - Localize numbers in the underflow and overflow error messages. r=emilio
    
    Differential Revision: https://phabricator.services.mozilla.com/D198965
  • 7f263eaf
    by Pier Angelo Vendrame at 2024-02-07T12:25:35+00:00
    Bug 1875313 - Use en-US as a fallback when spoof English is enabled in ICUUtils. r=timhuang,tjr
    
    Differential Revision: https://phabricator.services.mozilla.com/D198967
    

1 changed file:

Changes:

  • intl/unicharutil/util/ICUUtils.cpp
    ... ... @@ -47,15 +47,13 @@ void ICUUtils::LanguageTagIterForContent::GetNext(nsACString& aBCP47LangTag) {
    47 47
     
    
    48 48
       if (mCurrentFallbackIndex < 2) {
    
    49 49
         mCurrentFallbackIndex = 2;
    
    50
    -    // Else take the app's locale:
    
    51
    -
    
    50
    +    // Else take the app's locale (or en-US, if spoof English applies):
    
    52 51
         const bool spoofLocale = nsContentUtils::SpoofLocaleEnglish() &&
    
    53 52
                                  !mContent->OwnerDoc()->AllowsL10n();
    
    54 53
         if (spoofLocale) {
    
    55 54
           aBCP47LangTag.AssignLiteral("en-US");
    
    56 55
           return;
    
    57 56
         }
    
    58
    -
    
    59 57
         nsAutoCString appLocale;
    
    60 58
         LocaleService::GetInstance()->GetAppLocaleAsBCP47(aBCP47LangTag);
    
    61 59
         return;
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits