gecko-dev/xpcom/io
dougt%netscape.com c2ec17237f Fixes the following:
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final.  This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface.  This should land for 1.1b since users of the current category manager will have to update their components.

157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.

157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null.  It is a bandaide fix as the real problems involves retooling the directory enumerator.

157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do.  The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.

r/sr=alecf@netscape.com, rpotts@netscape.com.  a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
..
.cvsignore
MANIFEST 99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan 2002-03-20 00:34:17 +00:00
MANIFEST_IDL b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
Makefile.in bug 66759 - finally remove XPCOM_STANDALONE completely 2002-07-12 19:14:35 +00:00
macDirectoryCopy.c
macDirectoryCopy.h
makefile.win 99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan 2002-03-20 00:34:17 +00:00
nsAppDirectoryServiceDefs.h 105087 r=dveditz, sr=mscott, a=asa 2002-04-02 23:56:43 +00:00
nsAppFileLocationProvider.cpp Bug 134448 - xpti needs to scan OS-defined plugin dirs. r=peterl, sr=beard 2002-06-14 12:30:44 +00:00
nsAppFileLocationProvider.h Bug 105440 - directory service needs new keys and be able to support lists of directories. r=valeski/sr=jband 2001-11-02 15:29:57 +00:00
nsBinaryStream.cpp b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsBinaryStream.h remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously 2002-02-18 22:57:47 +00:00
nsByteArrayInputStream.cpp b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsByteArrayInputStream.h Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
nsDirectoryService.cpp fix for Bug 154932: Mozilla will not start on MacOS 8.6 if filesharing is on. Corrected the construction of an FSSpec in nsDirectoryService.cpp r=ccarlen sr=sfraser 2002-07-16 22:17:56 +00:00
nsDirectoryService.h Fix for #130877 - Chnages to create app specific component registries 2002-06-11 20:38:01 +00:00
nsDirectoryServiceDefs.h Fix for #130877 - Chnages to create app specific component registries 2002-06-11 20:38:01 +00:00
nsDirectoryServiceUtils.h 99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan 2002-03-20 00:34:17 +00:00
nsEscape.cpp fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
nsEscape.h fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
nsFastLoadFile.cpp fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsFastLoadFile.h [Chrome FastLoad] 2002-05-03 02:59:42 +00:00
nsFastLoadPtr.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsFastLoadService.cpp fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsFastLoadService.h remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously 2002-02-18 22:57:47 +00:00
nsFileSpec.cpp fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsFileSpec.h oops, back out this change, wasn't supposed to land 2002-02-18 23:00:11 +00:00
nsFileSpecBeOS.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsFileSpecImpl.cpp fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsFileSpecImpl.h bug 63025 - stop exporting nsFileSpecImpl as nobody is calling the constructor 2002-02-15 00:20:49 +00:00
nsFileSpecMac.cpp fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsFileSpecOS2.cpp #147977 2002-06-05 04:02:33 +00:00
nsFileSpecUnix.cpp Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
nsFileSpecWin.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsFileStream.cpp Fix for 86501 - bookmarks truncated when disk full 2002-06-26 05:17:54 +00:00
nsFileStream.h Fix for 86501 - bookmarks truncated when disk full 2002-06-26 05:17:54 +00:00
nsIBaseStream.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsIBinaryInputStream.idl FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
nsIBinaryOutputStream.idl FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
nsIByteArrayInputStream.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsIDirectoryService.idl Bug 121235 - Freeze nsIDirectoryServiceProvider2. r=dougt@netscape.com/sr=jband@netscape.com 2002-02-04 13:10:54 +00:00
nsIFastLoadFileControl.idl [Chrome FastLoad] 2002-05-03 02:59:42 +00:00
nsIFastLoadService.idl [Chrome FastLoad] 2002-05-03 02:59:42 +00:00
nsIFile.idl bug 150165 patch by t.bugz@lament.cjb.net r=bbaetz sr=shaver a=valeski fix typo - [noscrpit] was used instead of [noscript] 2002-06-13 20:13:17 +00:00
nsIFileSpec.idl fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsIFileStream.cpp fix bug 149102 - stop exporting some old unused methods from XPCOM, and get rid of nsOutputConsoleStream and consumers 2002-06-20 20:35:37 +00:00
nsIFileStream.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIInputStream.idl cleaning up documentation, marking some interfaces frozen, and splitting 2002-05-03 07:49:43 +00:00
nsIInputStreamTee.idl fixes bug 143311 "nsStreamListenerTee should completely drop mSink during 2002-05-10 18:38:09 +00:00
nsILineInputStream.idl Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsILocalFile.idl Fixes bugs 149745 148918 149715 149730 149754 129959. Cleanup of nsIFile and nsILocalFile interfaces, supporting do_GetInterface in embedding via xcom glue, and general cleanup of shutdown. r=various, sr=shaver@mozilla.org 2002-06-11 19:26:04 +00:00
nsILocalFileMac.idl Fix #139360 - Don't silently fail when file name from FilePicker >31 characters. Do a mid-trunc until we can switch to HFS+ APIs. r=ccarlen,pinkerton sr=scc 2002-04-29 06:22:55 +00:00
nsIMultiplexInputStream.idl Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst 2002-02-16 01:19:24 +00:00
nsIObjectInputStream.idl add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley 2001-10-31 23:35:07 +00:00
nsIObjectOutputStream.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsIObservableInputStream.idl b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsIObservableOutputStream.idl b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsIOutputStream.idl cleaning up documentation, marking some interfaces frozen, and splitting 2002-05-03 07:49:43 +00:00
nsIPipe.idl b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsIScriptableInputStream.idl Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
nsISeekableStream.idl Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsIStorageStream.idl
nsIStreamBufferAccess.idl Oops, deal with PRInt64 operand to NS_SWAP64 (followup to last checkin). 2002-07-10 05:18:58 +00:00
nsIStringStream.idl remove a bunch more dead code from XPCOM - stringstream stuff that nobody was using anyway 2002-06-26 01:40:31 +00:00
nsIUnicharInputStream.h fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter 2001-12-04 01:10:43 +00:00
nsInputStreamTee.cpp fixes bug 143311 "nsStreamListenerTee should completely drop mSink during 2002-05-10 18:38:09 +00:00
nsLinebreakConverter.cpp eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan 2002-02-20 06:38:38 +00:00
nsLinebreakConverter.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsLocalFile.h fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsLocalFileCommon.cpp Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
nsLocalFileMac.cpp fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsLocalFileMac.h fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsLocalFileOS2.cpp #157770 2002-07-17 05:46:34 +00:00
nsLocalFileOS2.h fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsLocalFileUnicode.h fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsLocalFileUnix.cpp Bug 76968: expand ~/ into NS_OS_HOME_DIR in nsLocalFileUnix. r=bzbarsky, 2002-06-17 21:03:43 +00:00
nsLocalFileUnix.h fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsLocalFileWin.cpp Fixes the following: 2002-07-18 05:09:10 +00:00
nsLocalFileWin.h fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8" 2002-05-07 23:07:19 +00:00
nsMultiplexInputStream.cpp Close submitted files (input type=file) when done with them. (bug 126829) r=dougt@netscape.com, sr=darin@netscape.com 2002-04-18 22:02:09 +00:00
nsMultiplexInputStream.h Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst 2002-02-16 01:19:24 +00:00
nsNativeCharsetUtils.cpp fixes solaris orange b=147333 2002-06-13 21:14:24 +00:00
nsNativeCharsetUtils.h fixes bug 147333 "Cannot load local files whose names contain 2002-06-10 18:50:11 +00:00
nsPipe2.cpp b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close) 2002-03-12 00:59:06 +00:00
nsScriptableInputStream.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsScriptableInputStream.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsSegmentedBuffer.cpp eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
nsSegmentedBuffer.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsSpecialSystemDirectory.cpp #132295 2002-03-22 21:26:15 +00:00
nsSpecialSystemDirectory.h Fix bug # 101280: on Mac OS X, use proper IE Favorites. r=ccarlen sr=ben 2001-12-15 00:43:23 +00:00
nsStdFileStream.cpp Landing the rest of the mach-o OSX changes. 2001-10-27 07:38:18 +00:00
nsStdFileStream.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsStorageStream.cpp always seek so variables are initialized properly, increment mSegmentNum before getting next block; bug 129760, r=dougt, sr=darin, a=Asa 2002-03-19 14:11:06 +00:00
nsStorageStream.h remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously 2002-02-18 22:57:47 +00:00
nsStringIO.h Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-24 00:16:18 +00:00
nsStringStream.cpp remove a bunch more dead code from XPCOM - stringstream stuff that nobody was using anyway 2002-06-26 01:40:31 +00:00
nsStringStream.h new files for bug 100172 "need scriptable string stream implementation (must 2001-11-21 23:55:10 +00:00
nsUnicharInputStream.cpp remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers 2002-01-26 00:04:45 +00:00