gecko-dev/mailnews/base/src
alecf%netscape.com fba198f16c fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific
this way we can implement an minimal chrome registry for embedding, that doesn't support all the wacky skin- and locale-switching goodness of XUL.
r=waterson, sr=hyatt
2002-04-12 01:52:27 +00:00
..
.cvsignore
MANIFEST remove unused files. clean up Mark Message Read. add some bullet proofing 2001-03-22 01:42:59 +00:00
Makefile.in fixes pending XP_UNIX bustage 2002-02-07 01:17:38 +00:00
makefile.win fixes pending XP_WIN bustage 2002-02-07 01:18:48 +00:00
nsCopyMessageStreamListener.cpp fix for #121639. get forward as attachment to work for news again. 2002-02-20 08:23:05 +00:00
nsCopyMessageStreamListener.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsDecodeAppleFile.h carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
nsMessenger.cpp display status during send unsent messages 134624 r=ducarroz, sr=sspitzer, a=asa 2002-04-05 14:43:20 +00:00
nsMessenger.h fix for #108542. remember the last directory we saved attachments (or messages as files) into, 2002-01-09 04:41:41 +00:00
nsMessengerBootstrap.cpp Bug #132401 mailnews portion of the ALERT_SERVICE_BRANCH landing. 2002-03-22 23:28:55 +00:00
nsMessengerBootstrap.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMessengerMigrator.cpp Fix for #100385. Reset 3 control variables of nsMessengerMigrator object in turbo mode. r=bhuvav, sr=sspitzer, a=asa. 2002-03-14 00:51:46 +00:00
nsMessengerMigrator.h Fix for #100385. Reset 3 control variables of nsMessengerMigrator object in turbo mode. r=bhuvav, sr=sspitzer, a=asa. 2002-03-14 00:51:46 +00:00
nsMessengerWinIntegration.cpp Bug #122626 --> biff icon isn't showing up in the system tray for win98. This is because 2002-03-27 07:38:18 +00:00
nsMessengerWinIntegration.h Bug #122626 --> biff icon isn't showing up in the system tray for win98. This is because 2002-03-27 07:38:18 +00:00
nsMsgAccount.cpp Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
nsMsgAccount.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgAccountManager.cpp landing changes for MDN Return Receipts feature, bug #16241 2002-03-28 21:34:42 +00:00
nsMsgAccountManager.h Bug #14295: (1) Add 'realHostName' and 'realUsername' to nsIMsgIncomingServer and reflect them 2001-10-09 19:20:31 +00:00
nsMsgAccountManagerDS.cpp 133355 - adding fake free web mail account to folder pane - will only show up in commercial builds - r=bhuvan,sr=sspitzer,a=asa 2002-04-10 11:57:39 +00:00
nsMsgAccountManagerDS.h 133355 - adding fake free web mail account to folder pane - will only show up in commercial builds - r=bhuvan,sr=sspitzer,a=asa 2002-04-10 11:57:39 +00:00
nsMsgBiffManager.cpp Bug 96108: Fix another regression mscott noticed; this file shouldn't have 2001-12-21 02:02:30 +00:00
nsMsgBiffManager.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgCopyService.cpp Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes, 2001-12-21 01:10:07 +00:00
nsMsgCopyService.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgDBView.cpp bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsMsgDBView.h bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsMsgFolderCache.cpp eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan 2002-02-19 08:42:48 +00:00
nsMsgFolderCache.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgFolderCacheElement.cpp Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
nsMsgFolderCacheElement.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgFolderCompactor.cpp fix for #118876. fix xml error when printing addressbook cards with < & or >. 2002-01-11 00:07:45 +00:00
nsMsgFolderCompactor.h Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer 2001-11-03 04:42:19 +00:00
nsMsgFolderDataSource.cpp fix for bug#129603;hiding or greying out menu items that are not supported by the server;r=racham;sr=bienvenu;a=asa 2002-03-25 22:34:34 +00:00
nsMsgFolderDataSource.h fix for bug#129603;hiding or greying out menu items that are not supported by the server;r=racham;sr=bienvenu;a=asa 2002-03-25 22:34:34 +00:00
nsMsgMailSession.cpp fix for bug 119923 - split nsIChromeRegistry into 2 interfaces, one that is XUL-specific 2002-04-12 01:52:27 +00:00
nsMsgMailSession.h Fixing bug 4198. This fix allows ISPs to add a customized signature file to their user mail accounts. r=ducarroz, sr=sspitzer 2002-01-31 05:15:27 +00:00
nsMsgNotificationManager.cpp clean up some string usage. rs=mscott 2002-01-26 16:36:30 +00:00
nsMsgNotificationManager.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgOfflineManager.cpp don't allow failure to logon to stop going offline process r=naving, sr=sspitzer 115405 2002-02-13 20:54:39 +00:00
nsMsgOfflineManager.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgPrintEngine.cpp These are called as backstops in case a PrnitSettings was not passed in 2002-03-23 16:46:00 +00:00
nsMsgPrintEngine.h 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls 2002-02-01 14:52:11 +00:00
nsMsgProgress.cpp Fix leak of nsMsgProgress (and the things it owns) when sending mail. r=bienvenu sr=waterson b=99180 2001-11-28 04:47:20 +00:00
nsMsgProgress.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgRDFDataSource.cpp 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
nsMsgRDFDataSource.h code cleanup for #103412. better string usage in the mail datasources 2001-10-06 05:11:51 +00:00
nsMsgRDFUtils.cpp 115071 r=nhotta (for collation part) sr=mscott. fix folder-pane, menus sorting on mac os x by using collation 2002-02-01 21:46:05 +00:00
nsMsgRDFUtils.h fix for bug#129603;hiding or greying out menu items that are not supported by the server;r=racham;sr=bienvenu;a=asa 2002-03-25 22:34:34 +00:00
nsMsgSearchDBView.cpp bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsMsgSearchDBView.h Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2001-12-29 22:05:16 +00:00
nsMsgServiceProvider.cpp fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
nsMsgServiceProvider.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgSpecialViews.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgSpecialViews.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgStatusFeedback.cpp bug #112213 adding timeline code for perf measurement;sr=mscott 2001-12-21 23:21:48 +00:00
nsMsgStatusFeedback.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsMsgThreadedDBView.cpp bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsMsgThreadedDBView.h bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsMsgWindow.cpp fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
nsMsgWindow.h Added charsetOverride field to nsIMsgWindow, so msgCompose can use it for quoting, 2001-11-29 04:56:42 +00:00
nsStatusBarBiffManager.cpp fix for #108346. check rv from do_GetService() to prevent crash. 2001-11-06 00:49:17 +00:00
nsStatusBarBiffManager.h remove unused code, now that we use playSystemSound(). (see #64462) 2001-10-10 08:40:22 +00:00
nsSubscribableServer.cpp bugs 110156, 110155 2002-03-29 02:46:01 +00:00
nsSubscribableServer.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsSubscribeDataSource.cpp eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan 2002-02-19 08:42:48 +00:00
nsSubscribeDataSource.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsUrlListenerManager.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
nsUrlListenerManager.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00