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

81 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com ed17a5b85d Mostly works now, except for nsIThreadPool::Join 1999-04-05 21:02:24 +00:00
dp%netscape.com 169bb17915 Added Current Working Directory 1999-04-03 17:17:49 +00:00
warren%netscape.com 8bf75dfb46 Added nsIThread and nsIThreadPool. 1999-04-02 09:20:44 +00:00
mcmullen%netscape.com dc51caba2e Fixed an illegal preprocessor directive. 1999-04-01 20:06:46 +00:00
waterson%netscape.com 930b662aed Fixed some syntax errors that I found when I actually tried to compile. 1999-03-23 01:46:12 +00:00
waterson%netscape.com 6d60e2479a 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 31f60d2a20 Added nsIString interface. 1999-03-23 00:43:54 +00:00
dougt%netscape.com e4949d344c 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 6cf27d2a67 Bugs #3997, 3934 1999-03-19 23:09:39 +00:00
mcmullen%netscape.com 296a662cd4 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 3bb07d2871 Upgrades, bugfixes (including nsFilePath no longer hex escaped). Features (including DiskSpaceAvailable) 1999-03-13 06:38:57 +00:00
mcmullen%netscape.com f9e9f1030d Added mac documents directory. 1999-03-12 22:14:08 +00:00
mcmullen%netscape.com eb40f15d6f Added GetModDate and GetFileSize. Fixed a crash with a strcmp of null. 1999-03-10 21:02:58 +00:00
mcmullen%netscape.com 4dbdbee851 Added output streamers for int and unsigned int. 1999-03-10 20:56:38 +00:00
mcafee%netscape.com 000b5164e8 Solaris needs newline at EOF. 1999-03-10 10:57:05 +00:00
mcmullen%netscape.com 615dbada53 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 c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
mcmullen%netscape.com 404686e4d6 Need the exports, so checking in the makefiles. 1999-03-05 23:41:46 +00:00
mcmullen%netscape.com 0b721e55f8 Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
mcmullen%netscape.com 2d712d0797 Added nsIStringStream.h 1999-03-05 21:01:38 +00:00
mcmullen%netscape.com 5af9b0231b First Checked In. 1999-03-05 20:55:10 +00:00
dougt%netscape.com eb6d489cb1 Updating makefiles so that nsSpecialSystemDirectory.h gets exported. 1999-03-05 20:18:33 +00:00
dougt%netscape.com bfa7cd297a Initial Checkin 1999-03-05 20:17:47 +00:00
scc%netscape.com 31ff626ae9 rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
alecf%netscape.com 23dfed1e50 fix HPUX bustage - confused by too many similar constructors 1999-03-02 19:23:06 +00:00
sfraser%netscape.com 4d908f8566 Make the caret width a twips value, instead of pixels. 1999-03-02 04:25:11 +00:00
mcmullen%netscape.com 0ab1a3175d Fix unix build errors 1999-02-28 02:17:55 +00:00
mcmullen%netscape.com 5c6b652c90 Fix const problem. 1999-02-28 01:55:23 +00:00
mcmullen%netscape.com 22a00633c9 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 f88f9526bc Switching one last bool to PRBool. a=mcmullen 1999-02-26 19:22:43 +00:00
dougt%netscape.com 8530487aeb Remove #ifdef DEBUG 1999-02-26 00:14:57 +00:00
dougt%netscape.com ccbad16cde 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 08350f58b5 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 eda401b85b 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 e3b5ef46a0 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 9f67114cfd Export nsCaretProperties.h 1999-02-11 23:57:54 +00:00
sfraser%netscape.com b0f7ecaa02 First Checked In. 1999-02-11 23:49:08 +00:00
sfraser%netscape.com 0f222304b0 Add nsCaretProperties.h 1999-02-11 23:48:25 +00:00
waterson%netscape.com eb5acecc63 Fixed comments that were referring to monitors. 1999-02-04 23:20:30 +00:00
mcmullen%netscape.com 066da0cfa8 Improved the readline() comment, as it was not quite clear. 1999-02-04 19:25:59 +00:00
waterson%netscape.com 01610bdaeb Added headers that nsAutoLock needs. 1999-02-04 00:39:49 +00:00
waterson%netscape.com a1cee51422 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 0ea4c4ce61 Added nsAutoLock.h to the exports. 1999-02-03 22:44:30 +00:00
waterson%netscape.com e232c67d81 Initial revision. 1999-02-03 22:44:14 +00:00
erik%netscape.com 3a7d906fb4 Added nsIProperties.h to Unix build. 1999-02-03 18:12:24 +00:00
ftang%netscape.com 37b63f9fa9 add file 1999-01-29 18:26:09 +00:00
sfraser%netscape.com 97995d2927 Export the repeater class with NS_BASE 1999-01-29 02:21:13 +00:00
mscott%netscape.com 8ef93e0927 use NS_BASE when declaring the nsEscape functions so they get exported. 1999-01-28 00:30:57 +00:00
mscott%netscape.com b8eeb1e1e2 Export nsEscape.h 1999-01-28 00:30:12 +00:00
erik%netscape.com 90a963c0c4 added nsIProperties.h (like Java property files) 1999-01-27 18:18:35 +00:00