scott%scott-macgregor.org
cbf6917dcf
Bug #379070 --> remove nsCRT methods from import, extensions, db.
...
sr=bienvenu
2007-06-07 23:19:13 +00:00
scott%scott-macgregor.org
bbe3e385c3
Bug #379070 --> replace nsCRT::CR and nsCRT::LF with '\r' and '\n' respectively.
...
sr=bienvenu
2007-06-04 23:25:26 +00:00
scott%scott-macgregor.org
3eeb8dab05
Bug #379070 --> string cleanup for mailnews\import including removal of XPIDL strings and other string interfaces that aren't available using frozen linkage.
2007-06-03 23:37:55 +00:00
bienvenu%nventure.com
4921cbca22
get rid of nsFileSpec, 33451, sr=mscott
2007-05-02 02:23:26 +00:00
bugzilla%standard8.demon.co.uk
8421519312
Follow up to bug 366962 on behalf of KaiRo, move mailnews locale files to suite/, remove old suite mailnews locale files, r+sr=Neil
2007-04-02 20:08:27 +00:00
bugzilla%standard8.demon.co.uk
e686a66a4c
Bug 368103 Make mailnews/import build into only one shared library for SeaMonkey. r=mnyromyr+mscott,sr=Neil
2007-02-15 18:52:46 +00:00
bugzilla%standard8.demon.co.uk
f96a0c5abb
Bug 368103 Make mailnews/import build into only one shared library for SeaMonkey. r=mnyromyr+mscott,sr=Neil
2007-02-14 16:56:29 +00:00
joshmoz%gmail.com
e084f009f4
remove XP_MAC from mailnews. b=281889 r=bienvenu
2006-11-16 00:22:53 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
benjamin%smedbergs.us
7ee9a60428
Revert part of the change from bug 78081 - msgbaseutil is a dynamic lib in dynamic builds and should be in EXTRA_DSO_LIBS.
2006-04-06 18:53:30 +00:00
benjamin%smedbergs.us
4baff288e0
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-04-06 18:12:59 +00:00
cbiesinger%web.de
8eecbe42c0
undoing my checkin, didn't notice bsmedberg's
...
(all bustage fixes are due to bug 214889)
2006-03-29 08:51:51 +00:00
cbiesinger%web.de
da49589d8b
bustage fix part #2
2006-03-29 08:49:25 +00:00
benjamin%smedbergs.us
3e7ebfa5f0
Fix additional bustage
2006-03-29 08:47:54 +00:00
cbiesinger%web.de
ef20097557
trying to fix bustage
2006-03-29 08:16:07 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bugzilla%standard8.demon.co.uk
81029fac1f
Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 2. r=bsmedberg,sr=dmose
2005-09-27 16:42:09 +00:00
bsmedberg%covad.net
68fcd67e0a
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 13:09:19 +00:00
neil%parkwaycc.co.uk
69f348e3ed
Removing unused variables b=90905 p=gautheri@noos.fr r=me sr=dmose a=asa
2005-02-16 11:50:13 +00:00
bryner%brianryner.com
1733c3ad7c
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +00:00
scott%scott-macgregor.org
823c6fe68f
Bug #266027 --> unable to import data from netscape 4.x.
...
Move some code from the old profile manager and from the new migration code
which knows how to do some of this stuff as well) into the import code so we don't
depend on the obsolete profile manager.
sr=bienvenu
2004-10-26 23:23:22 +00:00
cbiesinger%web.de
6bf5da8694
fixing beos bustage from bsmedberg's semi-single-profile landing
...
should not affect other platforms
2004-07-14 23:50:21 +00:00
scott%scott-macgregor.org
190dcfa28b
Bug #249614 --> Porting tbird branch changes back to the trunk.
...
Changes to make the import module better support the new migration wizard for Outlook Express migrations.
1) Allow a consumer to pass in an RDF URI for an address book (i.e. the
personal AB) to migrate address book data too. This allows the OE migrator to
migrate address book data directly to a Personal Address book instead of to
"Outlook Express Address Book"
2) When migrating OE Pop3 servers, make them use the deferred account by
default (Local folder Global Inbox)
3) Add folder translation code to translate Outlook Express Local Folder names
into folder names Mozilla will recognize (like Deleted Items --> Trash)
4) If we are migrating local folders (as opposed to importing), migrate
directly into local folders and not as a sub folder of Local Folders.
sr=bienvenu
2004-07-04 05:19:34 +00:00
bsmedberg%covad.net
285e5be7ce
Forgot a couple mailnews files from the semi-single-profile merge. To get the profile path, use the directory service instead of the profile service. Make offline-startup use a app-startup observer instead of a profile-startup observer.
2004-06-18 15:58:14 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
bienvenu%nventure.com
8b57f91769
make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538
2004-04-22 15:32:54 +00:00
gerv%gerv.net
482dc5fcad
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
jshin%mailaps.org
fdf2ad9bff
bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott)
2004-04-13 04:07:07 +00:00
bsmedberg%covad.net
1f4ab81acd
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
f0bfff2628
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
jaggernaut%netscape.com
f008bc2bad
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
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
scott%scott-macgregor.org
b6381bec7d
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
ccarlen%netscape.com
13d49804e8
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
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
dougt%netscape.com
be629223b6
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
49c6ed7c0c
Fix for 197280. Fixed i18n issue with selected pathnames. r/sr=sspitzer.
2003-03-14 01:18:19 +00:00
darin%netscape.com
8f284ed984
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
99f34f283f
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
333191f475
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
dougt%netscape.com
c5e8f896cd
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
c1b9f8114d
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
5d2a2e5fef
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
2920dae2f9
Ignore generated Makefiles.
2002-08-23 10:30:06 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
alecf%netscape.com
3703f3c61b
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
alecf%netscape.com
f0263ddf07
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
srilatha%netscape.com
20c2721dd8
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
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00