Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 10ee6293d98bc78477558784fafc8ca2733baf4d
https://github.com/WebKit/WebKit/commit/10ee6293d98bc78477558784fafc8ca2733baf4d
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-03 (Sat, 03 Jan 2026)
Changed paths:
M Source/WebCore/Modules/mediacapabilities/MediaCapabilities.cpp
M Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp
M Source/WebCore/Modules/mediacontrols/MediaControlsHost.h
M Source/WebCore/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
M
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
M Source/WebCore/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
Log Message:
-----------
Reduce unsafeness in MediaControlsHost
https://bugs.webkit.org/show_bug.cgi?id=304833
Reviewed by Alex Christensen.
https://commits.webkit.org/293979@main changed m_mediaElement from a
WeakPtr to a WeakRef, but didn't make use of this fact for callers.
Also apply https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines
Canonical link: https://commits.webkit.org/305080@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications