зеркало из https://github.com/mozilla/gecko-dev.git
bug 240367, also filter out nsITransport::STATUS_READING and STATUS_WRITING
messages r+sr=darin
This commit is contained in:
Родитель
1f28307ae3
Коммит
e12e404589
|
@ -99,6 +99,7 @@
|
||||||
#include "nsIDOMHTMLDocument.h"
|
#include "nsIDOMHTMLDocument.h"
|
||||||
|
|
||||||
#include "ftpCore.h"
|
#include "ftpCore.h"
|
||||||
|
#include "nsITransport.h"
|
||||||
#include "nsISocketTransport.h"
|
#include "nsISocketTransport.h"
|
||||||
#include "nsIStringBundle.h"
|
#include "nsIStringBundle.h"
|
||||||
|
|
||||||
|
@ -945,6 +946,8 @@ NS_IMETHODIMP nsWebBrowserPersist::OnStatus(
|
||||||
case NS_NET_STATUS_SENDING_TO:
|
case NS_NET_STATUS_SENDING_TO:
|
||||||
case NS_NET_STATUS_RECEIVING_FROM:
|
case NS_NET_STATUS_RECEIVING_FROM:
|
||||||
case NS_NET_STATUS_WAITING_FOR:
|
case NS_NET_STATUS_WAITING_FOR:
|
||||||
|
case nsITransport::STATUS_READING:
|
||||||
|
case nsITransport::STATUS_WRITING:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче