first pass support for view-source

git-svn-id: svn://10.0.0.236/trunk@14424 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-11-11 11:55:32 +00:00
parent 40ea51753a
commit e507069774
54 changed files with 2518 additions and 74 deletions

View File

@@ -41,7 +41,8 @@ public:
MyDocument();
NS_IMETHOD StartDocumentLoad(nsIURL *aUrl,
nsIWebShell* aShell,
nsIStreamListener **aDocListener)
nsIStreamListener **aDocListener,
const char* aCommand)
{
return NS_OK;
}