WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
271396
[Skia] Create the font manager on demand when first needed
https://bugs.webkit.org/show_bug.cgi?id=271396
Summary
[Skia] Create the font manager on demand when first needed
Carlos Garcia Campos
Reported
2024-03-21 10:25:09 PDT
We are creating the font manager in FontCache::platformInit(), but that's only called once for all the instances. This makes all offscreen canvas tests rendering text to crash, because the FontCache in the worker thread doesn't have a font manager.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2024-03-21 10:33:43 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/26252
EWS
Comment 2
2024-03-21 12:01:15 PDT
Committed
276483@main
(82bbfe731a36): <
https://commits.webkit.org/276483@main
> Reviewed commits have been landed. Closing PR #26252 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-03-21 12:02:15 PDT
<
rdar://problem/125183297
>
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