[webkit-changes] [WebKit/WebKit] 010581: Add 'mutable' member to Notification JSON
Brady Eidson
noreply at github.com
Sun Sep 17 11:47:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 010581c0ec10914fdf7618f75cdc69fc734cc9ec
https://github.com/WebKit/WebKit/commit/010581c0ec10914fdf7618f75cdc69fc734cc9ec
Author: Brady Eidson <beidson at apple.com>
Date: 2023-09-17 (Sun, 17 Sep 2023)
Changed paths:
M Source/WebCore/Modules/notifications/NotificationJSONParser.cpp
M Source/WebCore/Modules/notifications/NotificationPayload.h
M Source/WebCore/Modules/notifications/NotificationPayloadCocoa.mm
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
Log Message:
-----------
Add 'mutable' member to Notification JSON
https://bugs.webkit.org/show_bug.cgi?id=261648
Reviewed by Jean-Yves Avenard.
* Source/WebCore/Modules/notifications/NotificationJSONParser.cpp:
(WebCore::mutableKey):
(WebCore::NotificationJSONParser::parseNotificationPayload):
* Source/WebCore/Modules/notifications/NotificationPayload.h:
* Source/WebCore/Modules/notifications/NotificationPayloadCocoa.mm:
(WebCore::NotificationPayload::fromDictionary):
(WebCore::NotificationPayload::dictionaryRepresentation const):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm:
Canonical link: https://commits.webkit.org/268066@main
More information about the webkit-changes
mailing list