Bug 300637
| Summary: | [Style] Reorganize some style/calc types to live under css/ | ||
|---|---|---|---|
| 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
Now that we are not bound by the platform layering border, we can reorganize some of the style/calc types that make more sense under css.
style/calc/StyleCalculationCategory.h -> css/values/primitives/CSSPrimitiveNumericCategory.h
style/calc/StyleCalculationRange.h (we can just remove this and use CSS::Range everywhere).
style/calc/StyleCalculationExecutor.h -> css/calc/CSSCalcExecutor.h
style/calc/StyleCalculationOperator.h -> css/calc/CSSCalcOperator.h
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/52247
EWS
Committed 301455@main (7c0d603d0b21): <https://commits.webkit.org/301455@main>
Reviewed commits have been landed. Closing PR #52247 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/162578096>