Bug 169980, document.load should add its document to the parent document's loadgroup so that if we leave the current page the load will be aborted aotomatically, r=harishd, sr=darin.

This commit is contained in:
heikki@netscape.com
2003-04-02 21:44:39 +00:00
parent 0bfe9aefd7
commit 50fcf1b58f
4 changed files with 38 additions and 6 deletions

View File

@@ -1969,8 +1969,6 @@ nsresult nsParser::OnStartRequest(nsIRequest *request, nsISupports* aContext) {
{
mParserContext->SetMimeType(contentType);
}
else
NS_NOTREACHED("parser needs a content type to find a dtd");
#ifdef rickgdebug
gOutFile= new fstream("c:/temp/out.file",ios::trunc);