Bug 289500
| Summary: | Refactor the way to set a dynamic range limit into CALayers | ||
|---|---|---|---|
| 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: | |||
| Bug Blocks: | 289152 | ||
Gerald Squelart
Currently at every location where we need to set a dynamic range limit into one or more CALayers, there is repeated code with some tests, and calling a CALayer setter with the appropriate argument.
But this makes it more difficult to adjust to still-changing APIs. All this repeated code could be moved to a single implementation point.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/146698266>
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/42220
EWS
Committed 291990@main (084a860905a9): <https://commits.webkit.org/291990@main>
Reviewed commits have been landed. Closing PR #42220 and removing active labels.