Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d6cf69019de97384d79fc4ce60035819be5edd4
https://github.com/WebKit/WebKit/commit/8d6cf69019de97384d79fc4ce60035819be5edd4
Author: Sam Weinig <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M Source/WebCore/css/deprecated-cssom/DeprecatedCSSOMRect.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp
M Source/WebCore/css/parser/CSSPropertyParserCustom.h
M Source/WebCore/css/values/borders/CSSBorderRadius.cpp
M Source/WebCore/css/values/borders/CSSBorderRadius.h
M Source/WebCore/css/values/masking/CSSClip.h
M Source/WebCore/dom/Document.cpp
M Source/WebCore/page/PrintContext.cpp
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderMarquee.cpp
M Source/WebCore/rendering/svg/RenderSVGEllipse.cpp
M Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp
M Source/WebCore/rendering/svg/RenderSVGRect.cpp
M Source/WebCore/rendering/svg/SVGPathFromElement.cpp
M Source/WebCore/rendering/svg/SVGRenderSupport.cpp
M Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp
M Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.cpp
M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGEllipse.cpp
M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.cpp
M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRect.cpp
M Source/WebCore/style/values/masking/StyleClip.h
M Source/WebCore/style/values/non-standard/StyleWebKitMarqueeIncrement.h
M Source/WebCore/style/values/overflow/StyleOverflowClipMargin.h
M Source/WebCore/style/values/page/StylePageSize.cpp
M Source/WebCore/style/values/page/StylePageSize.h
M Source/WebCore/style/values/svg/StyleSVGBaselineShift.h
M Source/WebCore/style/values/svg/StyleSVGCenterCoordinateComponent.h
M Source/WebCore/style/values/svg/StyleSVGCoordinateComponent.h
M Source/WebCore/style/values/svg/StyleSVGRadius.h
M Source/WebCore/style/values/svg/StyleSVGRadiusComponent.h
M Source/WebCore/style/values/svg/StyleSVGStrokeDasharray.h
M Source/WebCore/style/values/svg/StyleSVGStrokeDashoffset.h
M Source/WebCore/style/values/transforms/StyleTransformFunction.cpp
M Source/WebCore/svg/SVGLengthContext.cpp
M Source/WebCore/svg/SVGLengthContext.h
M Source/WebCore/svg/SVGLengthValue.cpp
M Source/WebCore/svg/SVGLengthValue.h
Log Message:
-----------
[EvaluationTimeZoom] Convert remaining trivial to convert properties to
evaluation time zoom
https://bugs.webkit.org/show_bug.cgi?id=318786
Reviewed by Antti Koivisto.
Converts `clip`, `-webkit-marquee-increment`, `overflow-clip-margin`,
`baseline-shift`, `cx`, `cy`,
`x`, `y`, `r`, `rx`, `ry`, `stroke-dasharray`,`stroke-dashoffset` and @page
`size`.
* Source/WebCore/css/deprecated-cssom/DeprecatedCSSOMRect.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Timeline.cpp:
* Source/WebCore/css/parser/CSSPropertyParserCustom.h:
* Source/WebCore/css/values/borders/CSSBorderRadius.cpp:
* Source/WebCore/css/values/borders/CSSBorderRadius.h:
* Source/WebCore/css/values/masking/CSSClip.h:
* Source/WebCore/dom/Document.cpp:
* Source/WebCore/page/PrintContext.cpp:
* Source/WebCore/rendering/RenderBox.cpp:
* Source/WebCore/rendering/RenderMarquee.cpp:
* Source/WebCore/rendering/svg/RenderSVGEllipse.cpp:
* Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp:
* Source/WebCore/rendering/svg/RenderSVGRect.cpp:
* Source/WebCore/rendering/svg/SVGPathFromElement.cpp:
* Source/WebCore/rendering/svg/SVGRenderSupport.cpp:
* Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp:
* Source/WebCore/rendering/svg/SVGTextLayoutEngineBaseline.cpp:
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGEllipse.cpp:
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.cpp:
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRect.cpp:
* Source/WebCore/style/values/masking/StyleClip.h:
* Source/WebCore/style/values/non-standard/StyleWebKitMarqueeIncrement.h:
* Source/WebCore/style/values/overflow/StyleOverflowClipMargin.h:
* Source/WebCore/style/values/page/StylePageSize.cpp:
* Source/WebCore/style/values/page/StylePageSize.h:
* Source/WebCore/style/values/svg/StyleSVGBaselineShift.h:
* Source/WebCore/style/values/svg/StyleSVGCenterCoordinateComponent.h:
* Source/WebCore/style/values/svg/StyleSVGCoordinateComponent.h:
* Source/WebCore/style/values/svg/StyleSVGRadius.h:
* Source/WebCore/style/values/svg/StyleSVGRadiusComponent.h:
* Source/WebCore/style/values/svg/StyleSVGStrokeDasharray.h:
* Source/WebCore/style/values/svg/StyleSVGStrokeDashoffset.h:
* Source/WebCore/style/values/transforms/StyleTransformFunction.cpp:
* Source/WebCore/svg/SVGLengthContext.cpp:
* Source/WebCore/svg/SVGLengthContext.h:
* Source/WebCore/svg/SVGLengthValue.cpp:
* Source/WebCore/svg/SVGLengthValue.h:
Canonical link: https://commits.webkit.org/316863@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications