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

This commit is contained in:
scullin@netscape.com
1998-08-14 23:08:54 +00:00
parent 4f6327268f
commit 58fb78605b
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());