Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren

git-svn-id: svn://10.0.0.236/trunk@42013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-08-03 20:51:41 +00:00
parent 8b06fb6177
commit 7ff5fdfced
16 changed files with 135 additions and 98 deletions

View File

@@ -2708,7 +2708,9 @@ nsWebShellWindow::ShowMenuBar(PRBool aShow)
//nsIUrlDispatcher methods
NS_IMETHODIMP
nsWebShellWindow::HandleUrl(const PRUnichar * aCommand, const PRUnichar * aURLSpec, nsIPostData * aPostData)
nsWebShellWindow::HandleUrl(const PRUnichar * aCommand,
const PRUnichar * aURLSpec,
nsIInputStream * aPostDataStream)
{
/* Make the topic to observe. The topic will be of the format
* linkclick:<prototocol>. Note thet this is a totally made up thing.