Commit Graph

291 Commits

Author SHA1 Message Date
sfraser%netscape.com
61fc5b2481 Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
beard%netscape.com
3758bddef4 Fixed += operator, which would only work if you had a file or folder called "G'day" in the input directory. 1999-02-12 00:48:35 +00:00
sfraser%netscape.com
22fc3fe34b Export nsCaretProperties.h 1999-02-11 23:57:54 +00:00
sfraser%netscape.com
25543809d1 Added nsCaretPropertiesMac.cpp 1999-02-11 23:51:45 +00:00
sfraser%netscape.com
393be748cb First Checked In. 1999-02-11 23:49:08 +00:00
sfraser%netscape.com
1ccc08acd6 Add nsCaretProperties.h 1999-02-11 23:48:25 +00:00
sfraser%netscape.com
c2d781ea6a That last checkin should have read: fix a bug in CompressWhitespace that caused the string length to be set incorrectly, when Trim shortened the string. 1999-02-11 06:23:29 +00:00
sfraser%netscape.com
411bf694fa Fix a bug in 1999-02-11 06:22:03 +00:00
erik%netscape.com
1d8684cc66 Forgot to say "public" in "class nsPropertiesFactory : nsIFactory".
This caused it to fail on Linux, but not on Windows. Go figure. Sigh.
1999-02-10 22:51:01 +00:00
alecf%netscape.com
ea6a6be543 add a few more string cases to fix compilers who complain about ambiguous overloading 1999-02-10 08:22:47 +00:00
mcafee%netscape.com
42ad62ea01 Fixing xpcom/reg breakage. 1999-02-10 04:19:23 +00:00
bienvenu%netscape.com
a8df8db01e back out linebreak defines 1999-02-09 05:06:35 +00:00
bienvenu%netscape.com
57567ced9f add platform specific linebreak defines 1999-02-09 04:43:58 +00:00
warren%netscape.com
b6be0cc3db Added CR LF defines for general use. 1999-02-09 04:19:58 +00:00
waterson%netscape.com
7fbdeff5e1 Fix strncmp() routines to handle unsigned integers properly. r=linss, a=sar. 1999-02-08 22:01:08 +00:00
ftang%netscape.com
3af5eaa0fa change upper and lower case operation to call unicharutil for the nonASCII case 1999-02-08 18:57:21 +00:00
mcafee%netscape.com
726434e734 ignore genereated files 1999-02-08 08:26:34 +00:00
mcafee%netscape.com
e47385817a Wrap tests in ENABLE_TESTS ifdef 1999-02-07 11:58:29 +00:00
mcafee%netscape.com
c2d42f503e Adding tests to Solaris build 1999-02-07 10:03:03 +00:00
mcafee%netscape.com
281c7df631 Sigh, Solaris not building 1999-02-07 02:13:25 +00:00
mcafee%netscape.com
85e322e80a Adding tests to build to match Win32 1999-02-07 00:20:29 +00:00
warren%netscape.com
6fcd218d65 Added assertion 1999-02-06 04:22:43 +00:00
warren%netscape.com
d96cead9f1 Added strtok implementation. 1999-02-06 04:18:15 +00:00
warren%netscape.com
b6857edec3 Fixed unsigned problems. 1999-02-06 03:56:36 +00:00
warren%netscape.com
6649625711 Added strncmp, made lengths be unsigned. 1999-02-06 03:56:17 +00:00
erik%netscape.com
005df957ba Moved nsPropertiesFactory constructor from .h to .cpp file 1999-02-05 21:06:07 +00:00
dp%netscape.com
869e988f68 Fixing mRefCnt not being initialized for nsPropertiesFactory 1999-02-05 06:05:51 +00:00
waterson%netscape.com
fc32751b45 Fixed comments that were referring to monitors. 1999-02-04 23:20:30 +00:00
mcmullen%netscape.com
83b7cdb328 Improved the readline() comment, as it was not quite clear. 1999-02-04 19:25:59 +00:00
waterson%netscape.com
edd0682f7b Added TestAutoLock.cpp 1999-02-04 00:48:09 +00:00
waterson%netscape.com
1951b61a28 Added TestAutoLock. 1999-02-04 00:44:17 +00:00
waterson%netscape.com
13e2463b73 Initial revision. 1999-02-04 00:40:22 +00:00
waterson%netscape.com
791d6357f5 Added headers that nsAutoLock needs. 1999-02-04 00:39:49 +00:00
waterson%netscape.com
bf217ad0ab Added operator new() and operator delete() to ensure that nobody tries to create one of these beasts on the free store. 1999-02-04 00:25:56 +00:00
waterson%netscape.com
48dd995402 Added nsAutoLock.h to the exports. 1999-02-03 22:44:30 +00:00
waterson%netscape.com
9b6f064b72 Initial revision. 1999-02-03 22:44:14 +00:00
cata%netscape.com
c277c4a8e9 Hacky Unicode converters implementation replaced with the real xpcom thing. 1999-02-03 18:55:10 +00:00
cata%netscape.com
3966fece84 Added dependency on Unicode Converters. 1999-02-03 18:52:21 +00:00
erik%netscape.com
c9501a7942 Added PropertiesTest.cpp to Unix build. 1999-02-03 18:13:30 +00:00
erik%netscape.com
cbda97bb78 Added nsBaseDLL.cpp and nsProperties.cpp to Unix build. 1999-02-03 18:12:59 +00:00
erik%netscape.com
5932523f5b Added nsIProperties.h to Unix build. 1999-02-03 18:12:24 +00:00
erik%netscape.com
e8de824d89 Fixed compiler warning on Linux. 1999-02-03 18:11:45 +00:00
ftang%netscape.com
8489e73f9b calling nsSetupRegistry for mac. Need to try UNIX and Window before turn out the #ifdef XP_MAC 1999-02-03 01:50:15 +00:00
ftang%netscape.com
bdfecfd06a add project file for it. 1999-02-03 01:46:10 +00:00
ftang%netscape.com
5fa02ba119 add nsProperties.cpp and nsBaseDLL.cpp 1999-02-03 01:42:53 +00:00
mcafee%netscape.com
72e9ea6997 Ignore genereated Makefile 1999-02-02 06:13:16 +00:00
mcafee%netscape.com
ca3e9a2100 Dependency problem, pulling tests out to fix breakage 1999-02-02 03:59:34 +00:00
mcafee%netscape.com
329c5d08d2 Adding License 1999-02-02 03:16:52 +00:00
mcafee%netscape.com
2acf05a283 TestAtoms, TestCRT, CvtURL now build on Linux, removing unused REQUIRES line 1999-02-02 03:16:07 +00:00
peterl%netscape.com
cda3bca867 Added operator=(nsAutoString) for autostring 1999-01-30 06:19:52 +00:00