Index: nsWebBrowserPersist.cpp =================================================================== RCS file: /cvsroot/mozilla/embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp,v --- nsWebBrowserPersist.cpp 18 Apr 2004 22:00:49 -0000 1.92 +++ nsWebBrowserPersist.cpp 21 Apr 2004 21:02:44 -0000 @@ -94,16 +94,17 @@ #include "nsIDOMHTMLFrameElement.h" #include "nsIDOMHTMLIFrameElement.h" #include "nsIDOMHTMLInputElement.h" #include "nsIDOMHTMLEmbedElement.h" #include "nsIDOMHTMLObjectElement.h" #include "nsIDOMHTMLDocument.h" #include "ftpCore.h" +#include "nsITransport.h" #include "nsISocketTransport.h" #include "nsIStringBundle.h" #include "nsWebBrowserPersist.h" #define NS_SUCCESS_DONT_FIXUP NS_ERROR_GENERATE_SUCCESS(NS_ERROR_MODULE_GENERAL, 1) @@ -940,16 +963,18 @@ NS_IMETHODIMP nsWebBrowserPersist::OnSta case NS_NET_STATUS_RESOLVING_HOST: case NS_NET_STATUS_BEGIN_FTP_TRANSACTION: case NS_NET_STATUS_END_FTP_TRANSACTION: case NS_NET_STATUS_CONNECTING_TO: case NS_NET_STATUS_CONNECTED_TO: case NS_NET_STATUS_SENDING_TO: case NS_NET_STATUS_RECEIVING_FROM: case NS_NET_STATUS_WAITING_FOR: + case nsITransport::STATUS_READING: + case nsITransport::STATUS_WRITING: break; default: // Pass other notifications (for legitimate errors) along. mProgressListener->OnStatusChange(nsnull, request, status, statusArg); break; }