bsmedberg%covad.net
d0f309943a
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
scott%scott-macgregor.org
8b5be13a9d
Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
...
r/sr=sspiter
2003-04-20 20:56:21 +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
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
sspitzer%netscape.com
22b9ebae38
fix txt import wording. bug #195836 . r=robinf
2003-03-04 01:44:00 +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
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
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
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
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
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
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +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
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
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
sspitzer%netscape.com
6a0dda7cf5
fix #126844 . freeing mismatched memory. thanks to pj@ludd.luth.se for the fix.
...
r/sr=sspitzer
2002-05-11 01:01:56 +00:00
sspitzer%netscape.com
ba97bb814c
fix for the other dataloss issue in #119360 .
...
there are addressbook fields that we don't export / import.
add LDIF attributes (prefixed with "mozilla") for the missing fields.
also we don't specify an object class. for now, use
mozillaAbPersonObsolete as the object class, which is temporary.
r=dmose, sr=bienvenu
2002-05-10 01:22:13 +00:00
seawood%netscape.com
f940144626
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
cavin%netscape.com
351edd2e88
Fix for 82791. Allows OE and Outlook lists/groups to be imported and fixes the problem of not showing summary info at the end of import. r=ducarroz, sr=sspitzer, a=asa.
2002-03-22 22:19:46 +00:00
sspitzer%netscape.com
72c5571659
fix for #128035 . we mixed up home web page and work web page
...
for LDAP, and LDIF import and export. initial patch
by rjc and john.marmion.
r=john.marmion,racham sr=bienvenu a=asa
2002-03-08 21:16:15 +00:00
cavin%netscape.com
3dfb34e987
Fix for #62084 . Fixed 2 problems: (1)Parsing problem on the input records when data of the records spread into two buffers. (2)Buffer used to hold list data is too small. r=naving, sr=sspitzer, a=asa.
2002-03-05 00:01:22 +00:00
alecf%netscape.com
cd8f07f3e8
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
cathleen%netscape.com
3f9b432d36
eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan
2002-02-19 08:42:48 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
sspitzer%netscape.com
087b9288a7
fix for #119675 , implement LDIF export. r=dmose, sr=bienvenu
...
also fix a bug in the LDIF import code #116973 .
2002-01-15 02:26:47 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
sspitzer%netscape.com
af12714099
fix for #115701 . fix import text. text reviewed by robinf, rs=bienvenu
2002-01-05 07:57:29 +00:00
sspitzer%netscape.com
d08d4d3f97
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
bzbarsky%mit.edu
edfb3b268f
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
jaggernaut%netscape.com
f02611e9eb
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
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
19e1c9490b
Update mailnews REQUIRES and MODULEs for bug 98371, r=cls
2001-09-12 20:30:32 +00:00
cls%seawood.org
a3c1dd1b09
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00