[webkit-changes] [WebKit/WebKit] 8d79b3: Rename WebPushD::Daemon to WebPushD::WebPushDaemon

Brady Eidson noreply at github.com
Mon Aug 21 22:18:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8d79b382f1ebe9bea70756595ce28c74eaa207a8
      https://github.com/WebKit/WebKit/commit/8d79b382f1ebe9bea70756595ce28c74eaa207a8
  Author: Brady Eidson <beidson at apple.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M Source/WebKit/webpushd/ICAppBundle.mm
    M Source/WebKit/webpushd/PushClientConnection.mm
    M Source/WebKit/webpushd/WebPushDaemon.h
    M Source/WebKit/webpushd/WebPushDaemon.mm
    M Source/WebKit/webpushd/WebPushDaemonMain.mm

  Log Message:
  -----------
  Rename WebPushD::Daemon to WebPushD::WebPushDaemon
https://bugs.webkit.org/show_bug.cgi?id=260503

Reviewed by Alex Christensen.

Refactor to enable upcoming refactoring.

* Source/WebKit/webpushd/PushClientConnection.mm:
(WebPushD::ClientConnection::setHostAppAuditTokenData):
(WebPushD::ClientConnection::broadcastDebugMessage):
* Source/WebKit/webpushd/WebPushDaemon.h:
* Source/WebKit/webpushd/WebPushDaemon.mm:
(WebPushD::handleWebPushDMessageWithReply):
(WebPushD::handleWebPushDMessage):
(WebPushD::WebPushDaemon::singleton):
(WebPushD::WebPushDaemon::WebPushDaemon):
(WebPushD::WebPushDaemon::startMockPushService):
(WebPushD::WebPushDaemon::startPushService):
(WebPushD::WebPushDaemon::setPushService):
(WebPushD::WebPushDaemon::runAfterStartingPushService):
(WebPushD::WebPushDaemon::ensureIncomingPushTransaction):
(WebPushD::WebPushDaemon::releaseIncomingPushTransaction):
(WebPushD::WebPushDaemon::incomingPushTransactionTimerFired):
(WebPushD::WebPushDaemon::broadcastDebugMessage):
(WebPushD::WebPushDaemon::broadcastAllConnectionIdentities):
(WebPushD::WebPushDaemon::connectionEventHandler):
(WebPushD::WebPushDaemon::connectionAdded):
(WebPushD::WebPushDaemon::connectionRemoved):
(WebPushD::CompletionHandler<void):
(WebPushD::WebPushDaemon::decodeAndHandleRawXPCMessage):
(WebPushD::WebPushDaemon::decodeAndHandleMessage):
(WebPushD::WebPushDaemon::echoTwice):
(WebPushD::WebPushDaemon::canRegisterForNotifications):
(WebPushD::WebPushDaemon::requestSystemNotificationPermission):
(WebPushD::WebPushDaemon::getOriginsWithPushAndNotificationPermissions):
(WebPushD::WebPushDaemon::deletePushRegistration):
(WebPushD::WebPushDaemon::setPushAndNotificationsEnabledForOrigin):
(WebPushD::WebPushDaemon::deletePushAndNotificationRegistration):
(WebPushD::WebPushDaemon::setDebugModeIsEnabled):
(WebPushD::WebPushDaemon::updateConnectionConfiguration):
(WebPushD::WebPushDaemon::injectPushMessageForTesting):
(WebPushD::WebPushDaemon::injectEncryptedPushMessageForTesting):
(WebPushD::WebPushDaemon::handleIncomingPush):
(WebPushD::WebPushDaemon::notifyClientPushMessageIsAvailable):
(WebPushD::WebPushDaemon::getPendingPushMessages):
(WebPushD::WebPushDaemon::getPushTopicsForTesting):
(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::toClientConnection):
(WebPushD::Daemon::singleton): Deleted.
(WebPushD::Daemon::Daemon): Deleted.
(WebPushD::Daemon::startMockPushService): Deleted.
(WebPushD::Daemon::startPushService): Deleted.
(WebPushD::Daemon::setPushService): Deleted.
(WebPushD::Daemon::runAfterStartingPushService): Deleted.
(WebPushD::Daemon::ensureIncomingPushTransaction): Deleted.
(WebPushD::Daemon::releaseIncomingPushTransaction): Deleted.
(WebPushD::Daemon::incomingPushTransactionTimerFired): Deleted.
(WebPushD::Daemon::broadcastDebugMessage): Deleted.
(WebPushD::Daemon::broadcastAllConnectionIdentities): Deleted.
(WebPushD::Daemon::connectionEventHandler): Deleted.
(WebPushD::Daemon::connectionAdded): Deleted.
(WebPushD::Daemon::connectionRemoved): Deleted.
(WebPushD::Daemon::decodeAndHandleRawXPCMessage): Deleted.
(WebPushD::Daemon::decodeAndHandleMessage): Deleted.
(WebPushD::Daemon::echoTwice): Deleted.
(WebPushD::Daemon::canRegisterForNotifications): Deleted.
(WebPushD::Daemon::requestSystemNotificationPermission): Deleted.
(WebPushD::Daemon::getOriginsWithPushAndNotificationPermissions): Deleted.
(WebPushD::Daemon::deletePushRegistration): Deleted.
(WebPushD::Daemon::setPushAndNotificationsEnabledForOrigin): Deleted.
(WebPushD::Daemon::deletePushAndNotificationRegistration): Deleted.
(WebPushD::Daemon::setDebugModeIsEnabled): Deleted.
(WebPushD::Daemon::updateConnectionConfiguration): Deleted.
(WebPushD::Daemon::injectPushMessageForTesting): Deleted.
(WebPushD::Daemon::injectEncryptedPushMessageForTesting): Deleted.
(WebPushD::Daemon::handleIncomingPush): Deleted.
(WebPushD::Daemon::notifyClientPushMessageIsAvailable): Deleted.
(WebPushD::Daemon::getPendingPushMessages): Deleted.
(WebPushD::Daemon::getPushTopicsForTesting): Deleted.
(WebPushD::Daemon::subscribeToPushService): Deleted.
(WebPushD::Daemon::unsubscribeFromPushService): Deleted.
(WebPushD::Daemon::getPushSubscription): Deleted.
(WebPushD::Daemon::getPushPermissionState): Deleted.
(WebPushD::Daemon::incrementSilentPushCount): Deleted.
(WebPushD::Daemon::removeAllPushSubscriptions): Deleted.
(WebPushD::Daemon::removePushSubscriptionsForOrigin): Deleted.
(WebPushD::Daemon::setPublicTokenForTesting): Deleted.
(WebPushD::Daemon::toClientConnection): Deleted.
* Source/WebKit/webpushd/WebPushDaemonMain.mm:
(WebPushD::connectionEventHandler):
(WebPushD::connectionAdded):
(WebPushD::connectionRemoved):
(WebKit::WebPushDaemonMain):

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




More information about the webkit-changes mailing list