bug #62955 - Dialog boxes are the wrong size.
git-svn-id: svn://10.0.0.236/trunk@84034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user