Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13f9d34dc4c17fc2ea9d95e9b46ebab885461df8
https://github.com/WebKit/WebKit/commit/13f9d34dc4c17fc2ea9d95e9b46ebab885461df8
Author: Sam Weinig <[email protected]>
Date: 2026-05-09 (Sat, 09 May 2026)
Changed paths:
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/css/CSSCrossfadeValue.cpp
M Source/WebCore/css/CSSCrossfadeValue.h
M Source/WebCore/css/CSSCursorImageValue.cpp
M Source/WebCore/css/CSSCursorImageValue.h
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Image.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.cpp
M Source/WebCore/css/values/primitives/CSSPrimitiveNumericRange.h
M Source/WebCore/page/EventHandler.cpp
M Source/WebCore/style/values/images/kinds/StyleCrossfadeImage.cpp
M Source/WebCore/style/values/images/kinds/StyleCrossfadeImage.h
M Source/WebCore/style/values/images/kinds/StyleCursorImage.cpp
M Source/WebCore/style/values/images/kinds/StyleCursorImage.h
M
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Evaluation.h
M Source/WebCore/style/values/ui/StyleCursor.cpp
M Source/WebCore/style/values/ui/StyleCursor.h
Log Message:
-----------
Convert image numeric primitive components to strong CSS/Style types
https://bugs.webkit.org/show_bug.cgi?id=314366
Reviewed by Darin Adler.
Concert numeric primitives in CSSCrossfadeValue, Style::CrossfadeImage,
CSSCursorImageValue, and Style::CursorImage to use strong css/style
types rather than CSSValue/IntPoint.
For cursor hotspots, this moves moving evaluation to use time.
* Source/WebCore/css/CSSCrossfadeValue.cpp:
* Source/WebCore/css/CSSCrossfadeValue.h:
* Source/WebCore/css/CSSCursorImageValue.cpp:
* Source/WebCore/css/CSSCursorImageValue.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Image.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.cpp:
* Source/WebCore/css/values/primitives/CSSPrimitiveNumericRange.h:
* Source/WebCore/page/EventHandler.cpp:
* Source/WebCore/style/values/images/kinds/StyleCrossfadeImage.cpp:
* Source/WebCore/style/values/images/kinds/StyleCrossfadeImage.h:
* Source/WebCore/style/values/images/kinds/StyleCursorImage.cpp:
* Source/WebCore/style/values/images/kinds/StyleCursorImage.h:
*
Source/WebCore/style/values/primitives/StylePrimitiveNumericTypes+Evaluation.h:
* Source/WebCore/style/values/ui/StyleCursor.cpp:
* Source/WebCore/style/values/ui/StyleCursor.h:
Canonical link: https://commits.webkit.org/312955@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications