[webkit-changes] [WebKit/WebKit] 52fa87: Remove WKProcessGroupDelegate
Alex Christensen
noreply at github.com
Tue May 21 17:31:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 52fa87c753c32f6c3987c0965fee4a19ad31479e
https://github.com/WebKit/WebKit/commit/52fa87c753c32f6c3987c0965fee4a19ad31479e
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.h
M Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm
Log Message:
-----------
Remove WKProcessGroupDelegate
https://bugs.webkit.org/show_bug.cgi?id=274490
rdar://128499406
Reviewed by Brady Eidson.
Its last use was removed in rdar://127167483
It was used to provide a WKConnection to the application for communication with the
injected bundle. That has been completely replaced by _WKRemoteObjectRegistry.
* Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.h:
* Source/WebKit/UIProcess/API/Cocoa/WKProcessGroup.mm:
(-[WKProcessGroup initWithInjectedBundleURL:]):
(-[WKProcessGroup initWithInjectedBundleURL:andCustomClassesForParameterCoder:]):
(didCreateConnection): Deleted.
(getInjectedBundleInitializationUserData): Deleted.
(-[WKProcessGroup delegate]): Deleted.
(-[WKProcessGroup setDelegate:]): Deleted.
Canonical link: https://commits.webkit.org/279088@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