188805 r=adamlock sr=darin nsIWebProgressListener should explain aStatus

This commit is contained in:
cbiesinger%web.de 2003-01-21 21:16:24 +00:00
parent 4c02c19f09
commit fe718003ac

View File

@ -80,7 +80,10 @@ interface nsIWebProgressListener : nsISupports
*
* @param aStateFlags Flags indicating the state change.
*
* @param aStatus Status code for the state change.
* @param aStatus Error status code associated with the state change.
* This parameter should be ignored unless the status flag includes the
* STATE_STOP bit. The status code will indicate success / failure of the
* request associated with the state change.
*
* @return NS_OK should always be returned.
*/