sspitzer%netscape.com
bdf359ce6b
remove the default prefs for conference and netcrapper.
1999-09-16 06:44:35 +00:00
dveditz%netscape.com
7d68f66b73
expose whether the registry is already open or not, which enables the profile
...
manager to avoid opening and closing the registry ~20 times at startup.
1999-09-16 05:32:28 +00:00
pnunn%netscape.com
710a4d4eaf
Change net/gfx/imglib buffer size. pnunn.
1999-09-16 01:22:44 +00:00
warren%netscape.com
7d5e565fd5
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
cls%seawood.org
b08dde9cb4
Use the rules in rules.mk instead of making your own.
1999-09-15 18:00:50 +00:00
ducarroz%netscape.com
b853afd7a7
Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs
1999-09-15 14:51:40 +00:00
norris%netscape.com
0865f1cdaa
Create preferences for security checks.
...
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
1999-09-15 04:05:43 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
nisheeth%netscape.com
71877ee89f
- Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
...
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.
1999-09-15 00:27:56 +00:00
nisheeth%netscape.com
b3ddc7e96e
Export stopwatch.h out to dist.
1999-09-15 00:16:03 +00:00
slamm%netscape.com
9968553886
Fix build warning.
1999-09-14 23:09:39 +00:00
nisheeth%netscape.com
d2a8566bed
Added methods to save/restore the state of the stopwatch.
1999-09-14 14:32:42 +00:00
alecf%netscape.com
0aef50bca8
define the PROGID and declare the enums in IDL
1999-09-14 04:09:28 +00:00
briano%netscape.com
775e13bce8
General cleanup.
1999-09-14 02:51:42 +00:00
mcafee%netscape.com
f3cd9ba86e
Turing on gfx widgets with default pref.
1999-09-13 22:21:28 +00:00
nisheeth%netscape.com
fea5368bb1
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
66a06004ba
fix warnings.
1999-09-13 08:12:31 +00:00
sspitzer%netscape.com
bf5525797b
fix warnings for dbragg
1999-09-13 06:26:18 +00:00
cls%seawood.org
762fca642e
Fix my bustage using -D_BSD_SOURCE
1999-09-12 16:41:14 +00:00
cls%seawood.org
10e2bde3db
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
adf94e4618
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
7a52aab453
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
87957ce0af
mailnews/base/src/nsMsgAccountManager.cpp
1999-09-11 19:10:30 +00:00
alecf%netscape.com
c69bd02e2f
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
f62beefae6
make prefs a component on windows
1999-09-11 01:26:37 +00:00
jdunn%netscape.com
ee465a967c
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
1ac1783815
BeOS doesn't have mmap. Also, BeOS is case sensitive like Unix.
1999-09-10 22:35:58 +00:00
cls%seawood.org
6f9cc8eb93
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
65c7d68141
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
3636d103bb
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
0e85815036
General cleanup.
1999-09-10 00:37:14 +00:00
warren%netscape.com
40ed9d6ad2
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
0757b1c322
Chkins for newt@pobox.com.
1999-09-09 19:32:16 +00:00
colin%theblakes.com
fd527d9a53
Define zlib in EXTRA_DSO_LDOPTS
1999-09-09 12:11:19 +00:00
mscott%netscape.com
016d356b09
Check in for alecf. Remove linkage against libxp. build nsWildCard.cpp
1999-09-09 05:29:42 +00:00
alecf%netscape.com
8e3e110c34
now uses local nsWildCard.cpp instead of xp_regexp.c
1999-09-09 05:21:06 +00:00
alecf%netscape.com
43f5929b0d
libjar now uses a local wildcard copy
1999-09-09 05:19:46 +00:00
rpotts%netscape.com
bd2ff8a805
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
0d37978327
libjar's private copy of xp_regexp
1999-09-09 04:54:56 +00:00
alecf%netscape.com
298d8ed7c8
make prefs a component on unix
1999-09-09 04:21:21 +00:00
ssu%netscape.com
5b64fd880a
added standalone to the build. Also fixes tree breakage for the windows platform
1999-09-09 02:17:48 +00:00
ssu%netscape.com
743559dff2
fixing it to use non mt libc
1999-09-09 00:30:37 +00:00
sspitzer%netscape.com
a2622774f3
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
d674f8af60
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
b8d345dd29
initial checkin. Not part of Seamonkey build yet
1999-09-08 18:02:02 +00:00
Jerry.Kirk%Nexwarecorp.com
d4fba16d44
Disable Memory mapped file support for QNX and Neutrino platforms.
1999-09-08 12:42:23 +00:00
dveditz%netscape.com
eff4c6bcca
fixing mac bustage
1999-09-07 22:03:53 +00:00
dveditz%netscape.com
5d803bf4a6
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
2f29951965
fetch wallet files from netcenter
1999-09-07 18:28:50 +00:00
shaver%netscape.com
f7bda6b5b3
use NS_DECL_NSIMODULE and track nsIModule API changes
1999-09-07 05:06:36 +00:00