Import settings wizard dynamic triplets onboarding card for chrome switchers
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | verified |
People
(Reporter: pdahiya, Assigned: pdahiya)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
Scope of this bug is to invoke File > Import from Another Browser... from Chrome switcher onboarding card and add a new chrome switchers onboarding card inside dynamic triplets
| Assignee | ||
Comment 1•6 years ago
•
|
||
Import wizard is invoked from
-
File Menu using MigrationUtils.showMigrationWizard
https://searchfox.org/mozilla-central/source/browser/base/content/browser-sets.inc#35 -
about:login -> Import
https://searchfox.org/mozilla-central/source/browser/components/aboutlogins/AboutLoginsParent.jsm#273
ActivityStream used to previously support import settings from new tab (https://github.com/mozilla/activity-stream/issues/2787),
this functionality was reverted with https://github.com/mozilla/activity-stream/pull/4918
Comment 2•6 years ago
|
||
MigrationUtils.showMigrationWizard was invoked by ManualMigration.jsm from a content dispatched action on the new tab page.
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 5•6 years ago
•
|
||
QA Steps:
- Create a new firefox profile
- In about:config, Set pref trailhead.firstrun.branches to 'join-dynamic_chrome'
- Restart and open a new tab
- Verify dynamic triplets shown are - Import Settings, Sync and Monitor
- Click of 'Import Chrome Data' should trigger 'Import from another browser' wizard
| Assignee | ||
Comment 6•6 years ago
|
||
NI Aaron for UI review of added chrome switcher card. As discussed in the patch we should fix image display size together with bug 1598403 as onboardingMessageImage style is shared. Thanks
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
Attaching screenshot updated with UI feedback.
Comment 10•6 years ago
|
||
| bugherder | ||
Comment 11•6 years ago
|
||
I have verified that the “Import Chrome Data”, “Sign in to Sync”, and “Sign Up for Alerts” cards are displayed when enrolled in the “join-dynamic_chrome” branch. I have also verified that the “Import from another browser” wizard is triggered when you click the “Import Chrome Data” button on latest Firefox Nightly 72.0a1 (Build ID: 20191126093448) on Windows 10 x64, macOS 10.15.1, and Ubuntu Linux 18.04 x64.
Description
•