.. |
macbuild
|
Pro5 update
|
2000-02-07 23:06:04 +00:00 |
.cvsignore
|
move files over from src into linkable library
|
1999-03-19 22:55:08 +00:00 |
Makefile.in
|
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
|
2000-04-04 04:46:38 +00:00 |
makefile.win
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
MANIFEST
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsLocalFolderSummarySpec.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsLocalFolderSummarySpec.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMessage.cpp
|
back out changes for in-reply-to header; I don't need them after all
|
2000-04-04 00:52:22 +00:00 |
nsMessage.h
|
First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman
|
2000-03-24 08:10:59 +00:00 |
nsMsgDBFolder.cpp
|
more work on imap delete model, r=putterman 16805
|
2000-03-30 23:08:53 +00:00 |
nsMsgDBFolder.h
|
fixed unnecessary database loading when building folder view; r=bienvenu
|
2000-03-15 06:26:31 +00:00 |
nsMsgFolder.cpp
|
consolidate nsIMsgMailSession and nsIFolderListener by simply making nsMsgMailSession implement nsIFolderListener instead of having it's own API. r=scottip
|
2000-03-30 22:50:54 +00:00 |
nsMsgFolder.h
|
- add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
|
2000-03-28 04:58:05 +00:00 |
nsMsgGroupRecord.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgGroupRecord.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgI18N.cpp
|
Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata.
|
2000-03-29 23:16:55 +00:00 |
nsMsgI18N.h
|
Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft
|
2000-03-23 06:39:19 +00:00 |
nsMsgIdentity.cpp
|
fix for #33310 - weakref leaks
|
2000-03-25 20:41:26 +00:00 |
nsMsgIdentity.h
|
fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu
|
2000-03-14 13:37:54 +00:00 |
nsMsgIncomingServer.cpp
|
add PerformExpand() to the nsIMsgIncomingServer interface. in the base case, it does nothing.
|
2000-04-03 02:06:57 +00:00 |
nsMsgIncomingServer.h
|
- add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
|
2000-03-28 04:58:05 +00:00 |
nsMsgKeySet.cpp
|
removed calls to deprecated string API's
|
2000-03-27 06:48:32 +00:00 |
nsMsgKeySet.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgLineBuffer.cpp
|
add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman
|
2000-01-28 01:22:33 +00:00 |
nsMsgLineBuffer.h
|
fixed bug 21417 - [Performance] nsMsgLineStreamBuffer use PL_strlen to determine how many bytes left in the buffer; eliminate using PL_strlen() to speed up the performance; r=mscott, bienvenu; a=chofmann
|
1999-12-20 14:58:05 +00:00 |
nsMsgMailNewsUrl.cpp
|
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
|
2000-03-25 00:58:20 +00:00 |
nsMsgMailNewsUrl.h
|
Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
|
2000-01-13 03:20:29 +00:00 |
nsMsgProtocol.cpp
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
nsMsgProtocol.h
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
nsMsgTxn.cpp
|
get downloading of imap attachments working, r=alecf 32767
|
2000-03-29 00:58:21 +00:00 |
nsMsgTxn.h
|
fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp
|
2000-02-07 15:15:14 +00:00 |
nsMsgUtils.cpp
|
a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
|
2000-02-26 20:46:39 +00:00 |
nsMsgUtils.h
|
a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
|
2000-02-26 20:46:39 +00:00 |
nsNewsSummarySpec.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsNewsSummarySpec.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsUInt32Array.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsUInt32Array.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |