Closed
Bug 1561536
Opened 5 years ago
Closed 5 years ago
Add new message schema and template type for feature callouts
Categories
(Firefox :: Messaging System, enhancement, P1)
Firefox
Messaging System
Tracking
()
People
(Reporter: andreio, Assigned: andreio)
References
(Blocks 1 open bug)
Details
(Keywords: github-merged)
Attachments
(1 file)
- New template type
badge
- Support for targeting UI elements:
content: {target: "whats-new-menu-button"} // element id
- Support for actions
- a notification message can specify an
action
with anid
and possible arguments - the new badge hub that handles this message template can take the specified action similar to our template routing logic
- a notification message can specify an
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → andrei.br92
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Iteration: --- → 70.1 - Jul 8 - 21
Priority: -- → P2
Updated•5 years ago
|
Priority: P2 → P1
Comment 2•5 years ago
|
||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Keywords: github-merged
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Comment 3•5 years ago
|
||
I have used the WHATS_NEW_BADGE_70
message in order to verify this issue as it the right template for this, is set up to target the whats-new-menu-button
and has an action
""id": "show-whatsnew-button"". I have done this on the latest Nightly 70.0a1 (Build ID 20190714214027) on Windows 10, macOS 10.14, and Arch Linux 14.4.3.
Status: RESOLVED → VERIFIED
Comment 4•5 years ago
|
||
status-firefox69:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•