mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
188805 r=adamlock sr=darin nsIWebProgressListener should explain aStatus
This commit is contained in:
parent
4c02c19f09
commit
fe718003ac
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user