Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3aaafc5ce5babf6d8e70b5174e77b532274d186e
      
https://github.com/WebKit/WebKit/commit/3aaafc5ce5babf6d8e70b5174e77b532274d186e
  Author: Alex Christensen <achristen...@apple.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

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

  Log Message:
  -----------
  Simplify RemotePageProxy
https://bugs.webkit.org/show_bug.cgi?id=290977

Reviewed by Charlie Wolfe.

With the increased use of WebProcessProxy::fromConnection we no longer need
the RemotePageProxy to tell the WebPageProxy which process the message came 
from.

* Source/WebKit/UIProcess/RemotePageProxy.cpp:
(WebKit::RemotePageProxy::didReceiveMessage):
(WebKit::RemotePageProxy::didReceiveSyncMessage):
(WebKit::RemotePageProxy::handleMessage): Deleted.
(WebKit::RemotePageProxy::decidePolicyForResponse): Deleted.
(WebKit::RemotePageProxy::didCommitLoadForFrame): Deleted.
(WebKit::RemotePageProxy::decidePolicyForNavigationActionAsync): Deleted.
(WebKit::RemotePageProxy::decidePolicyForNavigationActionSync): Deleted.
(WebKit::RemotePageProxy::didFailProvisionalLoadForFrame): Deleted.
(WebKit::RemotePageProxy::didStartProvisionalLoadForFrame): Deleted.
(WebKit::RemotePageProxy::didChangeProvisionalURLForFrame): Deleted.
* Source/WebKit/UIProcess/RemotePageProxy.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::handleMessage):
(WebKit::WebPageProxy::decidePolicyForResponse):
(WebKit::WebPageProxy::handleMessageShared): Deleted.
* Source/WebKit/UIProcess/WebPageProxy.h:

Canonical link: https://commits.webkit.org/293162@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to