Checked in api changes and some other small changes from the branch.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user