Граф коммитов

90 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com b8a91a8b42 Added nsEscapeHTML() function 1999-04-12 20:23:21 +00:00
waterson%netscape.com c41e46034c Added observer interfaces. 1999-04-12 18:46:49 +00:00
waterson%netscape.com 4e7efd262e Added nsIObserverService, nsIObserverList, and nsIObserver to exports. 1999-04-12 18:11:47 +00:00
ducarroz%netscape.com 2539e9e539 added nsEscape.h, nsStdFileStream.h needed by mailnews 1999-04-10 01:20:02 +00:00
dougt%netscape.com a33cbfa6ce Adding nsprPath class.
Changing comments to reflect the real world.
1999-04-10 00:27:09 +00:00
neeti%netscape.com 8068dae4d4 initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
warren%netscape.com 3710889772 Added GetIThread method 1999-04-06 06:09:15 +00:00
warren%netscape.com 2d2d0d48be Added nsIByteBufferInputStream. 1999-04-06 01:43:52 +00:00
warren%netscape.com bf4df879ef Fixed thread pool shutdown. 1999-04-06 01:42:01 +00:00
warren%netscape.com 338082238a Mostly works now, except for nsIThreadPool::Join 1999-04-05 21:02:24 +00:00
dp%netscape.com e6a86ec777 Added Current Working Directory 1999-04-03 17:17:49 +00:00
warren%netscape.com 9ee65b1f03 Added nsIThread and nsIThreadPool. 1999-04-02 09:20:44 +00:00
mcmullen%netscape.com ae221e38a6 Fixed an illegal preprocessor directive. 1999-04-01 20:06:46 +00:00
waterson%netscape.com 58442e8477 Fixed some syntax errors that I found when I actually tried to compile. 1999-03-23 01:46:12 +00:00
waterson%netscape.com 86604a8b50 Added an Init() method to allow the creator to specify an alternate
character size for the internal representation.
1999-03-23 01:29:16 +00:00
waterson%netscape.com 7c8125c3cc Added nsIString interface. 1999-03-23 00:43:54 +00:00
dougt%netscape.com aae2baf3ab Now adjusting the nsFileSpec after a Move().
Also fixing a bug with Rename().  Now it should successfully take
partial pathnames on Unix and Windows.
1999-03-21 06:22:45 +00:00
mcmullen%netscape.com fb1366b389 Bugs #3997, 3934 1999-03-19 23:09:39 +00:00
mcmullen%netscape.com 40c246f552 Fixes for bugs #3779,#2784. Member initialization of nsFileURL for windows compiler, escaping of url when made from path or spec, add file:// on macintosh when making a url from a spec. [bugs introduced when, for dp, I changed nsFilePath not to escape]. a=chofmann. 1999-03-16 19:12:51 +00:00
mcmullen%netscape.com 6fcc5b6293 Upgrades, bugfixes (including nsFilePath no longer hex escaped). Features (including DiskSpaceAvailable) 1999-03-13 06:38:57 +00:00
mcmullen%netscape.com c9be804cc0 Added mac documents directory. 1999-03-12 22:14:08 +00:00
mcmullen%netscape.com 0e3fcaece6 Added GetModDate and GetFileSize. Fixed a crash with a strcmp of null. 1999-03-10 21:02:58 +00:00
mcmullen%netscape.com 21ca81038c Added output streamers for int and unsigned int. 1999-03-10 20:56:38 +00:00
mcafee%netscape.com 2fffe8836f Solaris needs newline at EOF. 1999-03-10 10:57:05 +00:00
mcmullen%netscape.com 734ffedf47 Turning on dougt's special system directory stuff, and adding it to the Macintosh build. Fixed spurious leading slash on getting leaf name (win and unix). Adding dougt's equality test operator, too. Adding dougt's test code for all the above. 1999-03-09 22:33:36 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mcmullen%netscape.com 8e27b989b7 Need the exports, so checking in the makefiles. 1999-03-05 23:41:46 +00:00
mcmullen%netscape.com 9798175c73 Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
mcmullen%netscape.com 887f030007 Added nsIStringStream.h 1999-03-05 21:01:38 +00:00
mcmullen%netscape.com da9bbfc238 First Checked In. 1999-03-05 20:55:10 +00:00
dougt%netscape.com 93ff8b1236 Updating makefiles so that nsSpecialSystemDirectory.h gets exported. 1999-03-05 20:18:33 +00:00
dougt%netscape.com a435f91e27 Initial Checkin 1999-03-05 20:17:47 +00:00
scc%netscape.com 2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
alecf%netscape.com cb61663ab3 fix HPUX bustage - confused by too many similar constructors 1999-03-02 19:23:06 +00:00
sfraser%netscape.com 884a0efa99 Make the caret width a twips value, instead of pixels. 1999-03-02 04:25:11 +00:00
mcmullen%netscape.com 290b78c91a Fix unix build errors 1999-02-28 02:17:55 +00:00
mcmullen%netscape.com bb050ec460 Fix const problem. 1999-02-28 01:55:23 +00:00
mcmullen%netscape.com f672d26a46 Fix seek again so it resets eof. Allow ns*FileStream stack-based classes to be closed explicitly. Fix refcounting. Remove "close on destroy" kludge. 1999-02-28 01:36:48 +00:00
mcafee%netscape.com 3d6f3bbe9f Switching one last bool to PRBool. a=mcmullen 1999-02-26 19:22:43 +00:00
dougt%netscape.com ec7d3e520a Remove #ifdef DEBUG 1999-02-26 00:14:57 +00:00
dougt%netscape.com 9aef7730c4 Merging branch BASE_19_FEB_99 to tip. These are extensive changes
to nsFileSpec and and nsFileStream.  See dougt@netscape.com or
John McMullen for futher information.
1999-02-25 20:49:47 +00:00
mcmullen%netscape.com 0064c92613 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
mcmullen%netscape.com 36703ad10e Updated to match the header changes I've been making. Also, added the declaration of the persistent filespec class. 1999-02-18 00:35:39 +00:00
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
sfraser%netscape.com 22fc3fe34b Export nsCaretProperties.h 1999-02-11 23:57:54 +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
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 791d6357f5 Added headers that nsAutoLock needs. 1999-02-04 00:39:49 +00:00