Bug 252283
| Summary: | FontCache invalidation callback should be called on worker FontCaches too | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | Layout and Rendering | Assignee: | 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)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
See FontCache::invalidateAllFontCaches.
Radar WebKit Bug Importer
<rdar://problem/105759309>