WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
234121
consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data structure
https://bugs.webkit.org/show_bug.cgi?id=234121
Summary
consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data st...
Cameron McCormack (:heycam)
Reported
2021-12-09 20:46:05 PST
SystemFallbackFontCache::m_characterFallbackMaps is a HashMap<Font*, HashMap<CharacterFallbackMapKey, Font*>, where CharacterFallbackMapKey holds a locale string, a UChar32 character, and a bool. We can probably find a better way to represent this.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-04-05 11:59:05 PDT
<
rdar://problem/91307792
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug