Closed
Bug 1571747
Opened 5 years ago
Closed 5 years ago
The logins are removed only after page refresh if you disconnect from the FxA and remove Firefox sync data
Categories
(Firefox :: about:logins, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | verified |
People
(Reporter: srosu, Assigned: ntim)
References
Details
(Whiteboard: [passwords:management] [skyline])
Attachments
(2 files)
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-01) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- The Firefox browser is opened.
- The "about:logins" page is opened.
- Be logged into FxA account that has multiple saved logins synced..
[Steps to reproduce]:
- Open a new tab and navigate to "about:preferences#sync" page.
- Click the "Disconnect..." button.
- Check the "Remove Firefox Sync Data" option and click the "Just Disconnect" button.
- Switch to the about:logins tab and observe the “Login List”.
[Expected result]:
- The logins are removed from the list.
[Actual result]:
- The logins are not removed from the list.
[Notes]:
- Attached a screen recording with the issue.
Comment 1•5 years ago
|
||
This is probably because AboutLoginsParent doesn't listen to removeAllLogins
notifications:
Blocks: 1572049
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Flags: qe-verify+
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8529112f00a8
Handle removeAllLogins notification in about:logins. r=MattN
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Reporter | ||
Comment 5•5 years ago
|
||
I have verified this issue on the latest Nightly 70.0a1 (2019-08-18) (64-bit) on Windows 10, MacOS 10.14 and Ubuntu 18.04.
- The logins are successfully removed from the "about:logins" page when you disconnect from the FxA and remove Firefox sync data.
Updated•5 years ago
|
Component: Password Manager → about:logins
Product: Toolkit → Firefox
Target Milestone: mozilla70 → Firefox 70
You need to log in
before you can comment on or make changes to this bug.
Description
•