[Webkit-unassigned] [Bug 224277] New: Refactor font loading to make it possible for Worker to implement it
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 7 03:50:38 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224277
Bug ID: 224277
Summary: Refactor font loading to make it possible for Worker
to implement it
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: 224178
To support FontFace in OffscreenCanvas correctly, custom font loading needs to be possible on a Worker. Currently, custom font loading is tied to CachedFont, CachedResourceLoader and Document. It would be good to abstract this somewhat to make it easier to provide an alternative implementation of the loading portion that can be used by a Worker. I detailed a plan for this in bug 224178 and have a patch incoming so we can begin testing/discussion/review.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=224178
[Bug 224178] Implement FontFace in Workers for OffscreenCanvas
--
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/20210407/07d79be0/attachment.htm>
More information about the webkit-unassigned
mailing list