[webkit-changes] [WebKit/WebKit] 0f54db: Adopt more smart pointers in miscellaneous files

Rupin Mittal noreply at github.com
Fri Sep 20 13:11:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0f54db92edc6de5cb6dc96335ecfafcb6329169d
      https://github.com/WebKit/WebKit/commit/0f54db92edc6de5cb6dc96335ecfafcb6329169d
  Author: Rupin Mittal <rupin at apple.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M Source/WebKit/GPUProcess/media/RemoteImageDecoderAVFProxy.cpp
    M Source/WebKit/UIProcess/Cocoa/UIRemoteObjectRegistry.cpp
    M Source/WebKit/UIProcess/WebContextSupplement.h
    M Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp

  Log Message:
  -----------
  Adopt more smart pointers in miscellaneous files
https://bugs.webkit.org/show_bug.cgi?id=280026
rdar://136328218

Reviewed by Geoffrey Garen.

Smart pointer adoption as per the static analyzer.

* Source/WebKit/GPUProcess/media/RemoteImageDecoderAVFProxy.cpp:
(WebKit::RemoteImageDecoderAVFProxy::setData):
* Source/WebKit/UIProcess/Cocoa/UIRemoteObjectRegistry.cpp:
(WebKit::UIRemoteObjectRegistry::backgroundActivity):
* Source/WebKit/UIProcess/WebContextSupplement.h:
(WebKit::WebContextSupplement::processPool):
(WebKit::WebContextSupplement::protectedProcessPool):
(WebKit::WebContextSupplement::processPool const): Deleted.
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::WebGeolocationManagerProxy):
(WebKit::WebGeolocationManagerProxy::providerDidChangePosition):
(WebKit::WebGeolocationManagerProxy::providerDidFailToDeterminePosition):
(WebKit::WebGeolocationManagerProxy::resetPermissions):

Canonical link: https://commits.webkit.org/284006@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