[webkit-changes] [WebKit/WebKit] af34d9: Adopt more smart pointers in WebFrameProxy.cpp

Chris Dumez noreply at github.com
Mon Feb 19 12:53:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: af34d92a2f7f2c772006b4ef840dda1b89c814f3
      https://github.com/WebKit/WebKit/commit/af34d92a2f7f2c772006b4ef840dda1b89c814f3
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
    M Source/WebKit/UIProcess/WebFrameProxy.cpp
    M Source/WebKit/UIProcess/WebFrameProxy.h
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h

  Log Message:
  -----------
  Adopt more smart pointers in WebFrameProxy.cpp
https://bugs.webkit.org/show_bug.cgi?id=269658

Reviewed by Darin Adler.

* Source/WebKit/UIProcess/WebFrameProxy.cpp:
(WebKit::WebFrameProxy::protectedPage const):
(WebKit::WebFrameProxy::navigateServiceWorkerClient):
(WebKit::WebFrameProxy::loadURL):
(WebKit::WebFrameProxy::loadData):
(WebKit::WebFrameProxy::getWebArchive):
(WebKit::WebFrameProxy::getMainResourceData):
(WebKit::WebFrameProxy::getResourceData):
(WebKit::WebFrameProxy::didHandleContentFilterUnblockNavigation):
(WebKit::WebFrameProxy::collapseSelection):
(WebKit::WebFrameProxy::disconnect):
(WebKit::WebFrameProxy::didCreateSubframe):
(WebKit::WebFrameProxy::prepareForProvisionalNavigationInProcess):
(WebKit::WebFrameProxy::commitProvisionalFrame):
(WebKit::WebFrameProxy::getFrameInfo):
(WebKit::WebFrameProxy::remotePageProxy const):
(WebKit::WebFrameProxy::isFocused const):
(WebKit::WebFrameProxy::remoteProcessDidTerminate):
(WebKit::WebFrameProxy::traverseNext const):
(WebKit::WebFrameProxy::traversePrevious):
(WebKit::WebFrameProxy::deepLastChild const):
(WebKit::WebFrameProxy::firstChild const):
(WebKit::WebFrameProxy::lastChild const):
(WebKit::WebFrameProxy::nextSibling const):
(WebKit::WebFrameProxy::previousSibling const):
(WebKit::WebFrameProxy::rootFrame const):
(WebKit::WebFrameProxy::remotePageProxy): Deleted.
(WebKit::WebFrameProxy::deepLastChild): Deleted.
(WebKit::WebFrameProxy::rootFrame): Deleted.
* Source/WebKit/UIProcess/WebFrameProxy.h:

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