[webkit-changes] [WebKit/WebKit] 4365e5: Deploy smart pointers in GPUConnectionToWebProcess...
Ryosuke Niwa
noreply at github.com
Thu May 2 06:08:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4365e515df68ac4f0b0ac39740eb72c9c58921ca
https://github.com/WebKit/WebKit/commit/4365e515df68ac4f0b0ac39740eb72c9c58921ca
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp
M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h
Log Message:
-----------
Deploy smart pointers in GPUConnectionToWebProcess.cpp
https://bugs.webkit.org/show_bug.cgi?id=273600
Reviewed by Chris Dumez.
Deployed smart pointers in GPUConnectionToWebProcess.cpp as warned by the clang static analyzer.
* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:
(WebKit::m_preferences):
(WebKit::GPUConnectionToWebProcess::~GPUConnectionToWebProcess):
(WebKit::GPUConnectionToWebProcess::protectedGPUProcess const):
(WebKit::GPUConnectionToWebProcess::protectedLibWebRTCCodecsProxy const):
(WebKit::GPUConnectionToWebProcess::didClose):
(WebKit::GPUConnectionToWebProcess::allowsExitUnderMemoryPressure const):
(WebKit::GPUConnectionToWebProcess::terminateWebProcess):
(WebKit::GPUConnectionToWebProcess::lowMemoryHandler):
(WebKit::GPUConnectionToWebProcess::remoteMediaResourceManager):
(WebKit::GPUConnectionToWebProcess::protectedRemoteMediaResourceManager):
(WebKit::GPUConnectionToWebProcess::protectedSampleBufferDisplayLayerManager const):
(WebKit::GPUConnectionToWebProcess::audioSessionProxy):
(WebKit::GPUConnectionToWebProcess::releaseRenderingBackend):
(WebKit::GPUConnectionToWebProcess::createGraphicsContextGL):
(WebKit::GPUConnectionToWebProcess::releaseGraphicsContextGL):
(WebKit::GPUConnectionToWebProcess::protectedVideoFrameObjectHeap):
(WebKit::GPUConnectionToWebProcess::clearNowPlayingInfo):
(WebKit::GPUConnectionToWebProcess::setNowPlayingInfo):
(WebKit::GPUConnectionToWebProcess::updateSupportedRemoteCommands):
(WebKit::GPUConnectionToWebProcess::didReceiveRemoteControlCommand):
(WebKit::GPUConnectionToWebProcess::dispatchMessage):
(WebKit::GPUConnectionToWebProcess::mediaCacheDirectory const):
(WebKit::GPUConnectionToWebProcess::mediaKeysStorageDirectory const):
(WebKit::GPUConnectionToWebProcess::startCapturingAudio):
(WebKit::GPUConnectionToWebProcess::updateSampleBufferDisplayLayerBoundsAndPosition):
* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h:
(WebKit::GPUConnectionToWebProcess::protectedConnection const):
Canonical link: https://commits.webkit.org/278250@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list