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
alecf%netscape.com
ede250feb0
oops, forgot constructor/destructor
1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
e8f17a8f76
added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp
1999-09-14 08:03:36 +00:00
hangas%netscape.com
df8379d512
Fix bug 13564.
1999-09-14 07:59:31 +00:00
alecf%netscape.com
bbf194521a
ok, finally write this thing out to prefs
1999-09-14 07:58:04 +00:00
alecf%netscape.com
101d0c1ce6
unify server creation like the account manager
1999-09-14 07:15:21 +00:00
ftang%netscape.com
f259e4dd80
Check in Arabic/Hebrew rendering code from the net.
1999-09-14 07:06:54 +00:00
alecf%netscape.com
3c33281fd3
support add/removal of SMTP servers
1999-09-14 07:03:47 +00:00
mscott%netscape.com
836811052d
the imap server sink is now blocking so in ProcessCurrentUrl we would block when
...
calling LoadNextQueuedUrl which in turn signaled a url ready to run monitor. When it was non-blocking
things used to work fine because we had time to get into the wait for monitor code but now we aren't getting
there. So we're getting around the problem by flagging ourselves as ready to run another url.
This problem manifested itself when we started loading a message right after deleting one in the thread pane.
1999-09-14 06:55:42 +00:00
alecf%netscape.com
280def72f6
oops, add back with and height, and entity-ify the title separator & modifier
1999-09-14 06:31:32 +00:00
alecf%netscape.com
f1f1ab8867
support View->Show...->Message
1999-09-14 06:28:05 +00:00
alecf%netscape.com
7da7fc7ebd
move this to it's own function
1999-09-14 06:27:36 +00:00