зеркало из https://github.com/mozilla/pjs.git
bug #62955 - Dialog boxes are the wrong size.
This commit is contained in:
Родитель
4761f187d0
Коммит
c1ae871c79
|
@ -712,7 +712,17 @@ void nsDocLoaderImpl::doStopDocumentLoad(nsIChannel* aChannel,
|
|||
FireOnStateChange(this,
|
||||
aChannel,
|
||||
nsIWebProgressListener::STATE_STOP |
|
||||
nsIWebProgressListener::STATE_IS_DOCUMENT |
|
||||
nsIWebProgressListener::STATE_IS_DOCUMENT,
|
||||
aStatus);
|
||||
|
||||
//
|
||||
// Fire a final OnStatusChange(...) notification indicating the the
|
||||
// current document has finished loading...
|
||||
//
|
||||
FireOnStateChange(this,
|
||||
aChannel,
|
||||
nsIWebProgressListener::STATE_STOP |
|
||||
nsIWebProgressListener::STATE_IS_WINDOW |
|
||||
nsIWebProgressListener::STATE_IS_NETWORK,
|
||||
aStatus);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче