Bug 299278
| Summary: | [GTK][WPE] Use WidthIterator for simple text when Font::applyTransforms is not needed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Platform | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, fujii, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=297843 | ||
Carlos Garcia Campos
In 299354@main we introduced a build option to always use ComplexTextController even for simple text code path. However, there are cases in which we can use WidthIterator instead, for example when optimize for speed rendering mode is used, because we know Font::ApplyTransforms can be skipped.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/51105
EWS
Committed 300567@main (8cb04a3ecae3): <https://commits.webkit.org/300567@main>
Reviewed commits have been landed. Closing PR #51105 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/161398167>