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

11892 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com a33a19e3d1 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
mkaply%us.ibm.com c62cc6b0a8 No bug
r=mkaply
OS/2 only - "." and " " should not be special file system chars on OS/2
2001-11-30 21:28:41 +00:00
mkaply%us.ibm.com 5754cee4a6 No bug - cleanup - remove unnecessary XP_OS2_HACK 2001-11-30 20:56:42 +00:00
mkaply%us.ibm.com df2c6f2941 No bug - cleanup - remove unnecessary XP_OS2 2001-11-30 20:55:28 +00:00
sspitzer%netscape.com 54c2389cc0 fix for #112786. the home page link isn't "blue" like the other links in the addressbook
card preview pane.
2001-11-30 08:34:22 +00:00
sspitzer%netscape.com 815504d915 fix warnings, fix whitespace. 2001-11-30 04:19:21 +00:00
sspitzer%netscape.com 0af6b707b9 fix build bustage on mac. 2001-11-30 03:08:38 +00:00
sspitzer%netscape.com 3c5c78eee6 fix for #112727 (removing expired articles won't remove all expired articles in certain cases.)
and hopefully for #110362 (top crasher in ParseURL()), and some cleanup.

for #110362, I'm making sure we only check the local cache for message and message part urls.
r/sr=bienvenu
2001-11-30 00:49:47 +00:00
nhotta%netscape.com 7ef4662947 Added charsetOverride field to nsIMsgWindow, so msgCompose can use it for quoting,
bug 111055, r=ducarroz, sr=sspitzer.
2001-11-29 04:56:42 +00:00
naving%netscape.com 1a4b443c13 112342 r=ducarroz sr=bienvenu. free filename after use. 2001-11-29 01:51:19 +00:00
dbaron%fas.harvard.edu 88c03c4196 Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
dbaron%fas.harvard.edu 3199c2067a 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
mscott%netscape.com d5abd91159 Bug #112324 --> don't initialize the view header menu item in the onload handler for the mail
3-pane. This helps start up time in a very small way.

r=bienvenu
rs=sspitzer
2001-11-28 04:17:54 +00:00
sfraser%netscape.com 676fcd490c Fix the output path, so that generated files go into mozilla/dist/mailnews, rather than mozilla/mailnews/dist/mailnews. 2001-11-28 03:50:15 +00:00
sfraser%netscape.com 7679bb3931 Fix the build by adding nsIMsgSMIMEHeaderSink.idl to the IDL project 2001-11-28 02:48:32 +00:00
cathleen%netscape.com 4c24eb719c fix bustage in win32 static build, and also it's run-time err, unable to get
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
naving%netscape.com 8994f3a7b8 fixing whitespace ! 2001-11-28 02:01:00 +00:00
naving%netscape.com 63fb068ebd 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
mscott%netscape.com 1a5cd1307e Bug #110543 --> add smime UI to message display
r=kai
sr=sspitzer
2001-11-28 01:07:46 +00:00
mscott%netscape.com a3df778647 Bug #110543 --> afire a custom event when the message pane loads
inform any listeners when we start to display a message
r=kai
sr=sspitzer
2001-11-28 01:06:37 +00:00
mscott%netscape.com 1305f51576 make the user agent header field name stay at the top of the line when the user agent wraps.
rs=sspitzer
2001-11-28 00:04:30 +00:00
mscott%netscape.com 80bf391ea8 Not part of the build yet. Export nsIMsgSMIMEHeaderSink.idl on the Mac.
Part of Bug #110543
2001-11-27 23:31:44 +00:00
mscott%netscape.com df97e3fbe3 Bug #112220 avoid an extra firing of the on select outliner handler when deleting
a message. Supress command updating when selecting the next message
after a delete
r=bienvenu
rs=sspitzer
2001-11-27 21:45:41 +00:00
naving%netscape.com 2741be104c 112095 r=ducarroz sr=bienvenu. fix leaking msg hdrs (to, from..) upon reading mail/news messages 2001-11-27 19:23:41 +00:00
naving%netscape.com c531a801b1 112070 r/sr=bienvenu. fix a small char* leak. 2001-11-27 05:05:08 +00:00
bienvenu%netscape.com 30a01891f1 cache most recent thread object asked for, should speed up painting of thread pane when in threaded mode, r=naving, sr=sspitzer 111976 2001-11-27 03:53:31 +00:00
naving%netscape.com 71158a4913 110941 r=sspitzer sr=bienvenu. fix a few leaking char*. 2001-11-27 01:53:50 +00:00
rjc%netscape.com e5077bf2e5 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
naving%netscape.com ee8a739cc8 111829 r/sr=bienvenu. fix leaking folder name upon creating new folder. 2001-11-26 22:05:26 +00:00
naving%netscape.com 4ae84b9641 111899 r=ducarroz sr=bienvenu. fix a prunichar* memory leak 2001-11-26 21:53:17 +00:00
bienvenu%netscape.com f91dac0dd2 fix crash when mail message has no to, cc, or bcc header r=naving, sr=sspitzer 111932 2001-11-26 21:35:50 +00:00
mscott%netscape.com 43e54fc563 give the header toggle widget box flex so the subject line wraps. rs=sspitzer 2001-11-26 19:33:16 +00:00
naving%netscape.com 29d4528ba5 111789 r/sr=bienvenu. fix nntpurl leak when copying news messages to an imap folder 2001-11-26 03:24:58 +00:00
blakeross%telocity.com 9f75c70e4a 109117 - offline ui: download/sync now window has extra big ok and cancel buttons. r=bienvenu sr=ben 2001-11-26 00:43:56 +00:00
naving%netscape.com d794c60307 111371 r/sr=bienvenu fix char* leaks when reading filenames from disk. 2001-11-25 03:02:24 +00:00
bienvenu%netscape.com 169503e78c fix umr in nsDBFolderInfo.cpp, rs=sspitzer 111382 2001-11-24 16:41:38 +00:00
bzbarsky%mit.edu 0b19fcf775 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
naving%netscape.com 59daf6b3ab 111314 r=ducarroz sr=bienvenu. fix char* memory leaks. 2001-11-22 00:56:56 +00:00
naving%netscape.com 3088b5563a 111291 r=ducarroz sr=bienvenu. fix a bunch of char * memory leaks. 2001-11-22 00:13:39 +00:00
ducarroz%netscape.com 3ad8e2cff1 Fix for bug 110775. Need to clear the subject and disable the editable field when caching the compose window and enabling those fields when we reopen the compose window. R=varada, SR=mscott 2001-11-21 23:43:26 +00:00
mscott%netscape.com 21ddeb999d Bug #111274 --> define the addresses object inside the while loop.
r/sr=sspitzer
2001-11-21 23:22:43 +00:00
sspitzer%netscape.com 0ef40c172d ignore generated makefiles. 2001-11-21 22:07:10 +00:00
bienvenu%netscape.com f1219eb422 rest of fix for 111071 can't cancel out of imap password prompt, r=mscott, sr=sspitzer 2001-11-21 21:55:36 +00:00
sspitzer%netscape.com a75636ef3f fix warning, add a comment. piggybacking on our carpool.
r/sr=no one
2001-11-21 21:53:57 +00:00
bienvenu%netscape.com 7af3ba4d5f cache char set in folder info r=naving, sr=sspitzer 102806 and also show folder contents before folder finishes loading 2001-11-21 21:52:06 +00:00
bienvenu%netscape.com 7e133c127f use xpcom ref-counting and comptrs now that mdb supports that r=naving, sr=sspizer 110850 (also fixed some more ref-counting bugs in ab code) 2001-11-21 21:52:00 +00:00
bienvenu%netscape.com 0132b45264 remove unused attribute from msg hdr r=naving, sr=sspitzer 110820 2001-11-21 21:51:42 +00:00
bienvenu%netscape.com 6b235196a5 use xpcom add/release ref calls now that mork supports them 110850 reduce memory allocations when painting 110820 cache folder charset 102806 r=naving, sr=sspitzer 2001-11-21 21:51:34 +00:00
bienvenu%netscape.com bf387ad3fa use xpcom add/release ref calls for mork objects now that mork supports it r=naving, sr=sspitzer 110850 2001-11-21 21:51:29 +00:00
bienvenu%netscape.com 3bb33888cb remove unused code, r=naving, sr=sspitzer part of general footprint bug 110820 2001-11-21 15:51:39 +00:00
bienvenu%netscape.com 0ce473299b fixing #ifdef debug me code, no bug or reviewer 2001-11-21 15:42:56 +00:00
hewitt%netscape.com e5d37a18a7 96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt 2001-11-21 11:00:22 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
hewitt%netscape.com 2776e1e042 66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt 2001-11-21 06:59:57 +00:00
mscott%netscape.com 0454025d9f Bug #110543 --> add smime UI to message display
r=kai
sr=sspitzer
2001-11-21 03:57:35 +00:00
bienvenu%netscape.com a25aff1f58 no longer call SetRecipientsIsNewsgroup - we weren't using it, r=naving, sr=sspitzer 110820 2001-11-21 01:57:53 +00:00
bienvenu%netscape.com 99ee55c7a5 fix going offline from compose window, patch from sspitzer, r/sr = me 111087 2001-11-21 01:48:50 +00:00
bienvenu%netscape.com 57ea334a8e fix cancelling from imap password prompt r=sspitzer, sr=mscott 111071 2001-11-21 01:45:59 +00:00
mscott%netscape.com 4b2736fda4 Bug #110905 --> remove code to enumerate over parsed header results.
allow the ability to get all of the results all at once in a set of
arrays. This improves message display performance by reducing the number
of round trips between the JS thread and the UI thread.
r=ducarroz
sr=bienvenu
2001-11-20 22:53:47 +00:00
bienvenu%netscape.com 4d1a47b422 fix crash after entering password for web mail r=sspitzer, sr=mscott bugscape 11055 2001-11-20 22:36:15 +00:00
stephend%netscape.com f9a96ecbc3 Partial fix for bug 90691. 'Document: Done' is shown in the statusbar, prior to 'Done Loading Page' (which is the remaining portion of this bug, but is called from editor.xul) r=jglick/hwaara, sr=hewitt 2001-11-20 08:03:50 +00:00
naving%netscape.com 6962e28372 110693 r=darin sr=bienvenu. Code clean in nsPop3Service::BuildPop3Url. 2001-11-20 05:31:31 +00:00
mscott%netscape.com 4676c130ea Bug #109929 --> cache email address nodes in the multi toggle email address widget. This helps with
message display performance.
r=ssu
sr=sspitzer
2001-11-20 03:29:27 +00:00
sspitzer%netscape.com babf0cb779 removing this 2 megabyte file from the tree. while it's not part of the build
we shouldn't make everyone check it out.  the mozilla source is big enough.
2001-11-20 03:27:20 +00:00
ducarroz%netscape.com e2f1b0657c Fix for bug 108731. Send Page and Send Link must use to message compose service in order to be able to use a recycled window. R=varada, SR=mscott 2001-11-20 03:09:41 +00:00
bienvenu%netscape.com 83dd7bea00 change code inside #ifdef DEBUG me so it will compile, no bug or reviewer 2001-11-20 00:44:49 +00:00
varada%netscape.com ac7ff8cf71 adding Inbox for bloat tests:NOT PART OF BUILD 2001-11-19 23:36:42 +00:00
bienvenu%netscape.com 62debe6853 fix leak of imap password, r=naving, sr=sspitzer 11065 2001-11-19 21:47:04 +00:00
bienvenu%netscape.com 9ffdecc71a fix leak of progress string (and fix assert when compact fires with biff) r=naving, sr=sspitzer 11061 2001-11-19 21:45:12 +00:00
bienvenu%netscape.com a957af6ab6 fix MimeInlineText leaking encoder and decoder for every message read, r=ducarroz, sr=sspitzer 11066 2001-11-19 21:42:16 +00:00
bienvenu%netscape.com 942493e2d2 fix leak of identity object when editing drafts r=ducarroz, sr=sspitzer 2001-11-19 21:40:33 +00:00
nhotta%netscape.com a458b00f89 Change to notify S/MIME charset properly, it needs to have a separte code because the parsing is delayed for S/MIME
and the common code in mimemult.cpp cannot get the charset because of the delay,
bug 110030, r=ducarroz, sr=mscott.
2001-11-19 21:31:11 +00:00
varada%netscape.com 212740920d mail smoketest automation:NOT PART OF BUILD 2001-11-19 20:52:53 +00:00
alecf%netscape.com e3acec7fba Fix for bug 110371 - remove uconv dependency from nsFileSpec by moving unicode-related routines into mailnews. sr=sspitzer, r=nhotta 2001-11-19 15:28:56 +00:00
timeless%mac.com dfa8594725 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
mscott%netscape.com 93e80f739b Bug #108790 --> fix bogus rdf name space url. contributed by waterson
r=bryner
sr=mscott
2001-11-19 04:37:10 +00:00
sspitzer%netscape.com a8564c025b fix for #110698. fix assertions cause by calling NS_ConvertUTF8toUCS2() with null.
fix the code to not call MIME_DecodeMimeHeader() and NS_ConvertUTF8toUCS2() when the
header is null.  r/sr=bienvenu
2001-11-19 01:07:19 +00:00
sspitzer%netscape.com ba7b6bdf98 fix for #103626. don't need to include mailWindowOverlay.xul
fix by neil@parkwaycc.co.uk, r/sr=sspitzer
2001-11-19 00:42:47 +00:00
sspitzer%netscape.com 7c3194119c fix for #110502. get "edit as new" and "fwd inline" to work again.
the problem is the standard url parser no longer allows us to use illegal
uris.  '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
sspitzer%netscape.com f35c43b8fc fix for #110522. asserting when pop biff url runs. call SetUsername() after we call SetSpec().
r/sr=bienvenu
2001-11-18 22:37:28 +00:00
sspitzer%netscape.com a8cb4770c0 changes to build when DEBUG_MIGRATOR is set. r/sr=no one 2001-11-18 00:42:28 +00:00
sspitzer%netscape.com 783830f264 ignore generated makefiles. 2001-11-17 23:12:13 +00:00
hwaara%chello.se 3d839ef1cf #104815, align text correctly.
r=bzbarsky, sr=sspitzer
2001-11-17 18:27:57 +00:00
varada%netscape.com d64c2b1fe9 [sspitzer checking in as varada]
fix for smoketest blocker #110478.  reply to local messages fails to quote the message.
calling SetSpec() on a spec with a query string causes problems.  see #110508
but to fix the blocker, I've rewritten the code to use SetQuery(), which is better anyways.

r=ducarroz
2001-11-16 20:51:54 +00:00
sspitzer%netscape.com a8fa69f5a1 more work on #73868. converting ab from tree to outliner.
addressbook sidebar channel persistence changes. NOT PART OF THE BUILD.
2001-11-16 09:05:24 +00:00
sspitzer%netscape.com b7ccf5d9ec more work on #73868. converting ab from tree to outliner.
restore selection after sorting. NOT PART OF THE BUILD.
2001-11-16 07:53:43 +00:00
sspitzer%netscape.com a32d0742b8 fix for #92393. get msgs toolbar button (and menu item) disabled until you select a folder
if you don't have it set to "check for new messages" on startup.  r/sr=bienvenu
2001-11-16 06:41:42 +00:00
naving%netscape.com e191aa0dd4 110208 r=stephend sr=bienvenu. Remove printfs from release build. Should make pop3 downloading msgs and biff
a bit faster.
2001-11-16 05:22:45 +00:00
bienvenu%netscape.com 47615911fc fix downloading of imap messages for offline use when reading if mime parts on demand is invoked r=naving, sr=mscott 11067 2001-11-16 02:32:05 +00:00
jaggernaut%netscape.com 9a2d10888f Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
sspitzer%netscape.com a8a6f3398b more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-16 01:41:13 +00:00
sspitzer%netscape.com b4642f83c5 more work on #73868. converting ab from tree to outliner.
get sort indicators to work, make it so even if we persist some old or illegal
value for "sortedColumn", we do the right thing.

NOT PART OF THE BUILD.
2001-11-16 01:40:22 +00:00
sspitzer%netscape.com 3af1c4993e fix how we do sorting in ab view. collation keys are raw data, not PRUnichar *.
NOT PART OF THE BUILD.
2001-11-15 22:16:49 +00:00
cmanske%netscape.com 4f1b158686 Mail Overlay xul for Composer relating to publishing ui, b=88208, r=brade, sr=hewitt 2001-11-15 16:03:14 +00:00
alecf%netscape.com 3424239f90 aug, I give up. stupid SMIME 2001-11-15 05:58:14 +00:00
alecf%netscape.com dcd82a72fd better fix - conditional REQUIRES based on BUILD_SMIME (but thanks anyway dbaron) 2001-11-15 05:12:38 +00:00
dbaron%fas.harvard.edu 432fdf8b7f Fix bustage. windowwatcher still needed in REQUIRES (ifdef BUILD_SMIME). 2001-11-15 04:27:27 +00:00
alecf%netscape.com 52cd89e71b win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
nhotta%netscape.com 08d83362ba Changed to use char* for charset instead of nsString& for i18n functions, bug 108932, r=ducarroz,sr=sspitzer. 2001-11-15 02:00:32 +00:00
varada%netscape.com 7ea285889c adding mail smoketest files -NOT PART OF BUILD 2001-11-15 01:18:39 +00:00
sspitzer%netscape.com d4b8310f1d repairing...(I hope) 2001-11-15 00:40:01 +00:00
sspitzer%netscape.com 334ba499f8 trying to repair mime.mcp. 2001-11-15 00:38:25 +00:00
sspitzer%netscape.com 620ecc1d4f more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-15 00:28:12 +00:00
cavin%netscape.com 3569d616af Bug #107369: Check nNewSize=0 in AllocateSpace() and add current size to AllocateSpace() calls. r=bienvenu,sr=sspitzer. 2001-11-15 00:06:37 +00:00
sspitzer%netscape.com fbcf7b2f91 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 21:38:32 +00:00
blizzard%redhat.com 628cb30baa Bug #75372. Get dragging messages to the compose window working again on Linux. Fix incorrect case in drag flavour. r=jag,rginda sr=sspitzer, a=dbaron 2001-11-14 15:40:03 +00:00
jaggernaut%netscape.com 790c58aae5 Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf 2001-11-14 12:35:52 +00:00
sspitzer%netscape.com 44b9d69206 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 10:25:19 +00:00
sspitzer%netscape.com 913ca34f54 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 09:59:11 +00:00
sspitzer%netscape.com 7f8d973c6b more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-14 09:36:30 +00:00
stephend%netscape.com de96067371 Bug 109677. 'Empty Trash Can' in context menu to 'Empty Trash'. r=jglick@netscape.com, sr=brendan@mozilla.org 2001-11-14 07:22:16 +00:00
mscott%netscape.com 5be8f3d16c Bug #109979 --> only construct the view for the view mode we are in. Then when we toggle the
view mode, build the new view. This improves message display performance.
r=bienvenu
sr=sspitzer
2001-11-14 06:59:45 +00:00
darin%netscape.com 98a39fa92e patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
naving%netscape.com bc813e1ab0 108774. r/sr=bienvenu. Make copying multiple messages work for 2nd pop3 acct. 2001-11-14 05:06:02 +00:00
dbaron%fas.harvard.edu 5940ce3f08 Add unicharutils static library. 2001-11-14 03:08:55 +00:00
bzbarsky%mit.edu 9e36b574e5 Fix bustage -- add unicharutil to REQUIRES 2001-11-14 02:46:58 +00:00
mscott%netscape.com ce80f699b3 Bug #109931 --> delay construction of the long email address view
until the user actually puts us in expanded email addresses mode.
r=bienvenu
sr=sspitzer
2001-11-14 02:07:39 +00:00
timeless%mac.com 6dbfc3b58c Bugzilla Bug 87792 Fix accesskeys based on new flexibility
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
sspitzer%netscape.com 8b50437f89 fix for #108264, problems with autosubscribe dialog on linux.
fix for #68303 and #109537. problems with auto-subscribe / auto-unsubscribe when newsgroup has non-ASCII chars in the name.

patches by hwaara.  r/sr=sspitzer,alecf
2001-11-14 01:37:28 +00:00
bzbarsky%mit.edu 0dce65ed23 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
jpierre%netscape.com 03547abceb Fix OS/2 build 2001-11-13 21:38:54 +00:00
alecf%netscape.com 6482a2f0ec remove some DEBUG_alecf's - no bug, not affecting anything... 2001-11-13 05:46:51 +00:00
hyatt%netscape.com ee9c51654a 106153. convert property to field in XBL. r=bryner, sr=ben 2001-11-13 04:08:55 +00:00
sspitzer%netscape.com ba7e49facb more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-13 02:13:58 +00:00
sspitzer%netscape.com f4008e0ec6 more work on #73868. converting ab from tree to outliner.
NOT PART OF THE BUILD
2001-11-13 00:16:18 +00:00
sspitzer%netscape.com fd66c149be fix for #109278. can't edit existing addressbook cards.
r/sr=bienvenu
2001-11-13 00:13:15 +00:00
sspitzer%netscape.com 844ae7e6d9 partial fix for #108751.
the SearchDialog no longer includes dialogOverlay.xul, so this function is not defined.

r/sr=bienvenu
2001-11-12 21:03:10 +00:00
seawood%netscape.com 19b032f6df Use proper module name for smime & make local function static.
Fixing static build bustage
Bug #109575 r=bryner sr=waterson
2001-11-12 20:16:48 +00:00
sspitzer%netscape.com 5da12a6ec9 more changes for converting addressbook results pane from tree to outliner.
NOT PART OF THE BUILD.
2001-11-12 12:28:38 +00:00
gerv%gerv.net 4b24af480a Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
loadrunner%betak.net 0ee9e18278 bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan,alecf (this file didn't make it into M096) 2001-11-10 17:39:50 +00:00
blakeross%telocity.com 9ea822161a 109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt 2001-11-10 01:51:44 +00:00
mscott%netscape.com 3bd355898f remove a define DEBUG_rhp from the makefile 2001-11-10 00:36:14 +00:00
mscott%netscape.com 3065a6b6ff remove a define DEBUG_rhp from the make project. 2001-11-10 00:35:51 +00:00
mscott%netscape.com 9558cd1570 fix mac build. 2001-11-10 00:13:19 +00:00
nhotta%netscape.com 5ceec748c2 Changed to use local stack for charset conversion util functions, bug 108914, r=ducarroz, sr=sspitzer. 2001-11-09 23:57:15 +00:00
nhotta%netscape.com ef9bf02632 Changed to use local stack for message body charset conversion, bug 108749, r=ducarroz, sr=sspitzer. 2001-11-09 23:56:19 +00:00
mscott%netscape.com c3c801f85c Bug #108761 --> override globalEditMenuItems and selectEditMenuItems so
with our own custom event so we can reduce the amount of command updating
they were doing during message display.
r=bienvenu
sr=sspitzer
2001-11-09 23:53:16 +00:00
mscott%netscape.com 24d0b05590 Bug #108635 --> disable session and global history for the message pane. This helps improve
message display time.
r=jag/mscott
sr=hewitt
2001-11-09 23:41:08 +00:00
mscott%netscape.com bfba1cb841 Bug #22960 --> broadcast all the headers at once instead of individually.
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
kaie%netscape.com 4d6ab44fdd build smime if MOZ_PSM is defined
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com 0f9c9d8d62 build smime if psm2 is defined.
a=leaf
2001-11-09 20:26:40 +00:00
racham%netscape.com 16f9feca96 Fixing bug 108912. Opening the accountmanager window panel for any activity is having adverse affect on the smtp server of the associated identity. Fixing the situation to use the smtp server of the identity only when the key is valid. In all other cases, default smtp server will be used to send messages. r=ducarroz, sr=sspitzer, a=asa@mozilla.org 2001-11-08 23:40:34 +00:00
tao%netscape.com 42541e842f 107375: localeVersion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz,a=asa), fix smime and ldap parts.
2001-11-08 21:50:50 +00:00
blakeross%telocity.com b2873b95d7 108841 - can't create new news account. r=racham,jmkg sr=hewitt 2001-11-08 12:41:55 +00:00
sspitzer%netscape.com 95ee740da7 more work for #73868. get sorting to work. NOT PART OF THE BUILD 2001-11-08 05:00:29 +00:00
dbaron%fas.harvard.edu 261f76a8ba 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
dbaron%fas.harvard.edu c0623fdbcd Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc 2001-11-07 04:12:20 +00:00
sspitzer%netscape.com d15923be01 more work for converting AB results pane to outliner.
bug #73868.  not part of the build
2001-11-07 03:46:17 +00:00