[Webkit-unassigned] [Bug 220858] New: Move FontCascadeCache onto FontCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 03:40:41 PST 2021


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

            Bug ID: 220858
           Summary: Move FontCascadeCache onto FontCache
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clord at igalia.com
            Blocks: 202793

Currently, FontCascadeCache is a singleton and is managed by some static global functions. This isn't particularly clear as it doesn't follow the convention of being a class with a singleton() method (it's just a typedef of a HashMap). I think it makes sense to integrate it with FontCache - this works well for making FontCache thread-safe, as the FontCascadeCache is also a requirement of using fonts and both can be managed easily using the same lock.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=202793
[Bug 202793] Implement text rendering on OffscreenCanvas in a Worker
-- 
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/20210122/eba23435/attachment.htm>


More information about the webkit-unassigned mailing list