.. |
.cvsignore
|
cvs ignorage for xpcom2 landing
|
1999-05-26 17:51:05 +00:00 |
Makefile.in
|
checking in makefile to build the interface nsIDirectoryService
|
2000-02-11 05:12:20 +00:00 |
makefile.win
|
checking in makefile to build the interface nsIDirectoryService
|
2000-02-11 05:12:20 +00:00 |
MANIFEST
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
MANIFEST_IDL
|
Landing nsIFile.
|
2000-01-24 21:28:28 +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
|
Added a .get() to a comptr to make it compile on linux.
|
2000-02-21 22:09:24 +00:00 |
nsDirectoryService.h
|
Fixes for 28257, 21628, 27076, 18186, 25584
|
2000-02-21 21:51:47 +00:00 |
nsEscape.cpp
|
Fix to escape quotes along with the other special characters - Bug #: 27039 - r: bienvenu
|
2000-02-11 01:32:20 +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
|
Changed to use do_GetService instead of CreateInstance, bug 30205, r=cata.
|
2000-03-15 01:33:43 +00:00 |
nsFileSpec.h
|
changes to let us build on MacOS X
|
2000-03-11 03:08:04 +00:00 |
nsFileSpecBeOS.cpp
|
Clone nsFileSpec::Truncate from nsFileSpecUnix.cpp, r=shaver.
|
1999-11-20 17:57:42 +00:00 |
nsFileSpecImpl.cpp
|
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
|
2000-03-05 21:26:01 +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
|
changes to let us build on MacOS X
|
2000-03-11 03:08:04 +00:00 |
nsFileSpecOS2.cpp
|
# 25555
|
2000-02-15 15:32:46 +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
|
changes to let us build on MacOS X
|
2000-03-11 03:08:04 +00:00 |
nsFileSpecWin.cpp
|
Optimization for shortcut resolution. r=dveditz.
|
2000-02-15 21:28:13 +00:00 |
nsFileStream.cpp
|
Only a read of 0 means EOF. r=dougt
|
2000-02-11 00:50:58 +00:00 |
nsFileStream.h
|
# 25555
|
2000-02-29 21:27:02 +00:00 |
nsIBaseStream.idl
|
Landing nsIFile.
|
2000-01-24 21:28:28 +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 |
nsIDirectoryService.idl
|
first checking
|
2000-02-11 05:04:53 +00:00 |
nsIFile.idl
|
change nsIFile::Spawn to take an array of arguments instead of just a single flat string. bug #27843. r=dougt, a=chofmann. also, implement nsIFile::Normalize for unix. bug #17948. r=shaver, a=chofmann
|
2000-02-17 15:35:54 +00:00 |
nsIFileSpec.idl
|
In support of #8305 (implement cache).
|
1999-11-19 01:42:46 +00:00 |
nsIFileStream.cpp
|
fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here
|
2000-03-14 13:54:42 +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
|
Fixing dll exports for NS_NewLocalFile()
|
2000-01-28 23:35:55 +00:00 |
nsILocalFileMac.h
|
Fixes for bug 28271 -- add methods to nsILocalFileMac to launch applications and document. Also fix bogus include in nsNativeComponentLoader. r=davidm,dougt. a=jar
|
2000-02-23 23:09:02 +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
|
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
|
2000-03-05 21:26:01 +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
|
Followon from a checkin I did yesterday to fix bugs 29521 and 29827 (a=jar); this part fixes an assertion that happened with empty form fields. r=kin
|
2000-03-02 19:36:15 +00:00 |
nsLinebreakConverter.h
|
First Checked In.
|
1999-12-01 22:21:30 +00:00 |
nsLocalFile.h
|
More tweaks needed to get BeOS to compile for M14. For now, we use the Unix local file implementation. a,r=leaf
|
2000-02-17 20:24:24 +00:00 |
nsLocalFileMac.cpp
|
Fix for 29572 (launching PSM on Mac). Implement GetParent() for an nsILocalFileMac that was initialized with an FSSpec. r=davidm, a=jar
|
2000-03-09 00:35:11 +00:00 |
nsLocalFileMac.h
|
Fixes for bug 28271 -- add methods to nsILocalFileMac to launch applications and document. Also fix bogus include in nsNativeComponentLoader. r=davidm,dougt. a=jar
|
2000-02-23 23:09:02 +00:00 |
nsLocalFileUnix.cpp
|
fix for bug #18186. remove work around in layout code and properly implement nsIFile::GetLastMofificationDate() on unix. r=vidur,jst,dougt a=waterson
|
2000-03-15 03:08:28 +00:00 |
nsLocalFileUnix.h
|
fix build breakage on platforms with out ENOLINK
|
2000-01-28 23:09:58 +00:00 |
nsLocalFileWin.cpp
|
fix for 28942 nsILocalFile::Exists() returns a FILE_NOT_FOUND error.
|
2000-03-14 05:11:02 +00:00 |
nsLocalFileWin.h
|
Fixes for 28257, 21628, 27076, 18186, 25584
|
2000-02-21 21:51:47 +00:00 |
nsPipe2.cpp
|
Back out the changes to the pipe code to fix regression bugs: 26533 and one i forgot the number of. =)
|
2000-02-04 21:45: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
|
# 25555
|
2000-02-29 21:27:02 +00:00 |
nsSpecialSystemDirectory.h
|
# 25555
|
2000-02-29 21:27:02 +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
|
# 25555
|
2000-02-29 21:27:02 +00:00 |
nsStorageStream.cpp
|
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
|
2000-03-05 21:26:01 +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 |