Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsILoginManagerIEMigrationHelper

Imports a login from the nsIIEProfileMigrator into the Login Manager.
1.0
28
Introduced
Gecko 1.9
Inherits from: nsISupports Last changed in Gecko 1.9 (Firefox 3)

Method overview

void migrateAndAddLogin(in nsILoginInfo aLogin);

Methods

migrateAndAddLogin()

Takes a login provided from nsIEProfileMigrator, migrates it to the current login manager format, and adds it to the list of stored logins.

Note: In some cases, multiple logins may be created from a single input when the format is ambiguous.

void migrateAndAddLogin(
  in nsILoginInfo aLogin
);
Parameters
aLogin
The login to be migrated.

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh
 Last updated by: Sheppy,