Closed
Bug 1358772
Opened 9 years ago
Closed 2 years ago
Delete passwords - if the master password is set
Categories
(Toolkit :: Data Sanitization, defect, P5)
Toolkit
Data Sanitization
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: janekptacijarabaci, Unassigned)
Details
User Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.18
Steps to reproduce:
If the master password is set:
1) Use function "Forget About Site"
2) At the prompt (Master Password), press Cancel
Actual results:
Throws an error in Browser Console:
Exception occured in clearing passwords : ...
There were a total of 1 errors during removal
Expected results:
Browser Console should be empty.
The indexOf() method is case sensitive.
User canceled Master Password entry !== User canceled master password entry
See:
https://hg.mozilla.org/mozilla-central/file/0acbd98f996d/toolkit/forgetaboutsite/ForgetAboutSite.jsm#l133
Updated•7 years ago
|
Priority: -- → P5
Updated•4 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
This doesn't look reproducible anymore, looks like the code was refactored and moved into a separate passwords cleaner https://searchfox.org/mozilla-central/source/toolkit/components/cleardata/ClearDataService.sys.mjs#576
Can we close this?
Flags: needinfo?(pbz)
Comment 2•2 years ago
|
||
If it can't be reproduced anymore feel free to close the bug as WORKSFORME. Where is that error message thrown anyway?
Flags: needinfo?(pbz)
Comment 3•2 years ago
|
||
It's supposed to throw if an exception occurs when clearing passwords now. I was unable to reproduce it on MacOS with the new clearing mechanisms.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•