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

312 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com f974fe7e31 Fixing REQUIRES bustage in win32 gmake build. 2002-03-19 11:15:02 +00:00
cavin%netscape.com 1713121ffb Fix for 126483. Init 'rv' to NS_OK so that we don't stop on the first header which doesn't have a value associated with it. r=ducarroz, sr=bienvenu, a=asa. 2002-03-19 08:17:04 +00:00
cavin%netscape.com a2555208e4 Fix for 100867 - Use system charset for body conversion if not set in msgs. r=ducarroz, sr=sspitzer, a=asa. 2002-03-19 08:11:35 +00:00
srilatha%netscape.com 01b956d3a7 Fix for bug #86991. Create a folder in Local Folders instead of an account for the imported mail.
r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-14 21:09:47 +00:00
cavin%netscape.com 51c68bddc6 Fix for #123804. Reset the unsigned integer variable before copying 3 bytes of data into it. r=bienvenu, sr=sspitzer, a=asa. 2002-03-14 00:54:02 +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
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
cavin%netscape.com 80fab587b2 Fix for #119441. Recplaced pDst->Write() call with EscapeFromSpaceLine() when body text is > 8K. r=ducarroz, sr=sspitzer, a=asa. 2002-03-06 01:07:53 +00:00
bzbarsky%mit.edu fde41cde79 Ugh. Another try at the bustage... 2002-03-05 05:04:26 +00:00
bzbarsky%mit.edu e352e3ba98 Better bustage fix 2002-03-05 03:54:46 +00:00
heikki%netscape.com 4b83e02e95 Attempting to fix Mac bustage. 2002-03-05 03:48:44 +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
cavin%netscape.com 26f97980ac Fix for #73694. Parse and store date info from Eudora "From " lines and write out this date header for Eudora msgs which do not contain a "Date:" header. r=ducarroz, sr=sspitzer, a=asa. 2002-03-04 23:40:16 +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
alecf%netscape.com 05c64a874c argh, fix more mac bustage, I think this is the end of it.. Sorry, I hadn't re-exported my .xml files 2002-02-20 01:43:45 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +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
cavin%netscape.com e679b8d4d1 Fix for #125131. Fixed a few problems: (1) msg count in the summary message off by one. (2) msgs in 1st subfolder not imported. (3) msgs in Drafts folder not imported correctly. (4) folders not imported should be posted to summary message. (5) attachment names of imported msgs are randomly generated. r=ducarroz, sr=bienvenu. 2002-02-18 23:18:19 +00:00
dbaron%fas.harvard.edu 59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
seawood%netscape.com 38cbf3c390 Add msgbaseutil to link list.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Fixing tinderbox bustage.
2002-02-13 07:36:12 +00:00
cavin%netscape.com ace4ee4d27 Fix for #89235. Rewrote main portion of ImportMailbox() to use global util function EscapeFromSpaceLine() to handle "From " lines. r=ducarroz, sr=bienvenu. 2002-02-12 21:52:08 +00:00
bzbarsky%mit.edu 97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu 98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
cavin%netscape.com da86d56a36 Fix for #82276. Allow Eudora cards with no email address to be imported. Also allow import of additional address fields. r=ducarroz, sr=mscott. 2002-02-06 21:01:21 +00:00
bzbarsky%mit.edu 40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
cathleen%netscape.com 740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
seawood%netscape.com 189b54a078 Fixing win32 gmake bustage from Cavin's checkin of bug #119441. 2002-02-01 04:12:54 +00:00
cavin%netscape.com d932521e03 Fix for #119441. Added code to prefix lines starting with "From " with ">" in the msg body. r=ducarroz, sr=sspitzer. 2002-02-01 02:36:58 +00:00
alecf%netscape.com 5483b6f627 one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
cavin%netscape.com 229e0f5868 Fix for bug 113421. Closed the msg db after a folder is imported so that the db can be re-generated when the imported folder is re-opened. r=naving, sr=bienvenu. 2002-01-31 01:28:27 +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
nhotta%netscape.com 35fdaf8fd9 Set output behavior for unicode encoder to prevent the convesion to be aborted,
bug 118618, r=naving, sr=sspitzer.
2002-01-10 01:36:59 +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
srilatha%netscape.com ab1db95e68 checking in for rdayal.
Bug # 115307, second patch. r = ducarroz, sr=bienvenu.

Adding a new notification method in nsIMsgSendListener when the compose window is closed
without clicking on Send.
2002-01-03 21:56:36 +00:00
timeless%mac.com 61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +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 f810f656cc Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +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
sspitzer%netscape.com a4cf6d5f30 fix for #113517, no import progress. r/sr=bienvenu 2001-12-06 05:58:08 +00:00
nhotta%netscape.com 16a527d0a8 For search, cache default charset to the class. For eudora, changed to get a pref directly,
bug 110127, r=naving, sr=bienvenu.
2001-12-01 17:36:35 +00:00
naving%netscape.com d92bce83df fixing whitespace ! 2001-11-28 02:01:00 +00:00
naving%netscape.com c8ec16032a 112266 r=ducarroz sr=bienvenu. free mimeGetStringById after use (fwd inline)
112287 r=ducarroz sr=bienvenu. fix leaking mime url by using nsCOMPtr (fwd inline)
2001-11-28 01:33:44 +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
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00