[webkit-changes] [WebKit/WebKit] 1699ee: Increment webpushd protocol version to v2

bnham noreply at github.com
Fri Dec 16 23:09:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1699ee8adf4705395907fbd3b84b39b52fb483a1
      https://github.com/WebKit/WebKit/commit/1699ee8adf4705395907fbd3b84b39b52fb483a1
  Author: Ben Nham <nham at apple.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M Source/WebKit/Shared/WebPushDaemonConstants.h
    M Source/WebKit/webpushd/webpushtool/WebPushToolConnection.mm
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm

  Log Message:
  -----------
  Increment webpushd protocol version to v2
https://bugs.webkit.org/show_bug.cgi?id=249429
<rdar://problem/103418764>

Reviewed by Brady Eidson.

We changed the webpushd IPC interface in 257669 at main but forgot to increment the version number of
the protocol to mark it as non-backwards compatible. This increments the protocol version to 2.

* Source/WebKit/Shared/WebPushDaemonConstants.h:
* Source/WebKit/webpushd/webpushtool/WebPushToolConnection.mm:
(WebPushTool::Connection::startDebugStreamAction):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:
(TestWebKitAPI::TEST):

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




More information about the webkit-changes mailing list