Closed Bug 303978 Opened 19 years ago Closed 19 years ago

Expose User/PassFieldName values for password entries

Categories

(Toolkit :: Password Manager, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.8final

People

(Reporter: darin.moz, Assigned: darin.moz)

Details

(Keywords: fixed1.8)

Attachments

(1 file)

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;
  };
Attached patch v1 patchSplinter Review
Simple patch.
Attachment #192051 - Flags: review?(bryner)
Attachment #192051 - Flags: review?(bryner) → review+
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox1.1
Attachment #192051 - Flags: approval1.8b4?
Attachment #192051 - Flags: approval1.8b4? → approval1.8b4+
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Keywords: fixed1.8
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: