NEW 252283
FontCache invalidation callback should be called on worker FontCaches too
https://bugs.webkit.org/show_bug.cgi?id=252283
Summary FontCache invalidation callback should be called on worker FontCaches too
Cameron McCormack (:heycam)
Reported 2023-02-14 19:37:11 PST
We currently only call the FontCache invalidation callback on the main thread FontCache. I think this means that when the font environment changes and a worker thread canvas has a font selected, we won't update the font in response.
Attachments
Cameron McCormack (:heycam)
Comment 1 2023-02-14 19:37:49 PST
See FontCache::invalidateAllFontCaches.
Radar WebKit Bug Importer
Comment 2 2023-02-21 19:38:18 PST
Note You need to log in before you can comment on or make changes to this bug.