Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6bcb5d2437c060e86e0e5f8511d20377a0664e89
https://github.com/WebKit/WebKit/commit/6bcb5d2437c060e86e0e5f8511d20377a0664e89
Author: Chris Dumez <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
M Source/WebCore/Modules/encryptedmedia/CDM.cpp
M Source/WebCore/platform/encryptedmedia/CDMFactory.cpp
M Source/WebCore/platform/encryptedmedia/CDMFactory.h
M Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.h
M Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.cpp
M Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.h
M Source/WebCore/platform/graphics/gstreamer/eme/CDMFactoryGStreamer.cpp
M Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.h
M Source/WebCore/testing/MockCDMFactory.h
M Source/WebKit/GPUProcess/media/RemoteCDMFactoryProxy.cpp
M Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.cpp
M Source/WebKit/WebProcess/GPU/media/RemoteCDMFactory.cpp
M Source/WebKit/WebProcess/GPU/media/RemoteCDMFactory.h
Log Message:
-----------
Reduce use of raw pointers in vectors in WebKit/
https://bugs.webkit.org/show_bug.cgi?id=302602
Reviewed by Darin Adler.
* Source/WebCore/Modules/encryptedmedia/CDM.cpp:
(WebCore::CDM::supportsKeySystem):
* Source/WebCore/platform/encryptedmedia/CDMFactory.cpp:
(WebCore::CDMFactory::registeredFactories):
(WebCore::CDMFactory::registerFactory):
(WebCore::CDMFactory::unregisterFactory):
(WebCore::CDMFactory::platformRegisterFactories):
(): Deleted.
* Source/WebCore/platform/encryptedmedia/CDMFactory.h:
* Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.h:
* Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.cpp:
(WebCore::CDMFactory::platformRegisterFactories):
* Source/WebCore/platform/graphics/avfoundation/CDMFairPlayStreaming.h:
* Source/WebCore/platform/graphics/gstreamer/eme/CDMFactoryGStreamer.cpp:
(WebCore::CDMFactory::platformRegisterFactories):
* Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.h:
* Source/WebCore/testing/MockCDMFactory.h:
* Source/WebKit/GPUProcess/media/RemoteCDMFactoryProxy.cpp:
(WebKit::factoryForKeySystem):
(WebKit::RemoteCDMFactoryProxy::createCDM):
* Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.cpp:
(WebKit::WebNotificationManagerProxy::getNotifications):
* Source/WebKit/WebProcess/GPU/media/RemoteCDMFactory.cpp:
(WebKit::RemoteCDMFactory::registerFactory):
* Source/WebKit/WebProcess/GPU/media/RemoteCDMFactory.h:
Canonical link: https://commits.webkit.org/303138@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications