Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8e82e43489dafd2f1868b62442306fcfc6d0c401
https://github.com/WebKit/WebKit/commit/8e82e43489dafd2f1868b62442306fcfc6d0c401
Author: Anne van Kesteren <[email protected]>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M Source/WebCore/SaferCPPExpectations/ForwardDeclCheckerExpectations
M Source/WebCore/SaferCPPExpectations/NoUncountedMemberCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebCore/page/scrolling/AsyncScrollingCoordinator.cpp
M Source/WebCore/page/scrolling/ScrollingCoordinator.h
M Source/WebCore/page/scrolling/ScrollingTreeGestureState.cpp
M Source/WebCore/page/scrolling/ScrollingTreeGestureState.h
M Source/WebCore/platform/mock/ScrollbarsControllerMock.h
Log Message:
-----------
Reduce unsafe member variables in WebCore scrolling code
https://bugs.webkit.org/show_bug.cgi?id=304762
Reviewed by Charlie Wolfe.
We use RefPtr for the members of the NodeLayers struct as it's
stack-allocated.
Apply https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines
Canonical link: https://commits.webkit.org/305024@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications