gecko-dev/base/src
mcmullen%netscape.com 0c1a07d566 Oops.
1999-04-20 19:31:11 +00:00
..
gtk Fix bugs 3653, 3652 and 3566. Leaking timers. 1999-03-15 21:23:49 +00:00
mac An "oops" correction in the previous checkin. 1999-04-15 02:17:41 +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 Oops. 1999-04-20 19:31:11 +00:00
windows Oops. 1999-04-20 19:31:11 +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
bufferRoutines.h fixing cases of declaration not exactly matching definition and a few other instances of extraneous 'const' on PRUnichar passed by value 1999-03-27 07:34:44 +00:00
Makefile.in add quicksort implementation to base 1999-04-13 19:03:45 +00:00
makefile.win Added nsQuickSort.obj to the object list 1999-04-13 23:35:49 +00:00
MANIFEST added nsString to unix make system 1999-03-22 22:09:37 +00:00
nsArena.cpp moved to pub 1998-04-13 20:24:54 +00:00
nsAtomTable.cpp Use proper new operator 1999-03-05 04:33:57 +00:00
nsBaseDLL.cpp Removed XP_PC for ObserverService api 1999-04-12 19:08:25 +00:00
nsBaseDLL.h Fixed compiler warning on Linux. 1999-02-03 18:11:45 +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
nsByteBuffer.cpp purify fixes from bruce@cybersight.com - free memory the right way 1999-03-10 00:32:44 +00:00
nsByteBufferInputStream.cpp Added NS_NewPipe and cleaned up ByteBufferInputStreams. 1999-04-13 18:17:29 +00:00
nscore.h Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
nsCRT.cpp fixed link error 1999-03-22 22:26:17 +00:00
nsCRT.h landing nsString2 1999-03-22 09:54:46 +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 Correct a problem my last change to GetParent() introduced. 1999-04-20 19:09:22 +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 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIFileStream.cpp Fixed EOF condition. 1999-04-13 18:15:41 +00:00
nsIInputStream.h removed aErrorCode from the comment. 1999-03-25 03:00:04 +00:00
nsInt64.h Fixed linkage problems with nsInt64 and nsTime classes. 1998-10-06 20:06:06 +00:00
nsIOutputStream.h Fixed comment. 1999-04-13 18:26:53 +00:00
nsIStringStream.cpp Added header. 1999-04-13 18:15:49 +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
nsObserver.cpp initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsObserver.h initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsObserverList.cpp implemented wrapper funtions to make GetObserverList private. 1999-04-20 14:50:47 +00:00
nsObserverList.h initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsObserverService.cpp implemented wrapper funtions to make GetObserverList private. 1999-04-20 14:50:47 +00:00
nsObserverService.h initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
nsProperties.cpp API cleanup for nsString 1999-04-05 08:06:54 +00:00
nsProperties.h Forgot to say "public" in "class nsPropertiesFactory : nsIFactory". 1999-02-10 22:51:01 +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
nsSizeOfHandler.cpp new 1998-06-05 20:46:23 +00:00
nsSpecialSystemDirectory.cpp Added unix home directory 1999-04-15 22:45:41 +00:00
nsStdFileStream.cpp First Checked In. 1998-12-18 22:38:28 +00:00
nsStr.cpp fixed nsStr bug found by davidBienvenu -- I owe him a beer 1999-04-05 21:38:50 +00:00
nsStr.h fixed nsStr bug found by davidBienvenu -- I owe him a beer 1999-04-05 21:38:50 +00:00
nsString2.cpp fixed nsStr bug found by davidBienvenu -- I owe him a beer 1999-04-05 21:38:50 +00:00
nsString2.h fixed bug in nsString; added recycler to nsString2 1999-03-23 07:26:27 +00:00
nsString.cpp any fix for entities 1999-03-25 01:27:27 +00:00
nsString.h prep work to land nsString2 1999-03-22 08:29:26 +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 purify fixes from bruce@cybersight.com - free memory the right way 1999-03-10 00:32:44 +00:00
nsUnicharInputStream.cpp add prototype to reduce warnings on Macintosh compiler 1999-02-19 16:13:47 +00:00
nsUnitConversion.h re-added backed-out changes 1998-08-01 00:56:28 +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