[webkit-changes] [WebKit/WebKit] 96166c: Deploy more smart pointers in WebLockRegistryProxy...
Ryosuke Niwa
noreply at github.com
Fri Sep 13 07:29:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 96166c34791a482a4c331cae4128d23214c99b15
https://github.com/WebKit/WebKit/commit/96166c34791a482a4c331cae4128d23214c99b15
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-09-13 (Fri, 13 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/WebLockRegistryProxy.cpp
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h
Log Message:
-----------
Deploy more smart pointers in WebLockRegistryProxy.cpp
https://bugs.webkit.org/show_bug.cgi?id=279648
Reviewed by Chris Dumez.
Deployed more smart pointer per clang static analyzer warnings.
* Source/WebKit/UIProcess/WebLockRegistryProxy.cpp:
(WebKit::WebLockRegistryProxy::requestLock):
(WebKit::WebLockRegistryProxy::releaseLock):
(WebKit::WebLockRegistryProxy::abortLockRequest):
(WebKit::WebLockRegistryProxy::snapshot):
(WebKit::WebLockRegistryProxy::clientIsGoingAway):
(WebKit::WebLockRegistryProxy::processDidExit):
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::protectedWebLockRegistry):
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h:
Canonical link: https://commits.webkit.org/283617@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