Summary: | Forward messages from NetworkProcess to webpushd | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ben Nham <nham> | ||||||||||
Component: | New Bugs | Assignee: | Ben Nham <nham> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | achristensen, beidson, bfulgham, cdumez, esprehn+autocc, ews-watchlist, kangil.han, nham, webkit-bug-importer, youennf | ||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||
Version: | WebKit Nightly Build | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 235857 | ||||||||||||
Attachments: |
|
Description
Ben Nham
2022-01-28 22:47:27 PST
Created attachment 450316 [details]
Patch
Created attachment 450330 [details]
Patch
Created attachment 450350 [details]
Patch
Created attachment 450354 [details]
Patch
Comment on attachment 450354 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450354&action=review > Source/WebKit/webpushd/WebPushDaemon.mm:481 > + UNUSED_PARAM(applicationServerKey); Should we have any kind of MESSAGE_CHECK macros in here for connection, etc.? Maybe that comes later, once this is fleshed out more? Comment on attachment 450354 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450354&action=review >> Source/WebKit/webpushd/WebPushDaemon.mm:481 >> + UNUSED_PARAM(applicationServerKey); > > Should we have any kind of MESSAGE_CHECK macros in here for connection, etc.? Maybe that comes later, once this is fleshed out more? Yeah, we check whether the parameters are sane in the full implementation (https://bugs.webkit.org/show_bug.cgi?id=235857). Committed r288929 (246660@main): <https://commits.webkit.org/246660@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 450354 [details]. |