bug 239604. make uriloader more doxygen friendly, and remove unused "command"

parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@154988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2004-04-16 21:06:07 +00:00
parent be9ff6d8f6
commit 34df912ac0
32 changed files with 110 additions and 103 deletions

View File

@@ -811,7 +811,7 @@ XRemoteService::OpenURL(nsCString &aArgument,
return NS_ERROR_FAILURE;
// load it
rv = loader->OpenURI(channel, PR_TRUE, listenerRef);
rv = loader->OpenURI(channel, PR_TRUE, listener);
}
else if (newTab && aOpenBrowser) {