dbaron%fas.harvard.edu
824e7d22ca
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
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
rjc%netscape.com
fe5d808f73
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
797838a11d
111899 r=ducarroz sr=bienvenu. fix a prunichar* memory leak
2001-11-26 21:53:17 +00:00
naving%netscape.com
8b919956e2
111291 r=ducarroz sr=bienvenu. fix a bunch of char * memory leaks.
2001-11-22 00:13:39 +00:00
ducarroz%netscape.com
a83b863c66
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
8b78949da7
fix warning, add a comment. piggybacking on our carpool.
...
r/sr=no one
2001-11-21 21:53:57 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
stephend%netscape.com
a8d6f27eea
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
e58390d7c6
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
f026e50d2f
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
060425ec59
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
8aede5f38c
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
5e327bb122
[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
ee4f787321
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
nhotta%netscape.com
a1e7be4688
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
7e6642be68
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
0ecf7cce91
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
53c08f8f7d
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
8cd8d91750
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
16c15bf9cb
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
ducarroz%netscape.com
355d17afa2
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
b92059e1ff
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
4110af4970
108565 - revert hewitt's one-line change. r=hewitt sr=hyatt
2001-11-05 19:59:44 +00:00
hewitt%netscape.com
20311b8044
fixing various fun regressions from blake's earlier landing, rs=hyatt
2001-11-03 11:27:04 +00:00
sspitzer%netscape.com
881b59e2a3
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
fc756976ca
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
71e1ffab70
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
be10c3b1a8
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
c24e39c78f
Fix Mac bustage (again)
2001-11-03 03:11:44 +00:00
ducarroz%netscape.com
a716e7aa60
Fix Mac bustage. Sorry for the mistake!
2001-11-03 02:08:06 +00:00
ducarroz%netscape.com
b023fb727a
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
0a03b7a3be
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
86095087bd
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
f41435447b
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
b71b5f09a7
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
6010ebacdb
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
a9e8deaf11
checkin for mscott.
2001-11-01 07:01:22 +00:00
mscott%netscape.com
6dae7de7fc
Backing out a corrupt mac project i think i checked in.
2001-11-01 06:58:37 +00:00
mscott%netscape.com
f541246d25
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
cdb37a9d3a
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
12fceb2462
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
8a2a775382
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
timeless%mac.com
0daf9ec30a
Bug 86217 - javascript strict warnings in sendProgress.js
...
patch by caillon@returnzero.com r=hwaara,varada sr=sspitzer
2001-10-31 23:17:44 +00:00
nhotta%netscape.com
fbc50b4516
Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer.
2001-10-31 23:13:35 +00:00
bnesse%netscape.com
aa65825ca9
Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf.
2001-10-31 00:13:06 +00:00
ducarroz%netscape.com
3b333e863f
Fix for bug 86398. Display a different message when we cannot fetch an attachment depending if we are saving or sending the message. R=varada, SR=mscott
2001-10-30 23:28:51 +00:00
ducarroz%netscape.com
09ad2cc851
Fix for bug 84081. We need to mark an attachment we cannot fetch as bogus in order to avoid generating an empty part. R=varada, SR=mscott
2001-10-30 22:49:50 +00:00
ducarroz%netscape.com
677ff8b8f9
Fix for bug 83752. Need to close the progress window is an error occurs during the send. R=varada, SR=bienvenu
2001-10-30 22:45:31 +00:00