Bug 62390 - Font update code needs a refactoring
Summary: Font update code needs a refactoring
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-09 12:13 PDT by Julien Chaffraix
Modified: 2011-06-09 12:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2011-06-09 12:13:07 PDT
Per discussion, the current design is very fragile and each time we miss an update, we have a potential crasher! (see bug 57756 for example).

We need to redesign the font handling not to have to manually call update and hopefully do some lazy initialization of the FontFallbackList