Closed
Bug 303978
Opened 19 years ago
Closed 19 years ago
Expose User/PassFieldName values for password entries
Categories
(Toolkit :: Password Manager, enhancement)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
7.02 KB,
patch
|
bryner
:
review+
mconnor
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Expose User/PassFieldName values for password entries.
nsIPasswordManagerInternal.addUserFull allows a UserFieldName and PassFieldName
to be associated with a password manager entry, but it does not provide any way
to read those values. I think that nsIPassword (which is frozen) should QI to a
new interface that exposes these two additional fields.
I propose an interface like this:
interface nsIPasswordInternal : nsIPassword {
readonly attribute AString userFieldName;
readonly attribute AString passFieldName;
};
Updated•19 years ago
|
Attachment #192051 -
Flags: review?(bryner) → review+
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox1.1
| Assignee | ||
Updated•19 years ago
|
Attachment #192051 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #192051 -
Flags: approval1.8b4? → approval1.8b4+
| Assignee | ||
Comment 2•19 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•