gecko-dev/network/cnvts
mscott%netscape.com 657497423f Cleanup some of the memory leaks in this code. We were never releasing the stream converter that was attached to the stream! The stream struct was just getting PR_Free'd. So I tweaked plugin_stream_complete and plugin_stream_abort to release the converter. And we had another leak on the pluggable converter object which was in NET_PluginStream. Using nsCOMPtr to fix the leak. Also fixed where we were comparing a nsresult directly against NS_OK instead of using NS_SUCCEEDED. 1999-05-12 02:50:12 +00:00
..
.cvsignore
MANIFEST Remove the magic files from the MANIFEST 1999-02-18 18:45:55 +00:00
Makefile.in Removed MODULAR_NETLIB dependencies from makefiles. 1999-04-28 01:34:57 +00:00
cvactive.c N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00
cvactive.h
cvchunk.c Fix bug #773 1999-03-12 19:45:24 +00:00
cvchunk.h
cvcolor.c N2 landing... everybody run! duck! hide...! It really should be ok. 1999-03-25 00:22:56 +00:00
cvcolor.h
cvdisk.c
cvdisk.h
cvextcon.c
cvextcon.h
cvjscfg.c Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:51:22 +00:00
cvjscfg.h add prototype for NET_FindProxyInJSC to reduce compiler warnings on Macintosh. 1998-12-30 16:00:01 +00:00
cvmime.c removing softupdt refereces. Approved by dp. 1999-03-30 14:33:08 +00:00
cvmime.h
cvpics.c
cvpics.h
cvplugin.cpp Cleanup some of the memory leaks in this code. We were never releasing the stream converter that was attached to the stream! The stream struct was just getting PR_Free'd. So I tweaked plugin_stream_complete and plugin_stream_abort to release the converter. And we had another leak on the pluggable converter object which was in NET_PluginStream. Using nsCOMPtr to fix the leak. Also fixed where we were comparing a nsresult directly against NS_OK instead of using NS_SUCCEEDED. 1999-05-12 02:50:12 +00:00
cvplugin.h Changes to make the Mac not complain so much. 1999-03-09 00:04:34 +00:00
cvproxy.c
cvproxy.h
cvsimple.c
cvsimple.h
cvunzip.c
cvunzip.h
cvview.c
cvview.h
makefile.win Removed MODULAR_NETLIB dependencies from makefiles. 1999-04-28 01:34:57 +00:00
nsINetOStream.h First round of file additions to support pluggable converters 1999-02-12 19:45:25 +00:00
nsINetPlugin.h First round of file additions to support pluggable converters 1999-02-12 19:45:25 +00:00
nsINetPluginInstance.h Necessary changes to pass in the URL to the GetMimeOutput() function 1999-04-01 00:58:47 +00:00
nsNetConverterStream.cpp Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
nsNetConverterStream.h Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
txview.c
txview.h