diff --git a/mozilla/uriloader/base/nsIWebProgress.idl b/mozilla/uriloader/base/nsIWebProgress.idl index 5583efaa33c..9a420dd5599 100644 --- a/mozilla/uriloader/base/nsIWebProgress.idl +++ b/mozilla/uriloader/base/nsIWebProgress.idl @@ -44,8 +44,8 @@ interface nsIDOMWindow; interface nsIWebProgressListener; /** - * The nsIWebProgress interface is used to look at the progress of document - * loading in a particular DOM window. + * The nsIWebProgress interface is used to look at the progress of documents + * loading in a particular DOM window and any descendent DOM windows. * * @status UNDER_REVIEW */ @@ -59,8 +59,8 @@ interface nsIWebProgress : nsISupports */ /** - * These flags indicate the state transistions to observe, corresponding - * to nsIWebProgressListener::onStateChange. + * These flags indicate the state transistions to observe, corresponding to + * nsIWebProgressListener::onStateChange. * * NOTIFY_STATE_REQUEST * Only receive the onStateChange event if the aStateFlags parameter diff --git a/mozilla/uriloader/base/nsIWebProgressListener.idl b/mozilla/uriloader/base/nsIWebProgressListener.idl index fdfc2cd413f..ba5ff654c82 100644 --- a/mozilla/uriloader/base/nsIWebProgressListener.idl +++ b/mozilla/uriloader/base/nsIWebProgressListener.idl @@ -157,9 +157,10 @@ interface nsIWebProgressListener : nsISupports * @param aRequest * The nsIRequest that has changed state. * @param aStateFlags - * Flags indicating the new state. This value is a combination - * of one of the State Transition Flags and one or more of the - * State Type Flags defined above. + * Flags indicating the new state. This value is a combination of one + * of the State Transition Flags and one or more of the State Type + * Flags defined above. All undefined bits are reserved for future + * use. * @param aStatus * Error status code associated with the state change. This parameter * should be ignored unless aStateFlags includes the STATE_STOP bit. @@ -247,7 +248,7 @@ interface nsIWebProgressListener : nsISupports * after document load completion. It might also be called if an error * occurs during network loading. * - * NOTE: These notification will only occur if a security package is + * NOTE: These notifications will only occur if a security package is * installed. * * @param aWebProgress @@ -255,7 +256,8 @@ interface nsIWebProgressListener : nsISupports * @param aRequest * The nsIRequest that has new security state. * @param aState - * A value composed of the Security State Flags listed above. + * A value composed of the Security State Flags listed above. Any + * undefined bits are reserved for future use. */ void onSecurityChange(in nsIWebProgress aWebProgress, in nsIRequest aRequest,