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

4669 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
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
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 0132b45264 remove unused attribute from msg hdr r=naving, sr=sspitzer 110820 2001-11-21 21:51:42 +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 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
hewitt%netscape.com 2776e1e042 66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt 2001-11-21 06:59:57 +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
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
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
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
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 a8cb4770c0 changes to build when DEBUG_MIGRATOR is set. r/sr=no one 2001-11-18 00:42:28 +00:00
hwaara%chello.se 3d839ef1cf #104815, align text correctly.
r=bzbarsky, sr=sspitzer
2001-11-17 18:27:57 +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
jaggernaut%netscape.com 9a2d10888f Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +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 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
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
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
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
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
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 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
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
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
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
blakeross%telocity.com b2873b95d7 108841 - can't create new news account. r=racham,jmkg sr=hewitt 2001-11-08 12:41:55 +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
mscott%netscape.com 3a6a7ea7ec Bug #107707 --> add a row element to the grid to make brief mode work again.
r=bienvenu
sr=sspitzer
2001-11-06 23:46:51 +00:00