Bug 314110
| Summary: | [Style] Unify numeric type resolution functions (part 1) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
The goal of this refactoring is to unify the way `CSSPrimitiveValue` values get resolved.
In the end, all the `resolveAs{Type}...()` functions on `CSSPrimitiveValue` should be gone and callers should be using some `Style::toStyleFromCSSValue()` function for the conversion.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/64287
EWS
Committed 312965@main (282da0f6ab84): <https://commits.webkit.org/312965@main>
Reviewed commits have been landed. Closing PR #64287 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/176730674>