Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: abc036779a0ec7d36e020278f309d832a0137bea
https://github.com/WebKit/WebKit/commit/abc036779a0ec7d36e020278f309d832a0137bea
Author: Sam Weinig <[email protected]>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M
Source/WebCore/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp
R Source/WebCore/css/calc/CSSCalcTree+StyleCalculationValue.cpp
R Source/WebCore/css/calc/CSSCalcTree+StyleCalculationValue.h
M Source/WebCore/css/calc/CSSCalcValue.cpp
M Source/WebCore/css/calc/CSSCalcValue.h
A Source/WebCore/style/calc/StyleCalculationTree+Conversion.cpp
A Source/WebCore/style/calc/StyleCalculationTree+Conversion.h
M Source/WebCore/style/calc/StyleCalculationValue.cpp
M Source/WebCore/style/calc/StyleCalculationValue.h
M Source/WebCore/style/calc/StyleCalculationValueMap.cpp
M Source/WebCore/style/calc/StyleCalculationValueMap.h
M Source/WebCore/style/values/fonts/StyleFontSizeAdjust.cpp
M Source/WebCore/style/values/primitives/StyleLengthWrapperData.cpp
M Source/WebCore/style/values/primitives/StyleLengthWrapperData.h
M
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Calculation.h
M
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Evaluation.h
M Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.cpp
M Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.h
Log Message:
-----------
Move CSS calc() <-> Style calc() conversion to style/calc for consistency
with all other conversion
https://bugs.webkit.org/show_bug.cgi?id=300928
Reviewed by Darin Adler.
Moves CSS calc() <-> Style calc() conversions to style/calc/ for
consistency with all other conversion functions.
Also:
- Renames `Style::CalculationValue` to `Style::Calculation::Value`
to make it consistent with the CSS one.
- Makes conversion functions work on the `Tree` types only, rather
than a mix of the `Tree` and `Value` types.
* Source/WebCore/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp:
* Source/WebCore/css/calc/CSSCalcValue.cpp:
* Source/WebCore/css/calc/CSSCalcValue.h:
* Source/WebCore/style/calc/StyleCalculationTree+Conversion.cpp: Renamed from
Source/WebCore/css/calc/CSSCalcTree+StyleCalculationValue.cpp.
* Source/WebCore/style/calc/StyleCalculationTree+Conversion.h: Renamed from
Source/WebCore/css/calc/CSSCalcTree+StyleCalculationValue.h.
* Source/WebCore/style/calc/StyleCalculationValue.cpp:
* Source/WebCore/style/calc/StyleCalculationValue.h:
* Source/WebCore/style/calc/StyleCalculationValueMap.cpp:
* Source/WebCore/style/calc/StyleCalculationValueMap.h:
* Source/WebCore/style/values/fonts/StyleFontSizeAdjust.cpp:
* Source/WebCore/style/values/primitives/StyleLengthWrapperData.cpp:
* Source/WebCore/style/values/primitives/StyleLengthWrapperData.h:
*
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Calculation.h:
*
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Evaluation.h:
* Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.cpp:
* Source/WebCore/style/values/primitives/StyleUnevaluatedCalculation.h:
Canonical link: https://commits.webkit.org/301769@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes