Bug 287776
| Summary: | Add WebCore::PlatformDynamicRangeLimit | ||
|---|---|---|---|
| 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: | 287335, 287710 | ||
| Bug Blocks: | 288248 | ||
Gerald Squelart
WebCore::DynamicRangeLimit will interpret the dynamic-range-limit CSS property (WebCore::Style::DynamicRangeLimit), and store it as a single value that can later be applied to the target graphic layers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144952110>
Gerald Squelart
https://bugs.webkit.org/show_bug.cgi?id=287710 will probably land first, and will change some value names!
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/40691
Gerald Squelart
Renaming the new platform-side type to FlatDynamicRangeLimit to avoid confusion with CSS & Style types.
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/40835
Gerald Squelart
Ignore that last PR, it's a WIP patch on top of the first&only PR here.
Note to self: Destroy that WIP branch before it gets wrongly integrated along with the good PR!
EWS
Committed 290795@main (b982e9c07525): <https://commits.webkit.org/290795@main>
Reviewed commits have been landed. Closing PR #40691 and removing active labels.
Gerald Squelart
Final naming was PlatformDynamicRangeLimit.