[webkit-changes] [WebKit/WebKit] d9edb3: Add a helper function to find WebProcessProxy from...
Sihui
noreply at github.com
Wed Oct 23 14:30:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9edb3c801b0e527abec671efc82e1fb24233c02
https://github.com/WebKit/WebKit/commit/d9edb3c801b0e527abec671efc82e1fb24233c02
Author: Sihui Liu <sihui_liu at apple.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/Notifications/NetworkNotificationManager.cpp
M Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp
M Source/WebKit/UIProcess/WebProcessProxy.cpp
M Source/WebKit/UIProcess/WebProcessProxy.h
Log Message:
-----------
Add a helper function to find WebProcessProxy from IPC::Connection
https://bugs.webkit.org/show_bug.cgi?id=281866
rdar://138335796
Reviewed by Ben Nham.
Address the FIXME for type check by adding a helper function in WebProcessProxy. Also, remove an unused function in
NetworkNotificationManager.
* Source/WebKit/NetworkProcess/Notifications/NetworkNotificationManager.cpp:
(WebKit::connectionToWebProcess): Deleted.
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::sharedPreferencesForWebProcess const):
(WebKit::WebGeolocationManagerProxy::startUpdating):
(WebKit::WebGeolocationManagerProxy::stopUpdating):
(WebKit::WebGeolocationManagerProxy::setEnableHighAccuracy):
(WebKit::connectionToWebProcessProxy): Deleted.
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::processForConnection):
* Source/WebKit/UIProcess/WebProcessProxy.h:
Canonical link: https://commits.webkit.org/285621@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