Bug 306235
| Summary: | Cache measureText calls that use GlyphOverflow | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
| Component: | Layout and Rendering | Assignee: | Gerald Squelart <g_squelart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 306059 | ||
| Bug Blocks: | |||
Gerald Squelart
measureText calls from canvas don’t use the width cache currently, because they request the GlyphOverflow extents as well as the width, and this isn’t supported by the current cache.
rdar://168526001
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/57225
EWS
Committed 306839@main (5bc70c9bb57b): <https://commits.webkit.org/306839@main>
Reviewed commits have been landed. Closing PR #57225 and removing active labels.