Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a46e44a6e91f78eb10feeab086316029154c6006 https://github.com/WebKit/WebKit/commit/a46e44a6e91f78eb10feeab086316029154c6006 Author: Brady Eidson <beid...@apple.com> Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths: M Source/WebKit/webpushd/AppBundleRequest.h M Source/WebKit/webpushd/AppBundleRequest.mm M Source/WebKit/webpushd/ICAppBundle.h M Source/WebKit/webpushd/ICAppBundle.mm M Source/WebKit/webpushd/PushClientConnection.h M Source/WebKit/webpushd/PushClientConnection.mm M Source/WebKit/webpushd/WebPushDaemon.h M Source/WebKit/webpushd/WebPushDaemon.mm Log Message: ----------- Rename WebPushD::ClientConnection to WebPushD::PushClientConnection https://bugs.webkit.org/show_bug.cgi?id=260536 rdar://114273768 Reviewed by Tim Horton and Alex Christensen. * Source/WebKit/webpushd/AppBundleRequest.h: (WebPushD::AppBundleRequestImpl::AppBundleRequestImpl): (WebPushD::AppBundlePermissionsRequest::AppBundlePermissionsRequest): (WebPushD::AppBundleDeletionRequest::AppBundleDeletionRequest): * Source/WebKit/webpushd/AppBundleRequest.mm: (WebPushD::AppBundleRequest::AppBundleRequest): * Source/WebKit/webpushd/ICAppBundle.h: (WebPushD::ICAppBundle::create): * Source/WebKit/webpushd/ICAppBundle.mm: (WebPushD::ICAppBundle::ICAppBundle): (WebPushD::ICAppBundle::getOriginsWithRegistrations): * Source/WebKit/webpushd/PushClientConnection.h: (WebPushD::ClientConnection::hasHostAppAuditToken const): Deleted. (WebPushD::ClientConnection::pushPartitionString const): Deleted. (WebPushD::ClientConnection::dataStoreIdentifier const): Deleted. (WebPushD::ClientConnection::debugModeIsEnabled const): Deleted. (WebPushD::ClientConnection::useMockBundlesForTesting const): Deleted. * Source/WebKit/webpushd/PushClientConnection.mm: (WebPushD::PushClientConnection::create): (WebPushD::PushClientConnection::PushClientConnection): (WebPushD::PushClientConnection::updateConnectionConfiguration): (WebPushD::PushClientConnection::setHostAppAuditTokenData): (WebPushD::PushClientConnection::subscriptionSetIdentifier): (WebPushD::PushClientConnection::hostAppCodeSigningIdentifier): (WebPushD::PushClientConnection::bundleIdentifierFromAuditToken): (WebPushD::PushClientConnection::hostAppHasPushEntitlement): (WebPushD::PushClientConnection::hostAppHasPushInjectEntitlement): (WebPushD::PushClientConnection::hostHasEntitlement): (WebPushD::PushClientConnection::setDebugModeIsEnabled): (WebPushD::PushClientConnection::broadcastDebugMessage): (WebPushD::PushClientConnection::sendDebugMessage): (WebPushD::PushClientConnection::enqueueAppBundleRequest): (WebPushD::PushClientConnection::maybeStartNextAppBundleRequest): (WebPushD::PushClientConnection::didCompleteAppBundleRequest): (WebPushD::PushClientConnection::connectionClosed): (WebPushD::PushClientConnection::sendDaemonMessage const): (WebPushD::ClientConnection::create): Deleted. (WebPushD::ClientConnection::ClientConnection): Deleted. (WebPushD::ClientConnection::updateConnectionConfiguration): Deleted. (WebPushD::ClientConnection::setHostAppAuditTokenData): Deleted. (WebPushD::ClientConnection::subscriptionSetIdentifier): Deleted. (WebPushD::ClientConnection::hostAppCodeSigningIdentifier): Deleted. (WebPushD::ClientConnection::bundleIdentifierFromAuditToken): Deleted. (WebPushD::ClientConnection::hostAppHasPushEntitlement): Deleted. (WebPushD::ClientConnection::hostAppHasPushInjectEntitlement): Deleted. (WebPushD::ClientConnection::hostHasEntitlement): Deleted. (WebPushD::ClientConnection::setDebugModeIsEnabled): Deleted. (WebPushD::ClientConnection::broadcastDebugMessage): Deleted. (WebPushD::ClientConnection::sendDebugMessage): Deleted. (WebPushD::ClientConnection::enqueueAppBundleRequest): Deleted. (WebPushD::ClientConnection::maybeStartNextAppBundleRequest): Deleted. (WebPushD::ClientConnection::didCompleteAppBundleRequest): Deleted. (WebPushD::ClientConnection::connectionClosed): Deleted. (WebPushD::ClientConnection::sendDaemonMessage const): Deleted. * Source/WebKit/webpushd/WebPushDaemon.h: * Source/WebKit/webpushd/WebPushDaemon.mm: (WebPushD::handleWebPushDMessageWithReply): (WebPushD::handleWebPushDMessage): (WebPushD::WebPushDaemon::broadcastAllConnectionIdentities): (WebPushD::WebPushDaemon::connectionAdded): (WebPushD::WebPushDaemon::decodeAndHandleMessage): (WebPushD::WebPushDaemon::echoTwice): (WebPushD::WebPushDaemon::canRegisterForNotifications): (WebPushD::WebPushDaemon::requestSystemNotificationPermission): (WebPushD::WebPushDaemon::getOriginsWithPushAndNotificationPermissions): (WebPushD::WebPushDaemon::setPushAndNotificationsEnabledForOrigin): (WebPushD::WebPushDaemon::deletePushAndNotificationRegistration): (WebPushD::WebPushDaemon::setDebugModeIsEnabled): (WebPushD::WebPushDaemon::updateConnectionConfiguration): (WebPushD::WebPushDaemon::injectPushMessageForTesting): (WebPushD::WebPushDaemon::injectEncryptedPushMessageForTesting): (WebPushD::WebPushDaemon::getPendingPushMessages): (WebPushD::WebPushDaemon::subscribeToPushService): (WebPushD::WebPushDaemon::unsubscribeFromPushService): (WebPushD::WebPushDaemon::getPushSubscription): (WebPushD::WebPushDaemon::getPushPermissionState): (WebPushD::WebPushDaemon::incrementSilentPushCount): (WebPushD::WebPushDaemon::removeAllPushSubscriptions): (WebPushD::WebPushDaemon::removePushSubscriptionsForOrigin): (WebPushD::WebPushDaemon::setPublicTokenForTesting): (WebPushD::WebPushDaemon::toPushClientConnection): (WebPushD::WebPushDaemon::toClientConnection): Deleted. Canonical link: https://commits.webkit.org/267148@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes