warren%netscape.com
|
447b069ddb
|
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
|
1999-06-03 21:50:47 +00:00 |
mscott%netscape.com
|
96e1e139cd
|
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 |
rhp%netscape.com
|
cfa0a59610
|
Necessary changes to pass in the URL to the GetMimeOutput() function
|
1999-04-01 00:58:47 +00:00 |
ebina%netscape.com
|
2a6811111a
|
Bruce Mitchener's memory leak fixes.
|
1999-03-11 20:39:39 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
ebina%netscape.com
|
0b8eef92a3
|
Changes to make the Mac not complain so much.
|
1999-03-09 00:04:34 +00:00 |
ebina%netscape.com
|
06bb2df981
|
Add the stream name (URL string) to the nsINetPluginInstance
interface in the Initialize method.
|
1999-03-08 21:57:35 +00:00 |
mcmullen%netscape.com
|
0b721e55f8
|
Removed the offset parameter from the base stream interfaces. Implemented string streams.
|
1999-03-05 22:53:56 +00:00 |
alecf%netscape.com
|
f4d426344a
|
fix HPUX bustage - nspr.h is still giving problems
|
1999-02-27 04:18:55 +00:00 |
ebina%netscape.com
|
fc9583712b
|
Remove the "magic" hack because we now have the real thing
in XPCOM/repository
|
1999-02-18 17:09:48 +00:00 |
ebina%netscape.com
|
73d3b0457c
|
Use PR_TRUE and PR_FALSE instead of True and False.
|
1999-02-17 01:27:10 +00:00 |
ebina%netscape.com
|
fb4e53043d
|
First round of file additions to support pluggable converters
|
1999-02-12 19:45:25 +00:00 |