Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 576ecff56e15e2544e9d767a099d94b48a1ec075
      
https://github.com/WebKit/WebKit/commit/576ecff56e15e2544e9d767a099d94b48a1ec075
  Author: Sam Weinig <[email protected]>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/animation/ViewTimeline.h
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/css/scripts/process-css-properties.py
    M Source/WebCore/rendering/style/RenderStyle+GettersInlines.h
    M Source/WebCore/rendering/style/RenderStyle+SettersInlines.h
    M Source/WebCore/rendering/style/RenderStyle.h
    M Source/WebCore/style/StyleAdjuster.cpp
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleExtractorCustom.h
    M Source/WebCore/style/StyleTreeResolver.cpp
    M Source/WebCore/style/Styleable.cpp
    M Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase.h
    M Source/WebCore/style/computed/data/StyleNonInheritedRareData.cpp
    M Source/WebCore/style/computed/data/StyleNonInheritedRareData.h
    M Source/WebCore/style/values/masking/StyleMaskLayer.h
    R Source/WebCore/style/values/scroll-animations/StyleProgressTimelineAxes.h
    A Source/WebCore/style/values/scroll-animations/StyleProgressTimelineAxis.h
    R 
Source/WebCore/style/values/scroll-animations/StyleProgressTimelineName.cpp
    M Source/WebCore/style/values/scroll-animations/StyleProgressTimelineName.h
    A Source/WebCore/style/values/scroll-animations/StyleScrollTimeline.cpp
    A Source/WebCore/style/values/scroll-animations/StyleScrollTimeline.h
    M Source/WebCore/style/values/scroll-animations/StyleScrollTimelines.h
    M Source/WebCore/style/values/scroll-animations/StyleViewFunction.h
    A Source/WebCore/style/values/scroll-animations/StyleViewTimeline.cpp
    A Source/WebCore/style/values/scroll-animations/StyleViewTimeline.h
    A 
Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsetItem.cpp
    A Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsetItem.h
    R Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsets.cpp
    R Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsets.h
    M Source/WebCore/style/values/scroll-animations/StyleViewTimelines.h
    M Source/WebCore/style/values/transitions/StyleTransition.h

  Log Message:
  -----------
  [Style] Convert `scroll-timeline` and `view-timeline` to use 
CoordinatedValueList
https://bugs.webkit.org/show_bug.cgi?id=307944

Reviewed by Darin Adler.

Converts `scroll-timeline` and `view-timeline` to use CoordinatedValueList. This
reduces the number of stored properties and unifies the implementations.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/ViewTimeline.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/scripts/process-css-properties.py:
* Source/WebCore/rendering/style/RenderStyle+GettersInlines.h:
* Source/WebCore/rendering/style/RenderStyle+SettersInlines.h:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/style/StyleAdjuster.cpp:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/Styleable.cpp:
* Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h:
* Source/WebCore/style/computed/StyleComputedStyleBase.h:
* Source/WebCore/style/computed/data/StyleNonInheritedRareData.cpp:
* Source/WebCore/style/computed/data/StyleNonInheritedRareData.h:
* Source/WebCore/style/values/scroll-animations/StyleProgressTimelineAxis.h: 
Renamed from 
Source/WebCore/style/values/scroll-animations/StyleProgressTimelineAxes.h.
* Source/WebCore/style/values/scroll-animations/StyleProgressTimelineName.cpp: 
Removed.
* Source/WebCore/style/values/scroll-animations/StyleProgressTimelineName.h:
* Source/WebCore/style/values/scroll-animations/StyleScrollTimeline.cpp: Added.
* Source/WebCore/style/values/scroll-animations/StyleScrollTimeline.h: Added.
* Source/WebCore/style/values/scroll-animations/StyleScrollTimelines.h:
* Source/WebCore/style/values/scroll-animations/StyleViewFunction.h:
* Source/WebCore/style/values/scroll-animations/StyleViewTimeline.cpp: Added.
* Source/WebCore/style/values/scroll-animations/StyleViewTimeline.h: Added.
* Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsetItem.cpp: 
Renamed from 
Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsets.cpp.
* Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsetItem.h: 
Renamed from 
Source/WebCore/style/values/scroll-animations/StyleViewTimelineInsets.h.
* Source/WebCore/style/values/scroll-animations/StyleViewTimelines.h:

Canonical link: https://commits.webkit.org/307692@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to