.. |
.cvsignore
|
|
|
macDirectoryCopy.c
|
|
|
macDirectoryCopy.h
|
|
|
Makefile.in
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
nsAppDirectoryServiceDefs.h
|
|
|
nsAppFileLocationProvider.cpp
|
Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie
|
2006-03-19 02:52:30 +00:00 |
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
|
|
nsBinaryStream.h
|
|
|
nsDirectoryService.cpp
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
nsDirectoryService.h
|
|
|
nsDirectoryServiceDefs.h
|
|
|
nsDirectoryServiceUtils.h
|
|
|
nsEscape.cpp
|
|
|
nsEscape.h
|
|
|
nsFastLoadFile.cpp
|
Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner
|
2006-04-19 16:29:31 +00:00 |
nsFastLoadFile.h
|
Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner
|
2006-04-19 16:29:31 +00:00 |
nsFastLoadPtr.h
|
|
|
nsFastLoadService.cpp
|
|
|
nsFastLoadService.h
|
|
|
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBaseStream.idl
|
|
|
nsIBinaryInputStream.idl
|
|
|
nsIBinaryOutputStream.idl
|
|
|
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFastLoadFileControl.idl
|
|
|
nsIFastLoadService.idl
|
|
|
nsIFile.idl
|
|
|
nsIInputStream.idl
|
|
|
nsIInputStreamTee.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFile.idl
|
|
|
nsILocalFileMac.idl
|
326668 Add NS_NewLocalFileWithFSRef function to create nsLocalFiles from FSRefs on Mac prior to xpcom startup. r=josh sr=dougt
|
2006-03-07 01:26:13 +00:00 |
nsILocalFileOS2.idl
|
|
|
nsILocalFileWin.idl
|
|
|
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
|
|
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIObservableInputStream.idl
|
|
|
nsIObservableOutputStream.idl
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
Bug 330701 - NS_NewPipe with default segment size ignores max size. r=darin
|
2006-03-22 20:42:55 +00:00 |
nsIScriptableInputStream.idl
|
|
|
nsISeekableStream.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStreamBufferAccess.idl
|
|
|
nsIStringStream.idl
|
|
|
nsIUnicharInputStream.idl
|
|
|
nsIUnicharLineInputStream.idl
|
|
|
nsIUnicharOutputStream.idl
|
|
|
nsLinebreakConverter.cpp
|
|
|
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
Bug 322183 - Throw specified exception when moving a folder on top of a non-empty folder. AIX 4.3 defines ENOTEMPTY to be the same as EEXIST by default, so add an #if around code in the last checkin to make AIX happy.
|
2006-03-30 16:50:17 +00:00 |
nsLocalFileCommon.cpp
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
nsLocalFileMac.cpp
|
326668 Add NS_NewLocalFileWithFSRef function to create nsLocalFiles from FSRefs on Mac prior to xpcom startup. r=josh sr=dougt
|
2006-03-07 01:26:13 +00:00 |
nsLocalFileMac.h
|
|
|
nsLocalFileOS2.cpp
|
OS/2 build bustage
|
2006-04-14 14:02:57 +00:00 |
nsLocalFileOS2.h
|
|
|
nsLocalFileOSX.cpp
|
Reverting bug 326925 because of a 6.5% Ts increase, even in static builds.
|
2006-04-13 17:24:12 +00:00 |
nsLocalFileOSX.h
|
|
|
nsLocalFileUnicode.h
|
|
|
nsLocalFileUnix.cpp
|
Reverting bug 326925 because of a 6.5% Ts increase, even in static builds.
|
2006-04-13 17:24:12 +00:00 |
nsLocalFileUnix.h
|
|
|
nsLocalFileWin.cpp
|
Fix mingw cross-compile & static build bustage
|
2006-04-14 22:59:21 +00:00 |
nsLocalFileWin.h
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
nsMultiplexInputStream.cpp
|
|
|
nsMultiplexInputStream.h
|
|
|
nsNativeCharsetUtils.cpp
|
bug 334167 : make NS_IsNativeUTF8 inline where appropriate r/sr=darin
|
2006-04-16 23:58:38 +00:00 |
nsNativeCharsetUtils.h
|
bug 334167 : make NS_IsNativeUTF8 inline where appropriate r/sr=darin
|
2006-04-16 23:58:38 +00:00 |
nsPipe3.cpp
|
Bug 330701 - NS_NewPipe with default segment size ignores max size. r=darin
|
2006-03-22 20:42:55 +00:00 |
nsPipe.h
|
|
|
nsScriptableInputStream.cpp
|
|
|
nsScriptableInputStream.h
|
|
|
nsSegmentedBuffer.cpp
|
|
|
nsSegmentedBuffer.h
|
|
|
nsStorageStream.cpp
|
|
|
nsStorageStream.h
|
|
|
nsStreamUtils.cpp
|
|
|
nsStreamUtils.h
|
|
|
nsStringIO.h
|
|
|
nsStringStream.cpp
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
nsStringStream.h
|
fix comment typo
|
2006-03-10 21:38:02 +00:00 |
nsUnicharInputStream.cpp
|
|
|
nsWinAPIs.cpp
|
rmdir is not remove. wince only
|
2006-04-18 00:07:36 +00:00 |
nsWinAPIs.h
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
SpecialSystemDirectory.cpp
|
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
|
2006-03-22 04:26:30 +00:00 |
SpecialSystemDirectory.h
|
|
|