Open
Bug 1778596
Opened 3 years ago
Updated 2 years ago
Support per-action `imageURL` entries in Windows native notification backend
Categories
(Toolkit :: Alerts Service, enhancement)
Toolkit
Alerts Service
Tracking
()
NEW
People
(Reporter: nalexander, Unassigned)
References
Details
In Bug 1775136, I'm adding the ability to specify actions to the alert service, and making those show up in the Windows native notification backend. I'm not intending to support imageURL, since my use case doesn't require it and since it's not clear if we should download those images to file:/// URLs in the way we download the main image URL, or if we should just pass them through to Windows to fetch however it sees fit. This ticket tracks implementing per-action icons, if and when we care to.
Comment 1•2 years ago
|
||
It's not clear to me if this belongs in Toolkit :: Alerts Service or Core :: Widget: Win32. Going to go with the latter for now.
Component: Notifications and Alerts → Widget: Win32
Product: Toolkit → Core
Comment 2•2 years ago
|
||
Speaking with nalexander, we're going to actually go with Toolkit :: Alerts Service for now.
Component: Widget: Win32 → Alerts Service
Product: Core → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•