Confirmed users
195
edits
m (oops, forgot a parameter) |
(killing savePassword, seems essentially unused) |
||
Line 51: | Line 51: | ||
interface nsIAuthPrompt2 : nsISupports | interface nsIAuthPrompt2 : nsISupports | ||
{ | { | ||
/** @name Security Levels */ | /** @name Security Levels */ | ||
/* @{ */ | /* @{ */ | ||
Line 114: | Line 110: | ||
* One of the level constants from above. See there for descriptions | * One of the level constants from above. See there for descriptions | ||
* of the levels. | * of the levels. | ||
* @param flags | * @param flags | ||
* Flags describing this dialog. A bitwise OR of the flag values | * Flags describing this dialog. A bitwise OR of the flag values | ||
Line 150: | Line 143: | ||
in AString passwordRealm, | in AString passwordRealm, | ||
in PRUint32 level, | in PRUint32 level, | ||
in PRUint32 flags, | in PRUint32 flags, | ||
inout AString user, | inout AString user, | ||
Line 175: | Line 167: | ||
in nsISupports aContext, | in nsISupports aContext, | ||
in PRUint32 level, | in PRUint32 level, | ||
in PRUint32 flags, | in PRUint32 flags, | ||
in AString user, | in AString user, |