Commit Graph

805 Commits

Author SHA1 Message Date
mscott%netscape.com
098148d68e Bug #22960 --> help improve message display performance. This routine would get called for each
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil


git-svn-id: svn://10.0.0.236/trunk@62034 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 06:14:33 +00:00
rhp%netscape.com
a2b917430c Just updating a test harness... THIS IS NOT PART OF ANY BUILD!
git-svn-id: svn://10.0.0.236/trunk@62033 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 06:14:01 +00:00
rhp%netscape.com
f7c52398b9 Fix for eating message bodies and missing auto linking - Bug 29759 - r: mscott - a: phil
git-svn-id: svn://10.0.0.236/trunk@61965 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 07:57:08 +00:00
ducarroz%netscape.com
bb86a6c6d4 FIx for bug 28349, don't addref a null pointer oh dude!. R=alecf, A=phil
git-svn-id: svn://10.0.0.236/trunk@61914 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:32:14 +00:00
rhp%netscape.com
36967dbd03 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@61852 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:04:24 +00:00
bryner%uiuc.edu
fb74001790 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.


git-svn-id: svn://10.0.0.236/trunk@61647 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:12:40 +00:00
hangas%netscape.com
48aedc4548 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil
git-svn-id: svn://10.0.0.236/trunk@61635 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:55:17 +00:00
rhp%netscape.com
a5f6b24c3d Fix for I18N problem with saving mail messages - Bug #23418 - r: ducarroz - a: jar
git-svn-id: svn://10.0.0.236/trunk@61444 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-22 22:27:51 +00:00
rhp%netscape.com
be4a66bd8e Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil
git-svn-id: svn://10.0.0.236/trunk@61406 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-22 01:02:08 +00:00
dveditz%netscape.com
4eddb0ee15 Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;


git-svn-id: svn://10.0.0.236/trunk@61370 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-20 03:12:59 +00:00
rhp%netscape.com
0d9feecbae Fix for sending mails with empty bodies - Bug #: 27891 - r: ducarroz - a: phil
git-svn-id: svn://10.0.0.236/trunk@61245 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 23:56:08 +00:00
putterman%netscape.com
5370786bac Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.


git-svn-id: svn://10.0.0.236/trunk@60978 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 00:39:23 +00:00
rhp%netscape.com
81eeeb59ae Changes to implement printing correctly - Buf #12505 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60956 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 23:05:06 +00:00
mscott%netscape.com
5efc9a213a Bug #22960 --> help improve message display by (1) not including global
style rules in the message body and more importantly (2) force loading
of the mail header style sheet to be a blocking load. this fixes that
awful "flicker" effect when you clicked on a message where it would start
to load, then it would stop and relayout the body.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60763 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:13:48 +00:00
dveditz%netscape.com
b0239d13cc closing the file used by the registry service is evil
git-svn-id: svn://10.0.0.236/trunk@60644 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 17:32:19 +00:00
rhp%netscape.com
eff8747476 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@60402 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:31:15 +00:00
rhp%netscape.com
d838ed040c Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
git-svn-id: svn://10.0.0.236/trunk@60292 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 06:48:22 +00:00
valeski%netscape.com
e59094f78f mac bustage attempt. die net.h die
git-svn-id: svn://10.0.0.236/trunk@60215 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 08:17:26 +00:00
valeski%netscape.com
c7a4669c39 removing potentially conflicting mimetypes file
git-svn-id: svn://10.0.0.236/trunk@60198 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 04:52:34 +00:00
rhp%netscape.com
0c86e80459 Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60017 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:15:54 +00:00
scc%netscape.com
dcee2e659d Pro5 update
git-svn-id: svn://10.0.0.236/trunk@60002 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
56f8ec1f57 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@59926 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 03:18:27 +00:00
rhp%netscape.com
924652fa0e Fix for incorrect charset on reply - Bug # 3979 - r: mscott
git-svn-id: svn://10.0.0.236/trunk@59792 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 22:52:55 +00:00
rhp%netscape.com
e33d98c80e Checking in test program...NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59683 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 23:41:49 +00:00
rhp%netscape.com
a2fdbc9bfe Fix for walking nested attached messages to display attachments - Bug #: 23643 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@59682 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 23:40:47 +00:00
putterman%netscape.com
712371b816 Use nsCAutoString instead of ToNewString to speed up function by 30%. r=rhp.
git-svn-id: svn://10.0.0.236/trunk@59596 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:26:15 +00:00
rhp%netscape.com
eaa46ae042 Fix for attachment name - Bug #: 25009 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@59538 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:27:10 +00:00
ducarroz%netscape.com
28c43f6e57 Fix bug 25610. We need to wrap the body into a <PRE> tag when forwarding inline a plain text message in HTML compose mode. R=rhp
git-svn-id: svn://10.0.0.236/trunk@59344 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 01:59:46 +00:00
ducarroz%netscape.com
fdd119e960 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a
git-svn-id: svn://10.0.0.236/trunk@59342 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 01:53:01 +00:00
rhp%netscape.com
1c22c4a728 Fix for I18N display of headers - Bug 25914 - r: mscott
git-svn-id: svn://10.0.0.236/trunk@59277 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 21:50:36 +00:00
rhp%netscape.com
dcae766c6c Changes to fix L10N vcard display - Bug: 25637 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@59263 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 21:11:29 +00:00
rhp%netscape.com
e2f342907b Fix problem Chineese Headers encoded with RFC1522 are displaying wrong - Bug: 24862 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@59193 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 18:19:25 +00:00
ducarroz%netscape.com
cae42e5919 fix wensleydale SunOS/sparc 5.6 Dep build bustage.
git-svn-id: svn://10.0.0.236/trunk@59036 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 07:17:29 +00:00
ducarroz%netscape.com
e4460bab37 Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft
git-svn-id: svn://10.0.0.236/trunk@59029 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 06:20:44 +00:00
norris%netscape.com
6069ae07b6 Fix grammar.
git-svn-id: svn://10.0.0.236/trunk@58943 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 15:59:53 +00:00
nhotta%netscape.com
db4b358fa0 Fixed typdo, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@58816 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 22:02:20 +00:00
alecf%netscape.com
b07c6b9205 reduce dependancies
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@58758 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 08:17:07 +00:00
sspitzer%netscape.com
c15086a116 fix warnings. r=mscott
git-svn-id: svn://10.0.0.236/trunk@58727 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 04:13:00 +00:00
rhp%netscape.com
8c9a5bc6d1 Fix for changing View Headers option - Bug #: 17001 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@58652 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 00:31:29 +00:00
rhp%netscape.com
eea0a5fca2 Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
git-svn-id: svn://10.0.0.236/trunk@58593 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 14:59:09 +00:00
rhp%netscape.com
37850f56cd Fix for rendering I18N vCards - Bug: 21743 - r: nhotta
git-svn-id: svn://10.0.0.236/trunk@58592 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 14:50:18 +00:00
rhp%netscape.com
b72ae1aac2 Simple Fix - Comparison should NOT be case sensitive
git-svn-id: svn://10.0.0.236/trunk@58569 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 06:49:59 +00:00
rhp%netscape.com
27a24f6295 Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@58539 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 03:18:36 +00:00
dougt%netscape.com
714da09a59 Landing nsIFile.
git-svn-id: svn://10.0.0.236/trunk@58490 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:28:28 +00:00
mscott%netscape.com
d37b1e8cd2 Bug #24399 --> make the interface called from JS use unicode instead of
UTF-8 strings. This means we have to convert unicode to UTF-8 and then
convert the results of the parsing back into unicode before returning.
this was already checked into the m13 branch.
r=alecf,sspitzer


git-svn-id: svn://10.0.0.236/trunk@58456 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 02:01:59 +00:00
jefft%netscape.com
8108577a7d non-crashing fix for bug 24407; check for null pointer prior calling nsCRT::strdup(); r=bienvenu,mscott
git-svn-id: svn://10.0.0.236/trunk@58270 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 23:43:42 +00:00
rhp%netscape.com
013b6d47d1 Fix a problem with META that specify charsets - Bug #: 22036 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@58091 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 14:23:00 +00:00
sford3%swbell.net
09c9265da7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
git-svn-id: svn://10.0.0.236/trunk@58041 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:32:13 +00:00
mscott%netscape.com
19be914b5b Fix a problem I introduce with the new message display for sspitzer to help with printing. when AscynConvertDAta
is called, we want to remember off the desired output content type. then when scanning the url and attempting
to determine which emitter to use, we can look at this content type again to help us make the right decision
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@58028 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 20:59:44 +00:00
ducarroz%netscape.com
6ce961d26e Fix related to bug 23109. We need to convert back the file name to the file system characters set when we save an attachment during a forward inline. R=jeff
git-svn-id: svn://10.0.0.236/trunk@57862 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 01:33:19 +00:00