[webkit-reviews] review granted: [Bug 233903] Add web push message decryption routines : [Attachment 446121] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 16:38:09 PST 2021


Brady Eidson <beidson at apple.com> has granted Ben Nham <nham at apple.com>'s
request for review:
Bug 233903: Add web push message decryption routines
https://bugs.webkit.org/show_bug.cgi?id=233903

Attachment 446121: Patch

https://bugs.webkit.org/attachment.cgi?id=446121&action=review




--- Comment #8 from Brady Eidson <beidson at apple.com> ---
Comment on attachment 446121
  --> https://bugs.webkit.org/attachment.cgi?id=446121
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 {


More information about the webkit-reviews mailing list