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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user