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

1377 Коммитов

Автор SHA1 Сообщение Дата
nisheeth%netscape.com d209f0dba3 Added methods to save/restore the state of the stopwatch. 1999-09-14 14:32:42 +00:00
alecf%netscape.com b39bcb032d define the PROGID and declare the enums in IDL 1999-09-14 04:09:28 +00:00
briano%netscape.com 70f4c0b6b8 General cleanup. 1999-09-14 02:51:42 +00:00
mcafee%netscape.com a4870d5be9 Turing on gfx widgets with default pref. 1999-09-13 22:21:28 +00:00
nisheeth%netscape.com 1416705a18 Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now. 1999-09-13 18:56:01 +00:00
sspitzer%netscape.com f08d865363 fix warnings. 1999-09-13 08:12:31 +00:00
sspitzer%netscape.com 3f43ae8b72 fix warnings for dbragg 1999-09-13 06:26:18 +00:00
cls%seawood.org 17c88d7b29 Fix my bustage using -D_BSD_SOURCE 1999-09-12 16:41:14 +00:00
cls%seawood.org b3adcb855c I don't see the bustage that the tinderbox does but this should fix it. 1999-09-12 15:54:18 +00:00
cls%seawood.org 1a2e16af42 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
sspitzer%netscape.com 88db319077 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com 8f8d65c0b0 mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
alecf%netscape.com aaf22c1bc1 remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com 9278bf8b84 make prefs a component on windows 1999-09-11 01:26:37 +00:00
jdunn%netscape.com bcd4460655 add HP to the list of os's that don't like MMAP'd IO 1999-09-11 00:49:20 +00:00
duncan%be.com be11a6b91d BeOS doesn't have mmap. Also, BeOS is case sensitive like Unix. 1999-09-10 22:35:58 +00:00
cls%seawood.org 7a479836f0 OS_ARCH is not set until config.mk is included but the form of CSRCS changes after rules.mk is included 1999-09-10 12:42:25 +00:00
Jerry.Kirk%Nexwarecorp.com 611fe885b0 Makefile hackery for Neutrino to build vreg with CC instead of CCF
CCF includes (eventually) DSO_PIC_CFLAGS which has the option "-shared"
which is not allowed for Neutrino executables just object files and
libraries.
1999-09-10 12:06:28 +00:00
sgehani%netscape.com 970a7b7c8b Fixing static targets that don't depend on regular expressions where nsWildCard.cpp was erroneously added. 1999-09-10 07:55:37 +00:00
briano%netscape.com ca5c66cc0c General cleanup. 1999-09-10 00:37:14 +00:00
warren%netscape.com e6619b2ad6 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
pnunn%netscape.com 92661b962b Chkins for newt@pobox.com. 1999-09-09 19:32:16 +00:00
colin%theblakes.com c0d84ce323 Define zlib in EXTRA_DSO_LDOPTS 1999-09-09 12:11:19 +00:00
mscott%netscape.com 2b911a99d9 Check in for alecf. Remove linkage against libxp. build nsWildCard.cpp 1999-09-09 05:29:42 +00:00
alecf%netscape.com 2da6ad587d now uses local nsWildCard.cpp instead of xp_regexp.c 1999-09-09 05:21:06 +00:00
alecf%netscape.com 5e8ec7382a libjar now uses a local wildcard copy 1999-09-09 05:19:46 +00:00
rpotts%netscape.com 2e5043bbb1 bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel... 1999-09-09 05:13:31 +00:00
alecf%netscape.com 04a0152471 libjar's private copy of xp_regexp 1999-09-09 04:54:56 +00:00
alecf%netscape.com e2023711ac make prefs a component on unix 1999-09-09 04:21:21 +00:00
ssu%netscape.com 9d5a269cd9 added standalone to the build. Also fixes tree breakage for the windows platform 1999-09-09 02:17:48 +00:00
ssu%netscape.com b2055d8871 fixing it to use non mt libc 1999-09-09 00:30:37 +00:00
sspitzer%netscape.com 269d647b1b removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305 1999-09-08 22:12:00 +00:00
dougt%netscape.com a494e44ce6 Adding buffered output to nsIFileStream.
Renaming nsIFile to nsIOpenFile.
commenting out a testcase in FilesTest.cpp which fails.  evil, i know.
1999-09-08 20:12:35 +00:00
ssu%netscape.com 0fd741fd18 initial checkin. Not part of Seamonkey build yet 1999-09-08 18:02:02 +00:00
Jerry.Kirk%Nexwarecorp.com ee56281bd0 Disable Memory mapped file support for QNX and Neutrino platforms. 1999-09-08 12:42:23 +00:00
dveditz%netscape.com f931433cfa fixing mac bustage 1999-09-07 22:03:53 +00:00
dveditz%netscape.com 4015af04a1 walling off more MOZILLA_CLIENT junk so plain standard ZLIB works in the native install wizards 1999-09-07 21:23:17 +00:00
morse%netscape.com 7bf6b37024 fetch wallet files from netcenter 1999-09-07 18:28:50 +00:00
shaver%netscape.com 5ef34b8089 use NS_DECL_NSIMODULE and track nsIModule API changes 1999-09-07 05:06:36 +00:00
shaver%netscape.com c162d7a03d fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling 1999-09-06 03:41:57 +00:00
pinkerton%netscape.com afcc7af92d adding #include of string.h for dveditz. 1999-09-04 21:42:02 +00:00
dveditz%netscape.com a4fc44952f remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
1999-09-04 19:46:18 +00:00
dveditz%netscape.com 30e357b147 fixing registry assert 1999-09-04 19:18:57 +00:00
alecf%netscape.com b9236e3224 make libxp a static library, eliminate useless cruft, and link it into libjar
(it's the only one that uses libxp these days)
1999-09-03 23:50:11 +00:00
mgleeson1%netscape.com 06201fcddd added #ifndef for HPUX11 around #define _INT32 1999-09-03 22:17:16 +00:00
shaver%netscape.com 0202c58f17 Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
registry-read.  Enabled on XP_UNIX only.
1999-09-02 21:23:44 +00:00
cyeh%netscape.com ff099c9ca0 Remove useless NGLAYOUT_PLUGINS define. 1999-09-02 18:21:11 +00:00
cyeh%netscape.com cfe50c2860 Remove NGLAYOUT_PLUGINS useless define. 1999-09-02 18:18:31 +00:00
cyeh%netscape.com 1a74604c52 remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +00:00
av%netscape.com 562e2eaf72 Fix for #7125 1999-09-01 19:58:57 +00:00