Bug 309644
| Summary: | Clear ShapedTextCache on memory pressure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Text | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
FontCascadeCache::clearMeasurementCaches was not clearing the ShapedTextCache, which was introduced alongside the GlyphGeometryCache. This meant shaped text entries would persist even when the system signals memory pressure via releaseNoncriticalMemory.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/172247772>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/60334
EWS
Committed 309169@main (9a0fae3d3604): <https://commits.webkit.org/309169@main>
Reviewed commits have been landed. Closing PR #60334 and removing active labels.