Checked in api changes and some other small changes from the branch.

git-svn-id: svn://10.0.0.236/trunk@8049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin%netscape.com
1998-08-14 23:08:54 +00:00
parent 1dfe01a8e4
commit db73f7e25e
14 changed files with 605 additions and 304 deletions

View File

@@ -248,7 +248,7 @@ extern "C" NS_EXPORT int DebugRobot(
g_bReadyForNextUrl = PR_FALSE;
if (ww) {
ww->SetObserver(pl);
ww->LoadURL(url->GetSpec());/* XXX hook up stream listener here! */
ww->LoadURL(nsString(url->GetSpec()));/* XXX hook up stream listener here! */
while (!g_bReadyForNextUrl) {
if (yieldProc != NULL)
(*yieldProc)(url->GetSpec());