Граф коммитов

382 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com d5252f96d3 Bug 190336 - enable 4.x profile migration for Mach-O. Patch by cavin,ccarlen. r=ssu,sfraser/sr=sspitzer 2003-04-18 14:28:21 +00:00
scott%scott-macgregor.org ca012e3f93 Not Part of the build
Bug #179533 --> ground work for compressing mail dlls for thunderbird (and mozilla mail). Module file that combines
all the various import DLLs into one.

r/sr=sspitzer
2003-04-18 08:31:52 +00:00
cavin%netscape.com a1a02be878 Fix for 124217. Use user selected file types as the saved file types. Also if a string contains at least one comma, tab or double quote then we need to quote the entire string, plus need to quote double quotes. r/sr=sspitzer. 2003-04-17 20:14:01 +00:00
sspitzer%netscape.com 7e6c5e6111 fix for bug #86370. problems with SMTP (and account central UI) if SMTP username contains
characters that should be escaped.  the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.

the same problem existed for nntp, in nsNNTPProtocol.cpp

the rest is some code cleanup I had sitting around.
2003-04-09 00:47:54 +00:00
seawood%netscape.com 80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
mkaply%us.ibm.com e426b2df64 #147639
r=jblanco, sr=sspitzer
Don't hardcode width and height, just width (in DTD) and use sizeToContent
2003-03-19 14:14:00 +00:00
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cavin%netscape.com 0a7dcf2e20 Fix for 197280. Fixed i18n issue with selected pathnames. r/sr=sspitzer. 2003-03-14 01:18:19 +00:00
cls%seawood.org d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
sspitzer%netscape.com 22b9ebae38 fix txt import wording. bug #195836. r=robinf 2003-03-04 01:44:00 +00:00
cavin%netscape.com 0cd6fbdd62 Fix for 192147. Fixed error msgs display problem. r=shliang, sr=sspitzer. 2003-02-28 23:30:20 +00:00
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
sspitzer%netscape.com 86e46e851f fix for bug #122282.
files with .ldif/.txt/.tab extension are not listed when corresponding file types are specified.
thanks to pkw@us.ibm.com for the fix.  r/sr=sspitzer, a=asa
2003-02-11 07:54:25 +00:00
cavin%netscape.com e8008dac91 Fix for bug 191052. Cleaned up IsLDIFFile() and made it so that if the average leagl ldif field is 3 or more then it's a valid ldif file. r=nhotta, sr=sspitzer,a=asa. 2003-02-03 07:16:02 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
dbaron%dbaron.org acdd4e46c0 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
sspitzer%netscape.com fcfd8d42a7 fix for accessibility bug #11407. the first control should have
focus when the import dialog loads.  note, we will get these types
of accessibility fixes for free when we switch the import dialog
over to use <wizard>.  (that's bug #101874)
r/sr=mscott
2003-01-08 04:28:35 +00:00
seawood%netscape.com 16e7da2837 nobrainer changes while thinking about mingw support
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
cavin%netscape.com 694fd3edd8 Fix for bug 158367. Replaced macro IMPORT_LOGx() with PR_LOG() for ns logging and cleaned up some logging info at the top level driver function in nsImportMail.cpp. r=ducarroz, sr=sspitzer. 2002-12-19 23:28:58 +00:00
bzbarsky%mit.edu 840850565e Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
sspitzer%netscape.com b5dd4e4a94 code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
cavin%netscape.com 57004df3d5 Fix for multiple bugs. Bug 82748: need to convert account name and organization name to unicode; bug 132671: need to create a content type header if its missing or the content type is multipart/alternative; bug 163597: use NS_ConvertUCS2toUTF8() instead of AssignWithConversion() call; bug 174402: need to convert message header and attachment names to unicode and retrieve long filename from MAPI for the attachments. r=nhotta/ducarroz, sr=sspitzer. 2002-11-06 02:58:05 +00:00
bienvenu%netscape.com 2ac22d63b7 fix nsIAddrDatabase.h to not include mdb.h part of spam filtering work (the whitelist part) r/sr=sspitzer 169557 2002-10-08 03:50:31 +00:00
sspitzer%netscape.com 9b71127ce1 code cleanup. use contract id instead of cid. 2002-10-02 07:52:55 +00:00
sspitzer%netscape.com 1b1eef476f code cleanup. use contract ids instead of static cids. remove some usused static cids. 2002-09-16 00:46:09 +00:00
sspitzer%netscape.com 7343f04c3a fix for #142845. add screenname support to mozilla.
works with any AIM client, if they support goim: uris.

from cavin:
  1) a bunch new card attributes
  2) back end AB changes for AB Sync

from naving:
  1) Screenname -> nscpaimscreenname mapping for LDAP
  2) assertion fix to nsAddrBookSession::AddAddressBookListener()

from me:
  1) addressbook advanced search features, like "any name", "any number", "organization", "title", etc.
  2) add screen name support (UI, import, export) to mozilla, remove it from the ns tree.
  3) don't allow drop onto non-writable (LDAP) addressbooks
  4) bunch of code cleanup
2002-09-11 07:06:19 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
alecf%netscape.com dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bryner%netscape.com b366f360b3 Ignore generated Makefiles. 2002-08-23 10:30:06 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
cavin%netscape.com 39f69d31cd Fix for 119992. Always disable the Back button in the last dialog. r=ducarroz, sr=sspitzer. 2002-06-29 01:20:33 +00:00
cavin%netscape.com 0c4839f165 Fix for 119992. Enable the Back button when canceling out of the ldif file selection dialog. Also enable the Back and Next buttons when canceling out of the 4.x profile file list dialog. r=naving, sr=sspitzer. 2002-06-25 22:58:50 +00:00
varada%netscape.com 4569d1ad40 fix for bug#144569;should import smtp username from eudora,oe and outlook;r=srilatha;sr=bienvenu 2002-06-14 18:32:21 +00:00
cavin%netscape.com b3511db624 Fix for 140850. In AddLdifRowToDatabase(), reset CR/LF counters and return if there's no data in the ldif buffer to process. R=ducarroz, sr=sspitzer, a=asa. 2002-06-06 21:29:25 +00:00
alecf%netscape.com bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
stephend%netscape.com ed9f066881 Bug 139797. Addressbook should read address book in the Import Wizard. Patch by Dawn Endico <endico@mozilla.org> r=me, sr=jst. Cleanup tabs, also. 2002-06-05 04:18:32 +00:00
cathleen%netscape.com 64856eb68b clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan 2002-06-04 23:05:39 +00:00
cavin%netscape.com 622f1d396f Fix for 145150. Map "Content-Type: application/ms-tnef" to "Content-Type: text/plain" so the body text can be displayed normally (instead of in an attachment). r=ducarroz, sr=bienvenu. 2002-05-31 02:24:28 +00:00
cavin%netscape.com 1a6b77b233 Fix for 70374. Use the right date format for the "From " line (ie, "From - Mon Jan 1 00:00:00 1965"). r=ducarroz, sr=sspitzer. 2002-05-31 02:20:45 +00:00
cavin%netscape.com ddc18c90d0 Fix for 134014. Correct the mapping table to match the addrbook api calls. R=ducarroz, sr=bienvenu. 2002-05-30 00:43:38 +00:00
srilatha%netscape.com a1a907e242 Fix for bug # 141438. added code so that we don't define SHORT_LIBNAME on winNT
r=cls, sr=sspitzer
2002-05-23 21:00:56 +00:00
sspitzer%netscape.com a700834409 fix for bug #142940. add support to LDIF import / export for generic
AB columns, like _AimScreenName.  r=dmose, sr=bienvenu
2002-05-21 05:20:39 +00:00
mscott%netscape.com e3a72ac218 Fix Mac breakage. 2002-05-17 21:12:57 +00:00
cavin%netscape.com 1c295d8c22 Fix for #91295. Map Eudora address entries which has two or more email addresses to lists. r=sspitzer, sr=bienvenu. 2002-05-17 20:18:39 +00:00
bienvenu%netscape.com 25189923f3 fix mismatched memory free warnings, r=cavin, sr=sspitzer 143035 2002-05-15 00:12:58 +00:00
cavin%netscape.com 0f2a5892d7 Fix for #82276. Always return entry info even if there's no other attribute associated with the contact. r=ducarroz, sr=mscott. 2002-05-13 21:02:42 +00:00
sspitzer%netscape.com 95b230618b supplimental fix for #119360. LDIF export / import is lossy.
I messed up the attribute name.  It's mozillaHomeState, not mozillaHomeStreet.
r=dmose.  sr=bienvenu
2002-05-12 21:26:12 +00:00