Teach webpushtool to register and "host" the daemon
Created attachment 447059 [details] Patch v1
Created attachment 447074 [details] Patch v2
Comment on attachment 447074 [details] Patch v2 View in context: https://bugs.webkit.org/attachment.cgi?id=447074&action=review > Source/WebKit/webpushd/WebPushDaemon.mm:190 > + broadcastDebugMessage((JSC::MessageLevel)4, "===\nCurrent connections:"); Does this really not have a name? > Source/WebKit/webpushd/webpushtool/WebPushToolConnection.h:55 > + Yes, > + No, Oh dear, please flip all of these enums to save people who use debuggers.
Created attachment 447094 [details] PFL v1
Committed r287009 (245214@main): <https://commits.webkit.org/245214@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447094 [details].
<rdar://problem/86448305>
Did all the ConsoleTypes.h refactoring and *forgot to git add the change to use the JSC::MessageType enum in WebPushD* Will do in followup.