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

337 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 4e7f4db46b Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
rhp%netscape.com 13ee10430b Fix for I18N problem with saving mail messages - Bug #23418 - r: ducarroz - a: jar 2000-02-22 22:27:51 +00:00
rhp%netscape.com 6507057433 Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil 2000-02-22 01:02:08 +00:00
dveditz%netscape.com 74d0f231ed 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;
2000-02-20 03:12:59 +00:00
rhp%netscape.com b782f6e68a Changes to implement printing correctly - Buf #12505 - r: jefft 2000-02-15 23:05:06 +00:00
mscott%netscape.com 120d2a4a08 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
2000-02-15 01:13:48 +00:00
dveditz%netscape.com e728f20fd7 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
rhp%netscape.com 09ebc0aef9 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu 2000-02-11 01:31:15 +00:00
rhp%netscape.com de76ea0ee3 Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip 2000-02-10 06:48:22 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
pp%ludusdesign.com 6281a9efd1 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
ducarroz%netscape.com af89452e49 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
rhp%netscape.com b1cd252f14 Fix for I18N display of headers - Bug 25914 - r: mscott 2000-01-31 21:50:36 +00:00
rhp%netscape.com f37e19efbc Fix problem Chineese Headers encoded with RFC1522 are displaying wrong - Bug: 24862 - r: jefft 2000-01-29 18:19:25 +00:00
alecf%netscape.com 7dc314de99 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +00:00
rhp%netscape.com a74d4a199c Fix for changing View Headers option - Bug #: 17001 - r: jefft 2000-01-26 00:31:29 +00:00
rhp%netscape.com 1ccd7f7af5 Simple Fix - Comparison should NOT be case sensitive 2000-01-25 06:49:59 +00:00
rhp%netscape.com fe576e931d Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft 2000-01-25 03:18:36 +00:00
sspitzer%netscape.com c048f5dd70 fix warning. 2000-01-12 08:57:41 +00:00
rhp%netscape.com 5a32bb8132 Fix for line endings after linked text - Bug #: 23507 - r: jefft 2000-01-12 00:37:47 +00:00
jdunn%netscape.com 157f231d1d Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
mscott%netscape.com 47e56b5e4c Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
2000-01-06 21:29:44 +00:00
rhp%netscape.com 0b5e9c6795 Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft 2000-01-06 19:59:48 +00:00
jefft%netscape.com 161fec3a87 remove shadow variable; r=bienvenu 2000-01-06 14:25:04 +00:00
mscott%netscape.com dfb859e472 fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com 2865d6fbf5 remove obsolete emitter factory. 2000-01-06 06:08:17 +00:00
mscott%netscape.com e49db0a1d1 Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com 2f692609f4 Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
is passed in on conversion.

Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
mscott%netscape.com 6ff7aec0fc Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
warren%netscape.com 04decf0f8c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
rhp%netscape.com 2839b627f7 Fix for mime rendering problem - Bug #22653 - r: jefft 2000-01-04 02:58:42 +00:00
blizzard%redhat.com 8ec176345e Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
rhp%netscape.com 6dea47e727 Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
sspitzer%netscape.com d69b85adf8 fix warnings, a=sdagley 1999-12-21 22:27:57 +00:00
rhp%netscape.com becd4d81e2 Cleanup of dead files 1999-12-17 21:39:09 +00:00
rhp%netscape.com c9331789da Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann 1999-12-17 21:37:46 +00:00
rhp%netscape.com 864a309bd3 Large Image attachments hang on mail display fix - Bug #21852 - r: mscott/rhp approved: chofmann 1999-12-16 03:35:01 +00:00
rhp%netscape.com 972a33874a Performance fix for message display - Bug #: 21203 - r: xxxxx 1999-12-15 03:35:34 +00:00
rhp%netscape.com faf2c862f3 Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann 1999-12-14 02:25:50 +00:00
norris%netscape.com e650ab2c82 Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.

r=rhp@netscape.com.

Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
rhp%netscape.com 2d0f6b0f80 Changes for emitter rework for printing - r: jefft 1999-12-08 03:34:32 +00:00
rhp%netscape.com 410da10ef5 Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
mscott%netscape.com 45358aac05 comment out the msgWindow variable that we were creating
every time this script was loaded. This was happening
every time we loaded a message. It had a side effect
of causing a uri dispatching crash and it had severe performance implications. We shouldn't be creating
a new msg window every time we display a message.
this may have a bad side effect when we support multiple
3-pane windows because we can no longer call SetWindow.
1999-11-30 22:24:44 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
rhp%netscape.com 7ba8b810d1 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
rhp%netscape.com 96fcbfab2d Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
warren%netscape.com 4471ddf809 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com ab45251069 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
rhp%netscape.com 7146894865 Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
rhp%netscape.com fa6f702139 Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu 1999-11-11 19:21:11 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
mscott%netscape.com f077d06fa0 one more tweak for Bug #17825
r=sspitzer
1999-11-03 03:51:12 +00:00
mscott%netscape.com e11f4142fe Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
rhp%netscape.com b816f37560 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
alecf%netscape.com 13eaac5db2 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
rhp%netscape.com b67d57e888 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
rhp%netscape.com 64d5a196c7 Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu 1999-10-25 19:02:39 +00:00
alecf%netscape.com 611082db71 nsIModulize mime emitters - porkjockey work, r=sspitzer 1999-10-22 01:05:04 +00:00
rhp%netscape.com de922b30bb Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott 1999-10-21 21:18:54 +00:00
mscott%netscape.com 77d1ba1011 no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
mscott%netscape.com 2984744b8a Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
jefft%netscape.com eabcec79ef removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp 1999-10-19 03:08:43 +00:00
bienvenu%netscape.com 2cbb310de7 fix leaks in mime xul emitters r=rhp 1999-10-16 20:49:06 +00:00
rhp%netscape.com 6c598ad724 Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott 1999-10-16 02:38:24 +00:00
rhp%netscape.com acfd505aa6 Fix for email names with embedded &'s - Bug #16383 r=jefft 1999-10-15 03:27:33 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
rhp%netscape.com 831867b0c6 Changes for bug #13098 - Reviewer: jefft 1999-10-07 20:53:06 +00:00
rhp%netscape.com f13e35339c Changes for Bug #13512 - Reviewer: Bienvenu 1999-10-06 18:35:16 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
shaver%netscape.com a0d5aa9034 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
tao%netscape.com cf1f75a408 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
waterson%netscape.com 88220ac198 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
jefft%netscape.com 007b95a59c enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com 8bf4488362 enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
bienvenu%netscape.com 6a52ae1e9d fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com 2de925940f fix mismatched free 1999-09-18 17:41:37 +00:00
jefft%netscape.com 7587ee2e54 remove debug only save attachment menubar 1999-09-17 23:20:51 +00:00
jefft%netscape.com da4498e2b2 removed SaveAttachmentURL 1999-09-17 23:19:34 +00:00
alecf%netscape.com a1d60b3bbd link mime emitter against NSPR 1999-09-17 20:35:09 +00:00
mscott%netscape.com 3821924a93 Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
all the emitters.
1999-09-16 04:44:35 +00:00
mscott%netscape.com 58064e2272 Build nsMimeBaseEmitter 1999-09-16 04:29:59 +00:00
mscott%netscape.com 146bd912a4 Build nsMimeBaseEmitter 1999-09-16 04:19:08 +00:00
mscott%netscape.com c2de126583 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mscott%netscape.com aa4803e091 Bug #10933 --> don't signal OnDataAvailable to the listener after we write
a line as this gets expensive! Batch the calls together and do them at the end
1999-09-15 07:10:36 +00:00
jefft%netscape.com f253470500 added SaveAttachURL, statusFeedback 1999-09-15 02:14:28 +00:00
briano%netscape.com ac9adfa6b4 General cleanup. 1999-09-15 00:33:49 +00:00
jefft%netscape.com 1f77028386 fixed bug 13621 -- need to escape attachments url emitting as a XUL document 1999-09-13 14:40:58 +00:00
mscott%netscape.com e886b46ab7 Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.
1999-09-12 08:01:01 +00:00
alecf%netscape.com 57edf9bcaa stop linking against prefs 1999-09-11 19:55:00 +00:00
bienvenu%netscape.com 3ac2f5c273 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
mscott%netscape.com 5f9d7ac465 Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
what newsgroup it came from!
1999-09-08 20:42:04 +00:00
mscott%netscape.com ba91027c38 Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.
1999-09-08 00:12:55 +00:00
mscott%netscape.com b1ef76f236 Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bruce%cybersight.com 959d455ea0 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
briano%netscape.com 038913ca46 Fix for objdir builds. 1999-09-02 02:44:15 +00:00
putterman%netscape.com c0041583f3 Fix xul for messages. 1999-09-01 23:48:41 +00:00
alecf%netscape.com 31b162e7e3 remove some warnings for rhp 1999-09-01 01:00:06 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
mscott%netscape.com c10ad23eda some more nsCString optimizations. 1999-08-24 21:44:49 +00:00
mscott%netscape.com 749e34b409 nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
bienvenu%netscape.com a3cc89e1ac turn on history ab 1999-08-21 20:32:23 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com b8c008dcae Ignore generated files. 1999-08-21 12:14:23 +00:00
jdunn%netscape.com d63ebbe1f7 HP requires a newline at end of file 1999-08-21 01:01:46 +00:00
hyatt%netscape.com f1252f912a Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
mscott%netscape.com 7e2446e706 Fix for Bug #12236 --> set iframe type to content-primary. 1999-08-20 22:42:09 +00:00
rhp%netscape.com 1125d4a04d Just doing some housecleaning ... NO BUILD IMPLICATIONS 1999-08-20 13:35:42 +00:00
rhp%netscape.com 41b30a2a5c Just cleaning up empty directories 1999-08-20 06:07:18 +00:00
rhp%netscape.com 186e4d4f36 Change for status interface 1999-08-19 22:28:13 +00:00
rhp%netscape.com d8bee359a8 Removing stale directory 1999-08-19 22:12:10 +00:00
rhp%netscape.com b749ab33dd Changes for new header display 1999-08-19 03:23:15 +00:00
rhp%netscape.com 759bdf22de Fix for file paths on Mac 1999-08-18 05:15:41 +00:00
rhp%netscape.com f4e2809684 Changes for Envelope display and fixing MHTML sending capabilities 1999-08-18 01:39:17 +00:00
sspitzer%netscape.com 4452c1e0c3 ignore generated Makefile 1999-08-11 03:46:52 +00:00
rhp%netscape.com 34446224ea Fixes for new XUL header display 1999-08-11 03:04:29 +00:00
sspitzer%netscape.com 797e6761b9 add nsMimeXULEmitter.cpp to the projet for rhp. 1999-08-11 00:35:16 +00:00
rhp%netscape.com b345f302fd New XUL header display 1999-08-11 00:29:59 +00:00
rhp%netscape.com ef4e5e6a3b New files for attachment display - NOT PART OF THE BUILD!!! 1999-08-10 22:58:30 +00:00
rhp%netscape.com 55c6e7c21c Changes for new header display - NOT PART OF THE BUILD! 1999-08-10 21:41:55 +00:00
rhp%netscape.com a4a6c6b661 New images for message display UI 1999-08-10 04:25:49 +00:00
rhp%netscape.com f024e0c81b Adding new files to get ready for XUL header output 1999-08-09 20:54:03 +00:00
rhp%netscape.com 51e5e813c6 Adding display of Date for normal header output 1999-08-07 19:24:23 +00:00
ducarroz%netscape.com 4d3965b18a File Removed. 1999-08-05 22:13:53 +00:00
mscott%netscape.com 864e1de957 These files are now all obsolete. The emitter stuff is in emitters\src. 1999-08-02 21:41:39 +00:00
rhp%netscape.com d5c687b88a Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
mscott%netscape.com ad90319d2c Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
rhp%netscape.com cf935fd31e change to 8.3 filename 1999-07-23 02:45:50 +00:00
mscott%netscape.com 725806be44 this file shouldn't exist on the tip....i added it by mistake. 1999-07-16 04:51:07 +00:00
mscott%netscape.com f9db3b79cd Merging the tip into the branch. 1999-07-16 04:40:04 +00:00
briano%netscape.com d0426e95dc Fix for --disable-static builds. 1999-07-07 22:17:52 +00:00
dveditz%netscape.com 7aa859429b makefile cleanups 1999-07-02 13:40:18 +00:00
briano%netscape.com 21036bfcf7 Cleanup and fixes for OpenBSD. 1999-07-02 07:53:42 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
sspitzer%netscape.com 2980cf53a9 fix warning 1999-06-24 20:23:48 +00:00
akkana%netscape.com 9ac4dd6cc1 Fix separate-objdir build 1999-06-22 21:38:39 +00:00
rhp%netscape.com 48d7fee2a4 Changes for quoting 1999-06-15 23:26:37 +00:00
rhp%netscape.com a05f57e3af changes for quoting 1999-06-15 23:25:52 +00:00
rhp%netscape.com 2878f72dc2 New quoting functionality 1999-06-15 23:22:34 +00:00
sspitzer%netscape.com 9f900417e7 ignore the generated Makefile 1999-06-14 23:05:23 +00:00
hangas%netscape.com 45579ff4bd First Checked In. 1999-06-14 20:25:33 +00:00
mscott%netscape.com 817a8bdb82 Part of emitter re-org. don't build xml, raw & emitter directories. Add build directory. 1999-06-14 20:17:02 +00:00
mscott%netscape.com 5161a32c25 Part of emitter re-org. Build new emitter files. 1999-06-14 20:16:34 +00:00
mscott%netscape.com b96166198e Part of emitter re-org landing. Don't build html, xml and raw directories anymore. build new build directory. 1999-06-14 20:14:49 +00:00
mscott%netscape.com dd1d328410 Part of emitter re-org landing. Build new emitter files. 1999-06-14 20:14:20 +00:00
mscott%netscape.com 67854f3242 Part of emitter re-org landing. Move header display types here. I'm using this header file as a common include file. 1999-06-14 20:14:07 +00:00
mscott%netscape.com b40faaf707 first created. export new header files. 1999-06-11 22:37:51 +00:00
mscott%netscape.com 2530129abb Not part of the build yet. manifest file for new mime\emitter\build directory. 1999-06-11 21:30:16 +00:00
mscott%netscape.com c226c72dd8 Not part of the build yet. makefile for building the emitter library. 1999-06-11 21:28:24 +00:00
mscott%netscape.com 0309ae24a9 (Not part of the build yet). This file used to be mailnews\mime\emitters\xml\nsMimeEmitter.h/.cpp if you need to look up a
log for the file.
1999-06-11 21:03:15 +00:00