Directly migrate importable passwords without wizard for single profile
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
People
(Reporter: Mardak, Assigned: Mardak)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
This behavior would only be for the experiment treatment branch and off by default and maintaining current wizard behavior for the control branch too.
Assignee | ||
Comment 1•5 years ago
|
||
Share importable handling from LoginManagerParent and support directly migrating.
![]() |
||
Comment 3•5 years ago
•
|
||
Backed out 2 changesets (Bug 1666373, Bug 1665802) for causing gv-junit and xpcshell failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/7b98b01d238e1581d109397b51ba3356568e6566
Failure logs:
- XPCShell:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316561017&repo=autoland&lineNumber=4531
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316559177&repo=autoland&lineNumber=1877
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316561072&repo=autoland&lineNumber=2199 - Geckoview:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316560087&repo=autoland&lineNumber=2235
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316559061&repo=autoland&lineNumber=2245
![]() |
||
Comment 5•5 years ago
|
||
bugherder |
Assignee | ||
Comment 6•5 years ago
|
||
[Tracking Requested - why for this release]: The wizardless password import autocomplete experiment is scheduled for 82
QA steps: Note, this landed (and planning to uplift to 82) at the same time as bug 1666373 which means the direct migration without wizard functionality is only active in the treatment branch
Prerequisites:
- enrolled in "treatment" branch as per bug 1666373
- chrome/chromium/edge(chromium based) with a single profile with saved login
- no saved login in firefox for the site that does have saved in the other browser
signon.suggestImportCount
pref is greater than 0 (e.g., default 3)
- navigate to site with saved login in other browser
- focus username or password field
- select the import suggestion
Expect: no migration wizard is shown and popup now shows the imported login
For "control" branch as well as not enrolled in the experiment, the behavior is to show the wizard as in 81. If the browser-to-import-from has multiple profiles, the wizard will also be shown even when in "treatment."
Comment 8•5 years ago
|
||
Marking this as Verified based on the verification done in bug 1666373.
Assignee | ||
Comment 9•5 years ago
•
|
||
Comment on attachment 9176433 [details]
Bug 1665802 - Directly migrate importable passwords without wizard for single profile r?sfoster
Beta/Release Uplift Approval Request
- User impact if declined: Users need to go through the full import wizard flow instead of direct migration
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Comment 6
- List of other uplifts needed: Bug 1666850, Bug 1666373
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The functionality will be default off, and bug 1666373 is needed to turn on this feature for those in the experiment, and bug 1666850 is needed to get the experiment working for new profiles.
The code touches the password import autocomplete suggestions which only show up for new users who have importable passwords.
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment on attachment 9176433 [details]
Bug 1665802 - Directly migrate importable passwords without wizard for single profile r?sfoster
approved for 82.0b6
Comment 11•5 years ago
|
||
bugherder uplift |
Comment 12•5 years ago
|
||
Marking this as Verified based on the verification done in bug 1666373.
Description
•