Bug 252527 - Add dataStoreIdentifier getter to WKNotificationRef
Summary: Add dataStoreIdentifier getter to WKNotificationRef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-17 23:38 PST by Ben Nham
Modified: 2023-02-20 09:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Nham 2023-02-17 23:38:39 PST
When we show a persistent notification, we need to tell the embedder the data store identifier that the notification is associated with. This way the embedder will know which data store to send notificationclick and notificationclose events to when the notification is eventually clicked or closed.
Comment 1 Radar WebKit Bug Importer 2023-02-17 23:40:37 PST
<rdar://problem/105626458>
Comment 2 Ben Nham 2023-02-17 23:45:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/10327
Comment 3 EWS 2023-02-20 09:19:23 PST
Committed 260540@main (4d6ca3abbe3b): <https://commits.webkit.org/260540@main>

Reviewed commits have been landed. Closing PR #10327 and removing active labels.