Bug 290114
| Summary: | Minor cleanups identified during review of ComplexTextController | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
The code for `ComplexTextController::adjustGlyphsAndAdvances()` has multiple conditionals that never change during the text run, and could be avoided by making the method a template that would remove unneeded conditionals.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/147517437>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/42756
EWS
Committed 293130@main (fe228e0d18f6): <https://commits.webkit.org/293130@main>
Reviewed commits have been landed. Closing PR #42756 and removing active labels.