| Summary: | Add web push message decryption routines | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> | ||||||||||||||||||||
| Component: | New Bugs | Assignee: | Ben Nham <nham> | ||||||||||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||||||||||
| Severity: | Normal | CC: | achristensen, annulen, beidson, ews-watchlist, gyuyoung.kim, nham, ryuan.choi, sergio, webkit-bug-importer, youennf | ||||||||||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||
|
Description
Ben Nham
2021-12-06 16:56:26 PST
Created attachment 446100 [details]
Patch
Created attachment 446102 [details]
Patch
Created attachment 446105 [details]
Patch
Created attachment 446113 [details]
Patch
Created attachment 446117 [details]
Patch
Created attachment 446121 [details]
Patch
Comment on attachment 446121 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446121&action=review > Source/WebCore/Modules/push-api/PushCrypto.cpp:35 > +namespace WebCore { > + > +namespace PushCrypto { namespace WebCore::PushCrypto { > Source/WebCore/Modules/push-api/PushCrypto.h:36 > +namespace WebCore { > + > +namespace PushCrypto { namespace WebCore::PushCrypto { > Source/WebCore/Modules/push-api/PushMessageCrypto.cpp:37 > +namespace WebCore { > + > +namespace PushCrypto { namespace WebCore::PushCrypto { > Source/WebCore/Modules/push-api/PushMessageCrypto.h:37 > +namespace WebCore { > + > +namespace PushCrypto { namespace WebCore::PushCrypto { > Source/WebCore/Modules/push-api/cocoa/PushCryptoCocoa.cpp:37 > +namespace WebCore { > + > +namespace PushCrypto { namespace WebCore::PushCrypto { Created attachment 447110 [details]
Patch
Created attachment 447111 [details]
Patch
Committed r287015 (245220@main): <https://commits.webkit.org/245220@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447111 [details]. Reopening to attach new patch. Created attachment 450329 [details]
Add unit tests that were left out of original patch for landing
Committed r288796 (246573@main): <https://commits.webkit.org/246573@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 450329 [details]. |