Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 21b4e3f65fd889f0e6ac38de214997053b0597c3
https://github.com/WebKit/WebKit/commit/21b4e3f65fd889f0e6ac38de214997053b0597c3
Author: Sam Weinig <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M
Source/WebCore/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/style/values/primitives/StyleLengthResolution.cpp
Log Message:
-----------
Unify implementations of Style::resolveLength
https://bugs.webkit.org/show_bug.cgi?id=320908
Reviewed by Darin Adler.
Converts the two separate implementations of Style::resolveLength to using
a shared generic implementation that uses adaptors to specialize.
Adds appropriate fallbacks for the direct data overload so that all units
are now supported. This does not change any behavior, as the now supported
units have no callers.
* Source/WebCore/style/values/primitives/StyleLengthResolution.cpp:
Canonical link: https://commits.webkit.org/318715@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications