Closed
Bug 381727
Opened 18 years ago
Closed 17 years ago
Unable to delete passwords from preferences
Categories
(Toolkit :: Password Manager, defect, P3)
Toolkit
Password Manager
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9beta3
People
(Reporter: mossop, Assigned: Dolske)
References
Details
(Keywords: regression, Whiteboard: fixed?)
If I show my saved passwords and attempt to delete one the following error shows up in hte console 3 times. The entry appears to disappear but closing and reopening the password list shows that it is still there.
Error: Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsISecretDecoderRing.encryptString]
Source file: file:///Applications/Minefield.app/Contents/MacOS/components/storage-Legacy.js
Line: 613
Comment 1•18 years ago
|
||
I get a similar error (also 3x) when trying to delete logins from the autocomplete dropdown in a login field.
Error: [Exception... "'No logins found for hostname (null)' when calling method: [nsILoginManagerStorage::removeLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///I:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js :: anonymous :: line 411" data: no]
Source File: file:///I:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js
Line: 411
Flags: blocking-firefox3?
OS: Mac OS X → All
Hardware: PC → All
Updated•18 years ago
|
Assignee: nobody → dolske
Flags: blocking-firefox3? → blocking-firefox3+
Comment 2•18 years ago
|
||
(In reply to comment #1)
> I get a similar error (also 3x) when trying to delete logins from the
> autocomplete dropdown in a login field.
>
> Error: [Exception... "'No logins found for hostname (null)' when calling
> method: [nsILoginManagerStorage::removeLogin]" nsresult: "0x8057001e
> (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::
> file:///I:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js ::
> anonymous :: line 411" data: no]
> Source File:
> file:///I:/Program%20Files/Mozilla%20Firefox/components/nsLoginManager.js
> Line: 411
-> bug 386005
Updated•18 years ago
|
Target Milestone: --- → Firefox 3 M7
Comment 3•18 years ago
|
||
Missing the freeze, moving out.
Target Milestone: Firefox 3 M7 → Firefox 3 M8
Assignee | ||
Updated•17 years ago
|
Target Milestone: Firefox 3 M8 → Firefox 3 M9
Comment 4•17 years ago
|
||
dolske, can you update status here?
Assignee | ||
Comment 5•17 years ago
|
||
I suspect this is mostly fixed now... IIRC the problem was largely due to a combination of a corrupted signons.txt and how we preemptively decrypted passwords prior to bug 381164 being fixed. I want to verify that and look at any other creative ways to break this. Bug 386005 also fixed a problem touched on here.
Updated•17 years ago
|
Whiteboard: fixed?
Updated•17 years ago
|
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Updated•17 years ago
|
Target Milestone: Firefox 3 M10 → Firefox 3 M11
Updated•17 years ago
|
Priority: -- → P3
Comment 6•17 years ago
|
||
Works for me on latest trunk build.
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•