gecko-dev/base/src
mcmullen%netscape.com f973c46a0f Fixed two small problems in Macintosh-only parts of the code. 1999-04-27 02:12:22 +00:00
..
gtk Fix bugs 3653, 3652 and 3566. Leaking timers. 1999-03-15 21:23:49 +00:00
mac Fixed two small problems in Macintosh-only parts of the code. 1999-04-27 02:12:22 +00:00
motif Adding nsCaretProperties.cpp to Windows and UNIX builds 1999-02-17 23:36:54 +00:00
photon new 1999-03-30 05:45:36 +00:00
rhapsody Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
unix Leakage and mismatch of allocate/free methods (patches submitted by Bruce Mitchener). Bug #5140. 1999-04-26 19:05:00 +00:00
windows Patch from Michael Lowe (part of #5473) replace true by PR_TRUE 1999-04-26 19:34:39 +00:00
xlib some more cvs ignore work 1999-04-10 21:22:31 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
MANIFEST added nsString to unix make system 1999-03-22 22:09:37 +00:00
Makefile.in Added nsIVariant and nsIScritable (for RDF). 1999-04-22 07:30:35 +00:00
bufferRoutines.h completed the backout 1999-04-25 03:50:10 +00:00
makefile.win Checkin based on patches submitted by Michael Lowe - #5473. Adds support for a large number of special windows directories. 1999-04-26 22:20:23 +00:00
nsArena.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsAtomTable.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsBTree.cpp warning removal 1998-07-25 02:11:02 +00:00
nsBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsBaseDLL.cpp Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
nsBaseDLL.h Fixed compiler warning on Linux. 1999-02-03 18:11:45 +00:00
nsByteBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsByteBufferInputStream.cpp Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsCRT.cpp fixed link error 1999-03-22 22:26:17 +00:00
nsCRT.h Added nsCRT::free methods. 1999-04-22 04:25:17 +00:00
nsDeque.cpp fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
nsDeque.h fixed bug in deque::pushfront 1999-03-31 08:42:06 +00:00
nsEscape.cpp Added nsEscapeHTML() function 1999-04-12 20:23:21 +00:00
nsFileSpec.cpp Leakage and mismatch of allocate/free methods (patches submitted by Bruce Mitchener). Bug #5140. 1999-04-26 19:05:00 +00:00
nsFileStream.cpp Bug #4619. When at eof, get() was returning undefined character. Now returning 0. 1999-04-08 17:31:00 +00:00
nsGenericCaretProperties.cpp Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
nsIArena.h moved to pub 1998-04-13 20:24:54 +00:00
nsIAtom.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIBaseStream.h Added NS_NewPipe and cleaned up ByteBufferInputStreams. 1999-04-13 18:17:29 +00:00
nsIByteBuffer.h Added NS_IMETHOD decls. 1999-04-22 04:17:21 +00:00
nsIFileStream.cpp Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsIInputStream.h removed aErrorCode from the comment. 1999-03-25 03:00:04 +00:00
nsIOutputStream.h Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsIStringStream.cpp Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
nsITimer.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsITimerCallback.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsIUnicharBuffer.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIUnicharInputStream.h Hacky Unicode converters implementation replaced with the real xpcom thing. 1999-02-03 18:55:10 +00:00
nsInt64.h Fixed linkage problems with nsInt64 and nsTime classes. 1998-10-06 20:06:06 +00:00
nsObserver.cpp initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsObserver.h Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverList.cpp checking for null mObserverList 1999-04-21 19:36:41 +00:00
nsObserverList.h Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverService.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsObserverService.h initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsProperties.cpp sync up with nsString2.cpp 1999-04-22 08:23:25 +00:00
nsProperties.h Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
nsQuickSort.cpp Rolled out change 1999-04-13 23:25:38 +00:00
nsRBTree.cpp Fixed compiler bugs/warnings 1998-04-26 03:13:20 +00:00
nsRBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsScriptable.cpp Added variant and scriptable. 1999-04-22 08:27:34 +00:00
nsSizeOfHandler.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsSpecialSystemDirectory.cpp Checkin based on patches submitted by Michael Lowe - #5473. Adds support for a large number of special windows directories. 1999-04-26 22:20:23 +00:00
nsStdFileStream.cpp First Checked In. 1998-12-18 22:38:28 +00:00
nsStr.cpp backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
nsStr.h removed warnings 1999-04-26 23:43:40 +00:00
nsString.cpp completed the backout 1999-04-25 03:50:10 +00:00
nsString.h completed the backout 1999-04-25 03:50:10 +00:00
nsString2.cpp completed the backout 1999-04-25 03:50:10 +00:00
nsString2.h backing out string changes until I can get it right 1999-04-25 03:10:44 +00:00
nsStringImpl.cpp Initial revision. Not currently in the build. 1999-03-23 01:46:44 +00:00
nsThread.cpp Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
nsThread.h Fixed thread problems. 1999-04-13 18:15:27 +00:00
nsTime.h Added constructor for strings. 1999-02-18 00:12:08 +00:00
nsUnicharBuffer.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsUnicharInputStream.cpp Old patches for non-virtual vs virtual destructors (approved by Troy) 1999-04-25 04:57:38 +00:00
nsUnitConversion.h re-added backed-out changes 1998-08-01 00:56:28 +00:00
nsVariant.cpp Added variant and scriptable. 1999-04-22 08:27:34 +00:00
nsVoidArray.cpp added nsStringArray 1999-01-23 06:58:34 +00:00
nsVoidArray.h added nsStringArray 1999-01-23 06:58:34 +00:00
nscore.h Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00