CFR Trigger: Offer Fx Sync when a password is saved
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: MattN, Assigned: MattN)
References
()
Details
(Whiteboard: [skyline])
Attachments
(4 files)
After a user saves a login in Firefox, offer Firefox Sync.
Relationships KPI Deck Slide | UX Spec (scroll to the very bottom)
Targeting:
usesFirefoxSync == false
Trigger:
LoginStats:NewSavedPassword
observer notification
Frequency:
{ lifetime: 3 },
Primary button action:
action: {
type: "OPEN_PREFERENCES_PAGE",
data: { category: "sync" },
},
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D42074
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5edeb9b98349
https://hg.mozilla.org/mozilla-central/rev/d7fc40c8466c
https://hg.mozilla.org/mozilla-central/rev/c383eea470b3
Assignee | ||
Comment 6•6 years ago
|
||
Only the trigger got implemented in this bug and it doesn't work yet because triggers assume that that hosts are involved but they aren't relevant for this one. That should hopefully be resolved after the other Fx70 CFR triggers are implemented.
The panel layout is also incorrect as CFR for features (not add-ons) currently assumes that it is promoting pinned tabs so it depends on bug 1571022 to fix that.
I filed bug 1574812 to track the remaining work that is currently blocked on other CFR work.
Description
•