Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2815e519efc84feed36197d1ee0857277ba7a87f https://github.com/WebKit/WebKit/commit/2815e519efc84feed36197d1ee0857277ba7a87f Author: Sam Weinig <s...@webkit.org> Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths: M Source/WebCore/css/values/CSSValueAggregates.h M Source/WebCore/css/values/CSSValueTypes.h M Source/WebCore/rendering/style/BorderData.cpp M Source/WebCore/style/StyleInterpolationWrappers.h M Source/WebCore/style/values/StyleValueTypes.h M Source/WebCore/style/values/borders/StyleCornerShapeValue.cpp M Source/WebCore/style/values/borders/StyleCornerShapeValue.h M Source/WebCore/style/values/color/StyleDynamicRangeLimit.cpp M Source/WebCore/style/values/color/StyleDynamicRangeLimit.h Log Message: ----------- Logging of `cornerShapeValue` is suboptimal https://bugs.webkit.org/show_bug.cgi?id=289253 Reviewed by Simon Fraser. Add better support for logging style value types by making default logging functions for FunctionNotation, Constant<CSSValueID>, wrapper tuples and variants. * Source/WebCore/css/values/CSSValueAggregates.h: - Add default TextStream overloads base types. * Source/WebCore/css/values/CSSValueTypes.h: * Source/WebCore/style/values/StyleValueTypes.h: - Add default TextStream overloads CSS and Style value types. * Source/WebCore/rendering/style/BorderData.cpp: * Source/WebCore/style/StyleInterpolationWrappers.h: - Add include to allow logging functions to use primitive numeric logging types. * Source/WebCore/style/values/borders/StyleCornerShapeValue.cpp: * Source/WebCore/style/values/borders/StyleCornerShapeValue.h: * Source/WebCore/style/values/color/StyleDynamicRangeLimit.cpp: * Source/WebCore/style/values/color/StyleDynamicRangeLimit.h: - Remove now unnecessary logging functions that instead just use the defaulted ones. Canonical link: https://commits.webkit.org/291865@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes