From b6bb2a192a6392c8ac8bdfe411bbb75fa6f8a255 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 4 Oct 2004 15:37:50 +0000 Subject: [PATCH] updating comments in preparation for freezing these interfaces, b=99639 git-svn-id: svn://10.0.0.236/trunk@163197 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/uriloader/base/nsIWebProgress.idl | 8 ++++---- mozilla/uriloader/base/nsIWebProgressListener.idl | 12 +++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) 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,