Add privileged means of determining what notification button was pressed.
Categories
(Toolkit :: Alerts Service, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: nrishel, Assigned: nrishel)
References
Details
(Whiteboard: [fidedi])
Attachments
(3 files)
We need a more general way to determine what notification action (button) was pressed when interacting with the in-memory callback.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
When nsIWindowsAlertNotification
's handleActions
property is set to true, actions are sent in the notification observer's aData
field instead of the notification cookie.
Comment 3•1 year ago
|
||
bugherder |
Comment 4•1 year ago
|
||
Generally, this shouldn't matter: background task notifications expect
to relaunch Firefox to handle them, and in that case handleActions
is not relevant; but it's still best to accommodate background tasks
that expect Windows 8.1 action callbacks, since it's easy to do so.
Depends on D199149
Comment 5•1 year ago
|
||
Generally, this shouldn't matter: background task notifications expect
to relaunch Firefox to handle them, and in that case handleActions
is not relevant; but it's still best to accommodate background tasks
that expect Windows 8.1 action callbacks, since it's easy to do so.
Depends on D199152
Description
•