Updates:
        Status: Started
        Owner: yusu...@chromium.org

Comment #92 on issue 12530 by yusu...@chromium.org: Segfault when  
ResourceBundle::GetFont fails -- more font fallback needed?
http://code.google.com/p/chromium/issues/detail?id=12530

So, how about skipping the strcasecmp check below when we request a font for
BrowserUI? I'll send you a patch later.

[SkFontHost_fontconfig_direct.cpp]
         family_names_match =
           family.empty() ?
           true :
           strcasecmp((char *)post_config_family,
                      (char *)post_match_family) == 0;



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to