Removed nsIRequest methods from BrowserImplWebPrgrsLstnr.cpp, fille out history listener methods, and added in PromptService.cpp from mfcEmbed.

git-svn-id: svn://10.0.0.236/trunk@100015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
depstein%netscape.com
2001-07-31 01:49:12 +00:00
parent 37194d0d37
commit 4a0ad5dc6b
4 changed files with 98 additions and 15 deletions

View File

@@ -150,18 +150,7 @@ NS_IMETHODIMP CBrowserImpl::OnStateChange(nsIWebProgress *progress, nsIRequest *
displayMode = 1;
strcpy(theDocType, "REQUEST");
if (progressStateFlags & STATE_START)
{
strcpy(theStateType, "STATE_START");
// a few nsIRequest tests
CQaUtils::QAOutput("Some nsIRequest tests thru web prog lstnr: ");
CTests::IsPendingReqTest(request);
CTests::GetStatusReqTest(request);
CTests::SuspendReqTest(request);
CQaUtils::QAOutput("Between Suspend and Resume.");
CTests::ResumeReqTest(request);
}
else if (progressStateFlags & STATE_REDIRECTING)
strcpy(theStateType, "STATE_REDIRECTING");