Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 54df9858341fa03c1f27cd119b8ce4017b02217f
      
https://github.com/WebKit/WebKit/commit/54df9858341fa03c1f27cd119b8ce4017b02217f
  Author: Sam Weinig <[email protected]>
  Date:   2025-10-03 (Fri, 03 Oct 2025)

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/platform/LengthFunctions.cpp
    M Source/WebCore/platform/LengthFunctions.h
    R Source/WebCore/platform/LengthPoint.cpp
    R Source/WebCore/platform/LengthPoint.h
    M Source/WebCore/platform/animation/AcceleratedEffect.cpp
    M Source/WebCore/platform/animation/AcceleratedEffectValues.cpp
    M Source/WebCore/platform/animation/AcceleratedEffectValues.h
    M Source/WebCore/platform/animation/AnimationUtilities.h
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetAnchor.cpp
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetAnchor.h
    A 
Source/WebCore/platform/animation/values/AcceleratedEffectOffsetDistance.cpp
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetDistance.h
    A 
Source/WebCore/platform/animation/values/AcceleratedEffectOffsetPosition.cpp
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetPosition.h
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetRotate.cpp
    A Source/WebCore/platform/animation/values/AcceleratedEffectOffsetRotate.h
    A Source/WebCore/platform/animation/values/AcceleratedEffectOpacity.cpp
    A Source/WebCore/platform/animation/values/AcceleratedEffectOpacity.h
    A Source/WebCore/platform/animation/values/AcceleratedEffectTransformBox.h
    A 
Source/WebCore/platform/animation/values/AcceleratedEffectTransformOrigin.cpp
    A 
Source/WebCore/platform/animation/values/AcceleratedEffectTransformOrigin.h
    M Source/WebCore/rendering/MotionPath.cpp
    M Source/WebCore/rendering/MotionPath.h
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/rendering/style/StyleMiscNonInheritedData.h
    M Source/WebCore/rendering/style/StyleRareNonInheritedData.h
    M Source/WebCore/style/StyleExtractorConverter.h
    M Source/WebCore/style/StyleExtractorSerializer.h
    M Source/WebCore/style/values/color/StyleOpacity.h
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp
    M Source/WebCore/style/values/motion/StyleOffsetAnchor.h
    M Source/WebCore/style/values/motion/StyleOffsetDistance.h
    M Source/WebCore/style/values/motion/StyleOffsetPosition.cpp
    M Source/WebCore/style/values/motion/StyleOffsetPosition.h
    M Source/WebCore/style/values/motion/StyleOffsetRotate.cpp
    M Source/WebCore/style/values/motion/StyleOffsetRotate.h
    M Source/WebCore/style/values/primitives/StylePosition.cpp
    M Source/WebCore/style/values/primitives/StylePosition.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/UIProcess/RemoteLayerTree/RemoteAcceleratedEffectStack.mm

  Log Message:
  -----------
  Transition AcceleratedEffectValues to using absolute lengths
https://bugs.webkit.org/show_bug.cgi?id=300042

Reviewed by Antoine Quint and Antti Koivisto.

Started adding property specific types for AcceleratedEffect values,
initially focusing on removing the remaining uses of WebCore::Length
and WebCore::LengthPoint in AcceleratedEffectValues.

Added layering violation comments to indicate further work needed
to resolve the layering.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/LengthFunctions.cpp:
* Source/WebCore/platform/LengthFunctions.h:
* Source/WebCore/platform/animation/AcceleratedEffect.cpp:
* Source/WebCore/platform/animation/AcceleratedEffectValues.cpp:
* Source/WebCore/platform/animation/AcceleratedEffectValues.h:
* Source/WebCore/platform/animation/AnimationUtilities.h:
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetAnchor.cpp: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetAnchor.h: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetDistance.cpp: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetDistance.h: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetPosition.cpp: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetPosition.h: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetRotate.cpp: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOffsetRotate.h: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOpacity.cpp: Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectOpacity.h: Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectTransformBox.h: 
Added.
* 
Source/WebCore/platform/animation/values/AcceleratedEffectTransformOrigin.cpp: 
Added.
* Source/WebCore/platform/animation/values/AcceleratedEffectTransformOrigin.h: 
Added.
* Source/WebCore/rendering/MotionPath.cpp:
* Source/WebCore/rendering/MotionPath.h:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/StyleMiscNonInheritedData.h:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/values/color/StyleOpacity.h:
* Source/WebCore/style/values/motion/StyleOffsetAnchor.cpp:
* Source/WebCore/style/values/motion/StyleOffsetAnchor.h:
* Source/WebCore/style/values/motion/StyleOffsetDistance.h:
* Source/WebCore/style/values/motion/StyleOffsetPosition.cpp:
* Source/WebCore/style/values/motion/StyleOffsetPosition.h:
* Source/WebCore/style/values/motion/StyleOffsetRotate.cpp:
* Source/WebCore/style/values/motion/StyleOffsetRotate.h:
* Source/WebCore/style/values/primitives/StylePosition.cpp:
* Source/WebCore/style/values/primitives/StylePosition.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteAcceleratedEffectStack.mm:

Canonical link: https://commits.webkit.org/300956@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

Reply via email to