hewitt%netscape.com
8578b1b7a4
93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt
2001-12-04 23:30:25 +00:00
naving%netscape.com
c295a7ca84
112028 r=ducarroz sr=bievenu fix leaking attachment url on sending message.
2001-12-04 22:26:02 +00:00
dbaron%fas.harvard.edu
52f3b32f62
Fix OS/2 bustage by changing |inline nsresult| to |NS_IMETHODIMP| for function that can't and shouldn't be inline. b=110127
2001-12-02 05:33:20 +00:00
nhotta%netscape.com
84ff5b3183
Added default charset to nsIMsgCompFields, removed nsMsgI18NGetDefaultMailCharset, bug 110127, r=ducarroz, sr=bienvenu.
2001-12-01 17:39:17 +00:00
mkaply%us.ibm.com
5754cee4a6
No bug - cleanup - remove unnecessary XP_OS2_HACK
2001-11-30 20:56:42 +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
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
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
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
4ae84b9641
111899 r=ducarroz sr=bienvenu. fix a prunichar* memory leak
2001-11-26 21:53:17 +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
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
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +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
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
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
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
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
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +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
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
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
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
darin%netscape.com
b917ad6df8
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
ducarroz%netscape.com
d90cec25cf
Fix for bug 108323. Fix regression introduced with my last checkin. For some reason I cannot initialize the LDAP service in one line like other services. R=varada, SR=sspitzer
2001-11-06 01:15:07 +00:00
ducarroz%netscape.com
9f7529676e
Fix for bug 102536. Need to proceed up to the end of the buffer, we were missing the last byte!
...
Thanks to Geoffrey.R.Gustafson@intel.com & James.P.Gurganus@intel.com for the fix. R=ducarroz, SR=bienvenu
2001-11-06 01:06:57 +00:00
blakeross%telocity.com
91745f8739
108565 - revert hewitt's one-line change. r=hewitt sr=hyatt
2001-11-05 19:59:44 +00:00
hewitt%netscape.com
a4f3ed989c
fixing various fun regressions from blake's earlier landing, rs=hyatt
2001-11-03 11:27:04 +00:00
sspitzer%netscape.com
2625daf513
remove bogus line (from a CVS conflict) that was causing compose to not work.
...
also, fix a js strict warning. rs=bienvenu
2001-11-03 07:11:29 +00:00
ducarroz%netscape.com
6d52592e83
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
2001-11-03 04:42:19 +00:00
blakeross%telocity.com
d41637ea57
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
ducarroz%netscape.com
0efa6519b4
Fix Mac bustage (again)
2001-11-03 03:11:44 +00:00
ducarroz%netscape.com
207d525e99
Fix Mac bustage. Sorry for the mistake!
2001-11-03 02:08:06 +00:00
ducarroz%netscape.com
1fe5d95786
fix for bug 107708. Look at the attachment real name to determine if possible the content-type before looking at the url. R=varada, SR=sspitzer
2001-11-03 00:51:53 +00:00
ducarroz%netscape.com
efcfcec472
Fix for bug 107660. Put back the bracket in front of Fwd: which has been removed by accident. R=varada, SR=bienvenu
2001-11-03 00:33:55 +00:00
loadrunner%betak.net
aa635a91e5
bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf
2001-11-02 03:29:30 +00:00
sspitzer%netscape.com
7619a1d37f
fix for performance bug #108038 , suppressing / skipping command updating when possible in the compose window.
...
fix for performance bug #98657 , we don't need the composerSaveMenuItems command set (which get overlay from editor)
we do our own save foo.
r=varada, sr=bienvenu
2001-11-01 23:41:22 +00:00
jaggernaut%netscape.com
21f18c96cb
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 08:47:44 +00:00
sspitzer%netscape.com
a07f0d5250
supplimental fix for #106507 . we should not fail to send if the S/MIME extension is not
...
available. r/sr=mscott
2001-11-01 08:36:23 +00:00
sspitzer%netscape.com
fdf41ddc8c
checkin for mscott.
2001-11-01 07:01:22 +00:00
mscott%netscape.com
b88efcd1e6
Backing out a corrupt mac project i think i checked in.
2001-11-01 06:58:37 +00:00
mscott%netscape.com
71c8152bc5
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
...
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer
DAMM MISSed a file
2001-11-01 06:49:44 +00:00
mscott%netscape.com
9b00c13104
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
...
of a message.Store an opaque nsISupports reference on nsIMsgComposefields which can be used by
extensions to mailnews to store security information for a send transaction.
r=ducarroz
sr=sspitzer
2001-11-01 06:30:43 +00:00
mscott%netscape.com
eb6979d395
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
...
of a message.
r=ducarroz
sr=sspitzer
2001-11-01 06:27:04 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00