Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4c8d5ef6787e2c149355f472271fc7f77ca9d670
https://github.com/WebKit/WebKit/commit/4c8d5ef6787e2c149355f472271fc7f77ca9d670
Author: Sam Weinig <[email protected]>
Date: 2025-12-12 (Fri, 12 Dec 2025)
Changed paths:
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/rendering/style/SVGRenderStyle.cpp
M Source/WebCore/rendering/style/SVGRenderStyle.h
A Source/WebCore/style/StyleChangedAnimatableProperties.cpp
A Source/WebCore/style/StyleChangedAnimatableProperties.h
M Source/WebCore/style/StyleResolver.cpp
M Source/WebCore/style/Styleable.cpp
M Source/WebCore/style/values/masking/StyleMaskBorder.h
Log Message:
-----------
[RenderStyleGen] Move
RenderStyle::conservativelyCollectChangedAnimatableProperties() in preparation
of generating it
https://bugs.webkit.org/show_bug.cgi?id=304003
Reviewed by Antti Koivisto.
As a first step toward generating
`RenderStyle::conservativelyCollectChangedAnimatableProperties()`,
this moves the function out of RenderStyle and into its own files,
consolidating the SVGRenderStyle parts along with it.
Also removes two declarations for functions that no longer exist
on SVGRenderStyle.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/SVGRenderStyle.cpp:
* Source/WebCore/rendering/style/SVGRenderStyle.h:
* Source/WebCore/style/StyleChangedAnimatableProperties.cpp: Added.
* Source/WebCore/style/StyleChangedAnimatableProperties.h: Added.
* Source/WebCore/style/Styleable.cpp:
Canonical link: https://commits.webkit.org/304391@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications