.. |
gtk
|
Adding nsCaretProperties.cpp to Windows and UNIX builds
|
1999-02-17 23:36:54 +00:00 |
mac
|
Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX
|
1999-02-13 04:44:23 +00:00 |
motif
|
Adding nsCaretProperties.cpp to Windows and UNIX builds
|
1999-02-17 23:36:54 +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
|
fixing includes for solaris. -donm
|
1999-01-07 21:03:42 +00:00 |
windows
|
Adding nsCaretProperties.cpp to Windows and UNIX builds
|
1999-02-17 23:36:54 +00:00 |
.cvsignore
|
Add cvsignore entries for makefiles generated bu autoconf.
|
1998-12-05 09:07:33 +00:00 |
Makefile.in
|
Added nsBaseDLL.cpp and nsProperties.cpp to Unix build.
|
1999-02-03 18:12:59 +00:00 |
makefile.win
|
Adding nsCaretProperties.cpp to Windows and UNIX builds
|
1999-02-17 23:36:54 +00:00 |
MANIFEST
|
Added wrappers for 64-bit arithmetic and PRTime.
|
1998-09-16 19:53:12 +00:00 |
nsArena.cpp
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |
nsAtomTable.cpp
|
Fixed unsigned problems.
|
1999-02-06 03:56:36 +00:00 |
nsBaseDLL.cpp
|
Fixed compiler warning on Linux.
|
1999-02-03 18:11:45 +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
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nscore.h
|
Added an entry for the application shell...
|
1998-12-29 23:59:23 +00:00 |
nsCRT.cpp
|
Fix strncmp() routines to handle unsigned integers properly. r=linss, a=sar.
|
1999-02-08 22:01:08 +00:00 |
nsCRT.h
|
add a few more string cases to fix compilers who complain about ambiguous overloading
|
1999-02-10 08:22:47 +00:00 |
nsDeque.cpp
|
removed bug from deque, and added replaceChar call to string
|
1999-02-16 06:47:00 +00:00 |
nsDeque.h
|
exposed objectAt in deque, and fixed toInteger bug
|
1999-01-15 19:20:51 +00:00 |
nsEscape.cpp
|
Use NS_BASE when defining the nsEscape functions.
|
1999-01-28 00:32:34 +00:00 |
nsFileSpec.cpp
|
Added missing definition of nsFilePath::nsFilePath(const nsFilePath&)
|
1999-02-17 18:20:27 +00:00 |
nsFileStream.cpp
|
Backing out previous change from the trunk, because it was supposed to have gone in on a branch.
|
1999-02-18 00:45:07 +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
|
add IID for use with nsCOMPtr.
|
1999-01-28 17:59:37 +00:00 |
nsIBaseStream.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsIByteBuffer.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsIInputStream.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsInt64.h
|
Fixed linkage problems with nsInt64 and nsTime classes.
|
1998-10-06 20:06:06 +00:00 |
nsIOutputStream.h
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
nsITimer.h
|
Added comment to clarify an implementation issue (what conditions did nsITimer callback functions expect).
|
1998-09-03 21:16:41 +00:00 |
nsITimerCallback.h
|
moved to pub
|
1998-04-13 20:24:54 +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 |
nsProperties.cpp
|
Fixed some more memory leaks
|
1999-02-14 18:02:38 +00:00 |
nsProperties.h
|
Forgot to say "public" in "class nsPropertiesFactory : nsIFactory".
|
1999-02-10 22:51:01 +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 |
nsStdFileStream.cpp
|
First Checked In.
|
1998-12-18 22:38:28 +00:00 |
nsString.cpp
|
small mod to handle hex conversion better
|
1999-02-19 06:32:40 +00:00 |
nsString.h
|
removed bug from deque, and added replaceChar call to string
|
1999-02-16 06:47:00 +00:00 |
nsTime.h
|
Added constructor for strings.
|
1999-02-18 00:12:08 +00:00 |
nsUnicharBuffer.cpp
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +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 |