Bug 249561 - FontCaches should be invalidated under memory pressure
Summary: FontCaches should be invalidated under memory pressure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Cameron McCormack (:heycam)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-18 14:05 PST by Cameron McCormack (:heycam)
Modified: 2023-01-04 12:30 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2022-12-18 14:05:55 PST
The bug 234061 changes resulted in us not clearing as much font related data under memory pressure as we did previously.  Specifically, we don't end up calling FontCache::invalidate.
Comment 1 Radar WebKit Bug Importer 2022-12-18 14:06:13 PST
<rdar://problem/103498661>
Comment 2 Cameron McCormack (:heycam) 2023-01-03 16:51:26 PST
Pull request: https://github.com/WebKit/WebKit/pull/8171
Comment 3 EWS 2023-01-04 12:30:38 PST
Committed 258443@main (db0ade3c62fb): <https://commits.webkit.org/258443@main>

Reviewed commits have been landed. Closing PR #8171 and removing active labels.