Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).

git-svn-id: svn://10.0.0.236/trunk@39678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-07-16 11:14:36 +00:00
parent 016aa13284
commit 84a03567fa
93 changed files with 1398 additions and 825 deletions

View File

@@ -344,7 +344,7 @@ ParallelReadTest(char* dirName, nsIFileTransportService* fts)
rv = fts->CreateTransport(spec, &trans);
NS_ASSERTION(NS_SUCCEEDED(rv), "create failed");
rv = trans->AsyncRead(0, -1, nsnull, listener);
rv = trans->AsyncRead(0, -1, nsnull, listener, nsnull);
NS_ASSERTION(NS_SUCCEEDED(rv), "AsyncRead failed");
// the reader thread will hang on to these objects until it quits