Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 88f9bc0282fa36cd9b5eaebe216c087c997bf33d
https://github.com/WebKit/WebKit/commit/88f9bc0282fa36cd9b5eaebe216c087c997bf33d
Author: Anne van Kesteren <[email protected]>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M Source/WebCore/Modules/notifications/NotificationJSONParser.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/WebPushDaemon.mm
Log Message:
-----------
NotificationJSONParser::parseNotificationPayload gets mutable from wrong
object
https://bugs.webkit.org/show_bug.cgi?id=296770
rdar://157475553
Reviewed by Brady Eidson.
mutable is supposed to be a sibling of notification and app_badge, not
a child of notification.
Support both variants for now and once Declarative Web Push is more
widespread we can remove support for the incorrect variant (tracked via
https://bugs.webkit.org/show_bug.cgi?id=297389).
Canonical link: https://commits.webkit.org/298677@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes