Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@95306 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
22e5f8c632
commit
dc9b6019fd
@ -136,8 +136,8 @@ interface nsIPromptService : nsISupports
|
||||
* out: If result is true, a newly allocated
|
||||
* string. If result is false, in string is not
|
||||
* touched.
|
||||
* @param checkMsg if null, will use default title - "Remember Value"
|
||||
* @param checkValue if null, check box will not be shown
|
||||
* @param checkMsg if null, check box will not be shown
|
||||
* @param checkValue
|
||||
* @return true for OK, false for Cancel
|
||||
*/
|
||||
boolean prompt(in nsIDOMWindow parent,
|
||||
@ -160,8 +160,8 @@ interface nsIPromptService : nsISupports
|
||||
* out: If result is true, a newly allocated
|
||||
* string. If result is false, in string is not
|
||||
* touched.
|
||||
* @param checkMsg if null, will use default title - "Remember Name and Password"
|
||||
* @param checkValue if null, check box will not be shown
|
||||
* @param checkMsg if null, check box will not be shown
|
||||
* @param checkValue
|
||||
* @return true for OK, false for Cancel
|
||||
*/
|
||||
boolean promptUsernameAndPassword(in nsIDOMWindow parent,
|
||||
@ -181,8 +181,8 @@ interface nsIPromptService : nsISupports
|
||||
* out: If result is true, a newly allocated
|
||||
* string. If result is false, in string is not
|
||||
* touched.
|
||||
* @param checkMsg if null, will use default title - "Remember Password"
|
||||
* @param checkValue if null, check box will not be shown
|
||||
* @param checkMsg if null, check box will not be shown
|
||||
* @param checkValue
|
||||
* @return true for OK, false for Cancel
|
||||
*/
|
||||
boolean promptPassword(in nsIDOMWindow parent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user