added support for webProgress flags for AddWebProgressListener()

git-svn-id: svn://10.0.0.236/trunk@123971 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
depstein%netscape.com
2002-06-25 00:41:01 +00:00
parent db66460cc5
commit 06ea59bc4b
4 changed files with 84 additions and 12 deletions

View File

@@ -268,7 +268,7 @@ void CNsIWebNav::GoToIndexTest()
RvTestResult(rv, "GotoIndex() test", 2);
}
void CNsIWebNav::LoadUriTest(char *theUrl, const unsigned long theFlag)
void CNsIWebNav::LoadUriTest(char *theUrl, PRUint32 theFlag)
{
char theTotalString[500];
char theFlagName[200];
@@ -313,7 +313,7 @@ void CNsIWebNav::LoadUriTest(char *theUrl, const unsigned long theFlag)
RvTestResult(rv, theTotalString, 2);
}
void CNsIWebNav::ReloadTest(const unsigned long theFlag)
void CNsIWebNav::ReloadTest(PRUint32 theFlag)
{
char theTotalString[500];
char theFlagName[200];
@@ -357,7 +357,7 @@ void CNsIWebNav::ReloadTest(const unsigned long theFlag)
RvTestResult(rv, theTotalString, 1);
}
void CNsIWebNav::StopUriTest(char *theUrl, const unsigned long theFlag)
void CNsIWebNav::StopUriTest(char *theUrl, PRUint32 theFlag)
{
char theTotalString[200];
char flagString[100];