Bug 252283

Summary: FontCache invalidation callback should be called on worker FontCaches too
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.