Commit Graph

39442 Commits

Author SHA1 Message Date
hyatt%netscape.com
0b66836732 Hooking up persistence of tree column state in the folder pane. 1999-09-03 09:31:25 +00:00
tbogard%aol.net
d562341d39 Tests for collapsing of boxes. 1999-09-03 09:29:56 +00:00
hyatt%netscape.com
6e799d5002 Hooking up persistence of column state in the thread pane. 1999-09-03 09:22:19 +00:00
cls%seawood.org
950432fabb Oops. This file shouldn't have INTERNAL_TOOLS set. 1999-09-03 09:11:12 +00:00
cls%seawood.org
e9f8777444 Fix for the AIX build which claims 'Operand of "&" operator must be an lvalue.' 1999-09-03 09:04:31 +00:00
waterson%netscape.com
632b9afc55 Remove unused decls to clean up Unix warnings. 1999-09-03 09:03:47 +00:00
hyatt%netscape.com
d38ea52e16 Adding fixed width columns to the mailnews UI. 1999-09-03 09:02:21 +00:00
waterson%netscape.com
68981b46fa Change to use xul:tag instead of rdf:type as the meta-attribute that gets an element's tag info thru the graph. This was clashing with other 'normal' uses of rdf:type, and was working because of, er, another bug which I fixed by centralizing the namespace/attribute munging code. 1999-09-03 08:59:29 +00:00
waterson%netscape.com
7a6584f998 Put the local store _first_, so that any persisted changes are picked up before default content. 1999-09-03 08:57:42 +00:00
waterson%netscape.com
6e82604958 Add another routine for munging a namespace/attribute pair to a resource. 1999-09-03 08:56:56 +00:00
hyatt%netscape.com
cbc2b0c2ce Fixing column resizing bugs. 1999-09-03 08:49:15 +00:00
brendan%mozilla.org
bc3dce147f Remove nsIAtom.h now that it's generated; tidy white space. 1999-09-03 08:40:47 +00:00
sspitzer%netscape.com
338479c025 it really scares me to see my password get sent to the console when I type it. it's scaring others, see #13061. wrapping this code with #ifdef DEBUG_<author>. I'll send them mail directly. 1999-09-03 08:31:33 +00:00
sspitzer%netscape.com
d9cf98db7d fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank. 1999-09-03 08:23:45 +00:00
briano%netscape.com
ab8d63eef2 Automated update 1999-09-03 08:15:45 +00:00
mcafee%netscape.com
225f6c2f37 Turning -pedantic on by default, use --disable-pedantic to turn this off 1999-09-03 08:10:06 +00:00
sspitzer%netscape.com
3f30819ff0 remove the useless MigratePrefs method. change upgradePrefs() into UpgradePrefs() and make it part of the nsIMsgAccountManager interface, so alecf can call it from js. 1999-09-03 08:06:13 +00:00
hyatt%netscape.com
963ee4f0de Column resizing works, and boy is it slow. 1999-09-03 07:59:01 +00:00
bruce%cybersight.com
f67b510aa5 Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:53:26 +00:00
bruce%cybersight.com
443ae40b6e Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:42:41 +00:00
bruce%cybersight.com
4fc6b7833c Use nsCRT::free() instead of delete[] for char* data. 1999-09-03 07:26:10 +00:00
sspitzer%netscape.com
534e99c143 make the nsIImapIncomingServer interface fully scriptable. none of that cheesy %{C++ crap for this interface. Also use the almighty NS_DECL_NSIIMAPINCOMINGSERVER macro the xpidl compiler generated for me. 1999-09-03 07:22:10 +00:00
bruce%cybersight.com
17430c7c3c Replace delete[] for char* data with nsCRT::free(). 1999-09-03 07:20:03 +00:00
waterson%netscape.com
2239643aca Persistence, again. 1999-09-03 07:02:25 +00:00
sspitzer%netscape.com
2cbf6f9eac add the new idl to the mac project. 1999-09-03 07:01:39 +00:00
sspitzer%netscape.com
0db349427d introduce and use the UPGRADE_AND_CLEAR_*_PREF macros. this cleans up a lot of code. add a bunch of new attributes to the nsIImapIncomingServer interface, and the matching code to get and set these prefs. (examples, delete_model, offline_download, dual_use_folders, etc.) remove nsIImapIncomingServer.h, now we use nsIImapIncomingServer.idl. migrate all those new nsIImapIncomingServer attributes when migrating from 4.x to 5.0 1999-09-03 07:01:37 +00:00
waterson%netscape.com
a996d7fb19 Centralize the place from whence we whack namespace/attribute pairs into RDF properties. 1999-09-03 07:01:07 +00:00
bruce%cybersight.com
100ee0f7a7 Use nsCRT::free() instead of delete[]. 1999-09-03 06:59:31 +00:00
waterson%netscape.com
e03ab8a6d4 Make the local store _not_ broadcast its changes. In anticipation of persistence... 1999-09-03 06:58:36 +00:00
sspitzer%netscape.com
d784692123 fix my weird code. 1999-09-03 06:56:42 +00:00
bruce%cybersight.com
ff96bfbc48 Replace delete[] of char* data with nsCRT::free(). Cleaning up a lot of purify noise. 1999-09-03 06:48:27 +00:00
bruce%cybersight.com
a0088b63f7 Replace delete[] for char* data with nsCRT::free() 1999-09-03 06:38:27 +00:00
bruce%cybersight.com
31da4b9f46 Use nsCRT::free() instead of delete[] 1999-09-03 06:20:06 +00:00
briano%netscape.com
1210734507 Automated update 1999-09-03 06:15:56 +00:00
cls%seawood.org
361d844a3c Added host case for osf1. Changed test for c++ requiring implementation of unused methods from try_compile to try_link. 1999-09-03 06:14:10 +00:00
bruce%cybersight.com
baee0cf57a Fix some char* deallocation issues. Also remove a couple of static IIDs and includes that aren't needed. 1999-09-03 06:08:50 +00:00
cls%seawood.org
68dbb3a998 Ack! Do not redefine jscpucfg target for OpenVMS arch. Only add HOST_NSPR_MDCPUCFG to build if it is defined 1999-09-03 05:35:26 +00:00
jefft%netscape.com
b5ce558746 made chooseOutputFile() more complete; imaplemented QueryInterface() to return nsIFileSpec too 1999-09-03 05:30:33 +00:00
jefft%netscape.com
a029b3832e fixed assert when calling SaveMessageToDisk() 1999-09-03 05:28:40 +00:00
hyatt%netscape.com
99b35b6acf More column resizing fun. 1999-09-03 05:12:10 +00:00
karnaze%netscape.com
cd3dbc4f8d bug 1163 - implemented bordercolor attribute on table 1999-09-03 05:06:08 +00:00
cls%seawood.org
1ad23065c1 Fixed the use of HOST_NSPR_MDCPUCFG so that the build doesn't break if it is not defined. 1999-09-03 05:03:40 +00:00
sspitzer%netscape.com
e6ddc95132 ignore the generated Makefile 1999-09-03 05:00:55 +00:00
sspitzer%netscape.com
3a210794d9 first pass at XPIDL-ifying nsIImapIncomingServer 1999-09-03 04:57:30 +00:00
cls%seawood.org
6177e2fb70 Turn off debug messages 1999-09-03 04:57:25 +00:00
morse%netscape.com
31c54280a3 convert viewers from html to xul 1999-09-03 04:55:23 +00:00
cls%seawood.org
2b65fee83b Removed hardcoded RANLIB as it breaks some Ports tinderboxes 1999-09-03 04:35:48 +00:00
kipp%netscape.com
9a00149774 Switch to nsAutoString 1999-09-03 03:52:19 +00:00
kipp%netscape.com
dc04e68f6a Use nsAutoString instead of nsCAutoString to avoid double string copy 1999-09-03 03:51:56 +00:00
kipp%netscape.com
592de366b8 Speed up cookie file handling by avoiding uselss string malloc/free's 1999-09-03 03:50:06 +00:00