gecko-dev/xpcom/io
warren%netscape.com e07863e48c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
..
.cvsignore cvs ignorage for xpcom2 landing 1999-05-26 17:51:05 +00:00
MANIFEST Fix build bustage - warren obsoleted nsPipe2.h but didn't update the manifest 2000-01-05 04:57:12 +00:00
MANIFEST_IDL Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more. 1999-08-24 08:45:17 +00:00
Makefile.in Export nsStorageStream.h 1999-12-07 00:05:37 +00:00
makefile.win removing nsIFile stuff from the windows makefile for now. a=sdagley. 1999-12-22 01:50:30 +00:00
nsBinaryStream.cpp In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsBinaryStream.h In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsDirectoryService.cpp 1. First cut of a Special System Directory replacement (nsDirectoryService). 1999-12-22 01:56:45 +00:00
nsDirectoryService.h 1. First cut of a Special System Directory replacement (nsDirectoryService). 1999-12-22 01:56:45 +00:00
nsEscape.cpp Fix for memory allocation off by 1 error. No bug. r: rhp (submitted by Ben Bucksch <mozilla-news@bucksch.org> 1999-11-18 02:46:52 +00:00
nsEscape.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpec.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpec.h In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecBeOS.cpp Clone nsFileSpec::Truncate from nsFileSpecUnix.cpp, r=shaver. 1999-11-20 17:57:42 +00:00
nsFileSpecImpl.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsFileSpecImpl.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecMac.cpp In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecOS2.cpp Changing nsFileSpec Copy and Move function names to match their 1999-10-21 00:40:39 +00:00
nsFileSpecStreaming.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecStreaming.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecUnix.cpp Fix for QNX-specific build bustage. QNX doesn't provide a prototype for truncate(). 1999-12-02 03:17:04 +00:00
nsFileSpecWin.cpp fix file truncation on windows, was breaking pop filters, r=dougt, a=chofmann 20634 1999-12-10 23:33:30 +00:00
nsFileStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIBaseStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIBinaryInputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBinaryOutputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBufferInputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIBufferOutputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIDirectoryEnumerator.idl - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFile.idl 1. First cut of a Special System Directory replacement (nsDirectoryService). 1999-12-22 01:56:45 +00:00
nsIFileSpec.idl In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsIFileStream.cpp NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com 1999-11-30 23:36:32 +00:00
nsIFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIInputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsILocalFile.idl Adding include of prlink.h to nsILocalFile.idl. 1999-12-22 04:11:13 +00:00
nsIOutputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIPipe.idl Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
nsIScriptableInputStream.idl r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
nsIStorageStream.idl Bug #8305, r: valeski, rickg 1999-11-16 19:14:08 +00:00
nsIStringStream.cpp * Fix 12124 [DOGFOOD] Reading user's preferences 1999-11-16 05:07:31 +00:00
nsIStringStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIUnicharInputStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsLinebreakConverter.cpp Additional fix to the linebreakers when munging nsStrings. r=pinkerton. 1999-12-02 05:33:50 +00:00
nsLinebreakConverter.h First Checked In. 1999-12-01 22:21:30 +00:00
nsLocalFile.h Part of #17949. nsLocalFileMac work. Not part of build yet. 1999-12-07 22:26:51 +00:00
nsLocalFileMac.cpp 1. First cut of a Special System Directory replacement (nsDirectoryService). 1999-12-22 01:56:45 +00:00
nsLocalFileMac.h First Checked In. 1999-12-08 07:56:17 +00:00
nsLocalFileUnix.cpp 1. First cut of a Special System Directory replacement (nsDirectoryService). 1999-12-22 01:56:45 +00:00
nsLocalFileUnix.h renamed from the hated nsISomethingImpl. 1999-12-04 01:13:44 +00:00
nsLocalFileWin.cpp Adding include of prlink.h to nsILocalFile.idl. 1999-12-22 04:11:13 +00:00
nsLocalFileWin.h 13320 more tweaking to nsIFile windows impl. 1999-12-07 23:31:25 +00:00
nsPipe2.cpp Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
nsScriptableInputStream.cpp a=chofmann, 21783. inverted parameter validation checks have been corrected. 1999-12-21 03:00:54 +00:00
nsScriptableInputStream.h r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
nsSegmentedBuffer.cpp Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSegmentedBuffer.h Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSpecialSystemDirectory.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsSpecialSystemDirectory.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStdFileStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStdFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStorageStream.cpp Need to reset pointers within segment after realloc, since segment base 1999-12-08 06:28:44 +00:00
nsStorageStream.h Quash warning 1999-11-19 01:22:30 +00:00
nsUnicharInputStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00