[Webkit-unassigned] [Bug 234121] New: consider simplifying SystemFallbackFontCache::m_characterFallbackMaps data structure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 20:46:05 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234121

            Bug ID: 234121
           Summary: consider simplifying
                    SystemFallbackFontCache::m_characterFallbackMaps data
                    structure
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211210/af842cb8/attachment-0001.htm>


More information about the webkit-unassigned mailing list