Commit Graph

41077 Commits

Author SHA1 Message Date
Jerry.Kirk%Nexwarecorp.com
919bb027e0 Added a way for cross-compiling platforms (such as Neutrino/Photon) to
define HAVE_DEV_ZERO and override the test added by jdunn@netscape.com
for nsPageMgr objects.
1999-09-14 19:20:08 +00:00
pollmann%netscape.com
a6d7defe41 Bug 13058: Implement nsIStatefulFrame for text inputs and textareas 1999-09-14 19:19:55 +00:00
pollmann%netscape.com
ee4bc6347e Bug 13058: Handle SetTextControlState for native widgets even before the widget is created (cache the value). 1999-09-14 19:18:23 +00:00
pollmann%netscape.com
0d6b4a78b0 Bug 13058: Implement nsIStatefulFrame for radio buttons 1999-09-14 19:16:15 +00:00
nhotta%netscape.com
ebeb6f9bf4 Changed to return unconverted length for charset conversion. 1999-09-14 19:12:31 +00:00
pollmann%netscape.com
2cb62e9b2e Bug 13058: Implement nsIStatefulFrame for checkboxes 1999-09-14 19:12:08 +00:00
hangas%netscape.com
a07b621d3b Fix assert caused by attempt to load js that does not exist. 1999-09-14 19:05:34 +00:00
bienvenu%netscape.com
788aa269e4 fix release mode build bustage 1999-09-14 16:25:59 +00:00
slamm%netscape.com
51ec568ce4 Start defines in first column. 1999-09-14 16:17:55 +00:00
ramiro%netscape.com
1982577a22 Fix for the loser linux tinderbox compiler. 1999-09-14 15:16:31 +00:00
karnaze%netscape.com
b6999b9e06 new regression test 1999-09-14 15:00:48 +00:00
nisheeth%netscape.com
7ee3e87d55 First cut to start measuring content creation time in the content sink. Only enabled if MOZ_PERF is set to 1 in the environment at build time. 1999-09-14 14:38:52 +00:00
nisheeth%netscape.com
559547644e The layout dll now links into util.lib to get at the stopwatch object code. 1999-09-14 14:35:14 +00:00
nisheeth%netscape.com
d2a8566bed Added methods to save/restore the state of the stopwatch. 1999-09-14 14:32:42 +00:00
ramiro%netscape.com
f8e5598b73 Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
workaround the totally losing linux development experience.
1999-09-14 13:54:46 +00:00
ramiro%netscape.com
6f197e46a0 Fix mac and windows builds. 1999-09-14 13:44:20 +00:00
ramiro%netscape.com
5b445b449b Add support for demangling undefined symbols. 1999-09-14 13:40:22 +00:00
ramiro%netscape.com
8662d998bf Link with -liberty when MOZ_DEMANGLE_SYMBOLS is set. 1999-09-14 13:33:05 +00:00
briano%netscape.com
692d8a2147 Automated update 1999-09-14 13:31:12 +00:00
ramiro%netscape.com
6f3fcfb2ba Add MOZ_DEMANGLE_SYMBOLS to debug builds for demangling symbols. 1999-09-14 13:30:12 +00:00
ramiro%netscape.com
eb5fb78483 Add DemangleSymbol() for demangling symbols on linux. 1999-09-14 13:24:25 +00:00
morse%netscape.com
4d34d9eb6e don't save values internally if user can't or won't unlock the database 1999-09-14 12:30:14 +00:00
sspitzer%netscape.com
d5445de86d check the return values when calling SetDefaultLocalPath(). mail.root.pop wasn't getting set when migrating a profile that used pop. it was caused by a simple cut and paste error. 1999-09-14 12:08:02 +00:00
sspitzer%netscape.com
c99df5aac4 clean up my comment 1999-09-14 11:37:07 +00:00
sspitzer%netscape.com
58b23fde70 there is no nsNoService, so in the MsgLocalFactory, we
registered the nsPop3Service with both
"component://netscape/messenger/protocol/info;type=none"
"component://netscape/messenger/protocol/info;type=pop3"
on disk, both roots (mail.root.none and mail.root.pop3)
should point to <profile>/Mail or "mail.directory"
so we set both here to the same value
1999-09-14 11:36:10 +00:00
sspitzer%netscape.com
4f057cd26a only automigrate (when we have one profile) on windows. 1999-09-14 11:12:10 +00:00
morse%netscape.com
0a67f56b4a cleanup: TRUE->PR_TRUE, FALSE->PR_FALSE 1999-09-14 10:52:15 +00:00
morse%netscape.com
1adfd07c4a fix bug 13717 1999-09-14 10:47:59 +00:00
sspitzer%netscape.com
e0b280be86 fix build bustage 1999-09-14 10:43:49 +00:00
sspitzer%netscape.com
f9846f9db9 turn on migration for the mac. note, it doesn't work just yet. also, for mac, like unix, don't automigrate if there is only one profile. this make it hell to debug. once it works, we can make it automigrate if we only have one profile if we want. 1999-09-14 10:23:08 +00:00
ssu%netscape.com
919fb8cda9 initial checkin for building native windows installer. It is not part of the seamonkey build yet. 1999-09-14 10:02:42 +00:00
sspitzer%netscape.com
715227a9ef we no longer have to be all crazy in our Makefile.
we can just build base once.  I am so happy this is fixed.
1999-09-14 09:56:44 +00:00
sspitzer%netscape.com
afecdc4e8f the pref migrator iid's look very suspicous, so regenerate them.
follow convention:
rename nsPrefMigrationIIDs.h to nsPrefMigrationCIDs.h
rename NS_IPrefMigration_IID -> NS_PREFMIGRATION_CID
rename kFoo_CID to kFooCID
use the NS_GET_IID macro
1999-09-14 09:41:41 +00:00
alecf%netscape.com
a2b604557a tables should not be white - it makes all the mail prefs white 1999-09-14 09:40:00 +00:00
sspitzer%netscape.com
6e6ad7cc7c mail.root.nntp wasn't getting set when I called SetDefaultLocalPath() on a nntp incoming server because QueryInterface for nsNttpService was not fixed to support nsIMsgProtocolInfo. use the cool macro and the problem goes away. woo-hoo! 1999-09-14 09:34:23 +00:00
warren%netscape.com
a41c2f2e9f Fixed uninitialized return value. 1999-09-14 09:33:53 +00:00
alecf%netscape.com
c559373057 actually, create the account at the end 1999-09-14 09:28:15 +00:00
alecf%netscape.com
585e4c64d1 workaround for broken GFX combo box 1999-09-14 09:26:57 +00:00
sspitzer%netscape.com
5ed079462d my mistake, news is correct in this case. this case. 1999-09-14 09:14:22 +00:00
sspitzer%netscape.com
80d5ac54f4 nsIMsgIncomingServer needs a SetDefaultLocalPath(). we use this when migrating prefs.
add the newsrcRootPath attribute to the nsINntpIncomingServer interface.
implement Set/GetNewsrcRootPath(), similar to how Set/GetDefaultLocalPath() are implemented.

rewrite nsMsgAccountManager to use
Set/GetDefaultLocalPath() and Set/GetNewsrcRootPath()

rename some methods in nsMsgAccountManager for correctness.
1999-09-14 09:03:40 +00:00
sspitzer%netscape.com
f7e2446777 the type is nntp, not news. this was preventing me from setting mail.root.nntp 1999-09-14 08:57:34 +00:00
rjc%netscape.com
f6a62d4ee1 Rename "Nickname" to "Custom Keyword" per marketing. 1999-09-14 08:51:03 +00:00
rjc%netscape.com
0dbad0316d Use GetValueConst a bit more. 1999-09-14 08:43:57 +00:00
sspitzer%netscape.com
75f78fe5ae fix warnings 1999-09-14 08:36:10 +00:00
sspitzer%netscape.com
532077a63a when you get the default local path, and it wasn't set, and you make one up, you need to set it so the pref will get set. 1999-09-14 08:32:58 +00:00
rjc%netscape.com
12b887455e Disallow quotes in etag. 1999-09-14 08:25:14 +00:00
rjc%netscape.com
bb32f1cb1d Strip non-numeric characters from relevancy info. 1999-09-14 08:23:35 +00:00
alecf%netscape.com
9917da1051 register smtp server 1999-09-14 08:23:20 +00:00
alecf%netscape.com
7073f4c9e8 build smtp server on windows 1999-09-14 08:22:50 +00:00
alecf%netscape.com
fc34bf545b fix solaris bustage 1999-09-14 08:19:54 +00:00