Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
git-svn-id: svn://10.0.0.236/trunk@64449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -105,13 +105,13 @@ static nsModuleComponentInfo gNetModuleInfo[] = {
|
||||
NS_LOADGROUP_CID,
|
||||
"component://netscape/network/load-group",
|
||||
nsLoadGroup::Create },
|
||||
{ NS_FILEINPUTSTREAM_CLASSNAME,
|
||||
NS_FILEINPUTSTREAM_CID,
|
||||
NS_FILEINPUTSTREAM_PROGID,
|
||||
{ NS_LOCALFILEINPUTSTREAM_CLASSNAME,
|
||||
NS_LOCALFILEINPUTSTREAM_CID,
|
||||
NS_LOCALFILEINPUTSTREAM_PROGID,
|
||||
nsFileInputStream::Create },
|
||||
{ NS_FILEOUTPUTSTREAM_CLASSNAME,
|
||||
NS_FILEOUTPUTSTREAM_CID,
|
||||
NS_FILEOUTPUTSTREAM_PROGID,
|
||||
{ NS_LOCALFILEOUTPUTSTREAM_CLASSNAME,
|
||||
NS_LOCALFILEOUTPUTSTREAM_CID,
|
||||
NS_LOCALFILEOUTPUTSTREAM_PROGID,
|
||||
nsFileOutputStream::Create },
|
||||
{ "StdURLParser",
|
||||
NS_STANDARDURLPARSER_CID,
|
||||
|
||||
Reference in New Issue
Block a user