mscott%netscape.com
59eb035481
Fix some I18N display problems with the new message display stuff by forcing the header value
...
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +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
mscott%netscape.com
ec44bfc9a7
Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format.
2000-01-06 00:17:18 +00:00
mscott%netscape.com
b367801c0c
Bug #22960 --> add nsIMsgHdrSink interface for getting headers
...
r=sspitzer
2000-01-06 00:15:54 +00:00
mscott%netscape.com
86657014e4
Bug #22960
...
make the header parser easier to use from xpconnect by adding
an enumerator you can use to enumerate over parsed results
and adding nsIMsgHeaderParserResult
r=sspitzer
2000-01-06 00:14:05 +00:00
jefft%netscape.com
e6f30100ef
fixed bug 21688 -- [Dogfood] Headers are all collapsed into 1 line when forwarding certain types of msgs; conditionally strip out line continuation; r=rhp
2000-01-05 15:46:06 +00:00
warren%netscape.com
04decf0f8c
Added OnClose method to nsIPipeObserver (bug#23080)
2000-01-05 05:07:46 +00:00
rhp%netscape.com
5b5569660b
Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta
2000-01-04 23:22:51 +00:00
rhp%netscape.com
2839b627f7
Fix for mime rendering problem - Bug #22653 - r: jefft
2000-01-04 02:58:42 +00:00
mscott%netscape.com
35ea41b74e
Prep work for landing improved message display performance: Bug #22960 .
...
give the msg header parser a progid so it can accessed from js.
2000-01-03 23:24:16 +00:00
jefft%netscape.com
1962cd2c3b
fixed bug 15069 -- wrong implementation to get the file type url string; r=ducarroz
2000-01-03 23:14:32 +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
sspitzer%netscape.com
6e1a11709a
ignore generated makefile
1999-12-28 22:28:18 +00:00
rhp%netscape.com
6dea47e727
Fixes for quoting problems - Bug #: 21993
1999-12-25 19:09:21 +00:00
rhp%netscape.com
5b28ef6743
Adding signed stubs to build process
1999-12-25 16:05:30 +00:00
sspitzer%netscape.com
e34432f695
rest of fix for #21649 . don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
...
thanks to mozilla@bucksch.org for explaining the right thing to do.
also fix a couple of warnings.
r=bienvenu
1999-12-23 22:20:10 +00:00
ducarroz%netscape.com
9cde80bc41
First Checked In.
1999-12-23 20:47:06 +00:00
ducarroz%netscape.com
2ae8e10cf5
File Removed.
1999-12-23 20:45:53 +00:00
bienvenu%netscape.com
69a1d9162a
fix memory leaks, r=sspitzer
1999-12-23 20:05:19 +00:00
jefft%netscape.com
217c50bb3b
fixed bug 21869 -- forwarding multipart/signed message crashes the system; check for the subpart isn't a multipart mime object prior setting up decomposing part function; r=rhp
1999-12-22 21:49:15 +00:00
ducarroz%netscape.com
31f53d9673
First Checked In.
1999-12-22 21:37:09 +00:00
nhotta%netscape.com
8901ba2e5f
Bug fix for 22209 (and 20997), when the mail body charset is labeled as us-ascii, use ISO-8859-1 converter (which is a superset of us-ascii), r=rhp.
1999-12-22 19:57:35 +00:00
sspitzer%netscape.com
d69b85adf8
fix warnings, a=sdagley
1999-12-21 22:27:57 +00:00
rhp%netscape.com
b077678918
Adding files to the repository. NOT PART OF THE BUILD!
1999-12-21 17:55:56 +00:00
rhp%netscape.com
dcc8157975
Adding smimestub to the build process.
1999-12-21 17:48:12 +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
ff87398617
Fix for build problem
1999-12-15 04:05:40 +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
rhp%netscape.com
0e86352c40
Fix for possible memory overrun - Bug #:20564 - r: jefft
1999-12-09 01:11:52 +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
e3ea2e40db
Fix for garbage display on text=flowed messages. r: rhp Externally Contributed
1999-12-07 22:54:41 +00:00
dp%netscape.com
c939a91441
Converting to generic factory. Fixed vcard factory holding
...
servicemanager. r=rhp@netscape.com
1999-12-07 22:44:49 +00:00
rhp%netscape.com
b1f201059d
Fixes for Text - HTML converstion - r: rhp - externally contributed
1999-12-07 22:25:00 +00:00
rhp%netscape.com
410da10ef5
Adding file to tree - NOT PART OF THE BUILD!
1999-12-07 15:29:20 +00:00
rhp%netscape.com
6ea3812f86
Deleting dead files
1999-12-06 05:02:33 +00:00
rhp%netscape.com
2e162ec9b1
Cleaning up dead files
1999-12-06 05:02:18 +00:00
rhp%netscape.com
900858d75f
Cleaning up dead files.
1999-12-06 05:01:42 +00:00
rhp%netscape.com
a4e7e92ef9
Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch)
1999-12-06 04:55:54 +00:00
rhp%netscape.com
1ad0e2f856
Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch)
1999-12-06 04:53:29 +00:00
warren%netscape.com
bf4ef9672f
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
rhp%netscape.com
15eb33e40d
Fix for vCard crasher display on Mac - bug #: 20564 - r: sspitzer
1999-12-04 00:59:43 +00:00
rhp%netscape.com
042832adb4
Fix for emoticon bug - Bug #20644 - r: alecf
1999-12-03 04:07:53 +00:00
alecf%netscape.com
5b68d2b9a2
more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
...
r=rhp
1999-12-03 00:12:49 +00:00
ducarroz%netscape.com
c569db0d39
Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong.
1999-12-02 21:17:03 +00:00
rhp%netscape.com
424d48e6d3
Fix for mac display problem - Bug #: 18866 - r: alecf
1999-12-02 02:58:06 +00:00
rhp%netscape.com
20f2bf9542
Fixing project file for release build.
1999-12-02 01:45:13 +00:00
rhp%netscape.com
07a6a84688
Correcting project file.
1999-12-01 23:17:58 +00:00
ducarroz%netscape.com
571b3cb696
Fix for bug 17771 and bug 18676. We need to quote name and address part when we reformat email addresses. R=jefft
1999-12-01 22:34:33 +00:00
erik%netscape.com
c950ed72b4
adding local .cvsignore file; r=none
1999-12-01 18:03:52 +00:00
rhp%netscape.com
681b31a3f7
Adding new files for mac...NOT PART OF THE BUILD YET
1999-12-01 06:12:10 +00:00
rhp%netscape.com
e0852b8b25
Cleanup of garbage files
1999-11-30 23:15:59 +00:00
sspitzer%netscape.com
71db9bb571
go back to version 1.7 for rhp.
1999-11-30 23:03:59 +00:00
sspitzer%netscape.com
b95351b8ff
clean up in preparation for bug #14254 . remove unused files. create
...
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle. now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
rhp%netscape.com
cb21ee62c5
adding these back.
1999-11-30 22:42:09 +00:00
rhp%netscape.com
1df1a34b8f
deleting garbage files
1999-11-30 22:37:16 +00:00
rhp%netscape.com
c7dd125a2a
Adding new build files to the tree
1999-11-30 22:31:23 +00:00
rhp%netscape.com
8a249c07c1
Adding new mac project file
1999-11-30 22:29:57 +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
rhp%netscape.com
d14f84b6e1
Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman
1999-11-30 22:16:11 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
rhp%netscape.com
b3fb1602bd
Changes to build this on Unix
1999-11-29 03:58:20 +00:00
rhp%netscape.com
4c8ac9d296
Change for new code that is not part of the build!
1999-11-29 03:51:31 +00:00
rhp%netscape.com
e93e879df7
Just adding files to the tree. NOT PART OF THE BUILD YET!
1999-11-29 03:37:47 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
rhp%netscape.com
76d8ec9979
Fixing include problem..but this is NOT PART OF THE BUILD. - r: rhp
1999-11-22 21:47:24 +00:00
nhotta%netscape.com
c67fa7f5b6
Change to charset name to case sensitive corresponding the nsCharsetManagerService change, r=ftang.
1999-11-22 21:22:58 +00:00
rhp%netscape.com
01ab05033d
Curing bitrot...THIS IS NOT PART OF THE BUILD.
1999-11-20 22:03:19 +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
42e188005c
Fix for separators after body text - Bug #: 18972 r: jefft
1999-11-19 15:19:53 +00:00
rhp%netscape.com
38fe8921cf
Checking in some debug only code - r: rhp
1999-11-19 03:49:18 +00:00
rhp%netscape.com
96fcbfab2d
Cleanup of free calls - No bug - r: bienvenu
1999-11-18 21:12:49 +00:00
rhp%netscape.com
df83530baf
Small fix for a useful test program - NOT PART OF THE BUILD
1999-11-18 19:29:11 +00:00
nhotta%netscape.com
d53ae8d00e
In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
...
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
warren%netscape.com
aaf83521f5
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
bienvenu%netscape.com
70957a2642
fix build warning
1999-11-16 04:48:51 +00:00
cls%seawood.org
b68d17371a
Removing dependency upon security/freenav module. r=alecf
1999-11-13 23:51:49 +00:00
ducarroz%netscape.com
bf12ce4994
Fix build warning. R=mscott
1999-11-12 23:44:17 +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
nhotta%netscape.com
eeda09f6df
For unicode conversion, I had to convert a part of the string not the entire string, otherwise MIME encoder aborts, bug 18105/18595, r=cata.
1999-11-12 01:22:09 +00:00
nhotta%netscape.com
772644b9ca
Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
...
r=ftang.
1999-11-11 22:05:10 +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
nhotta%netscape.com
63d1d03215
Added msgbaseutil to a project file so unicode conversion utils to be accessable, part of bug fix #18264 , r=ftang.
1999-11-11 00:48:55 +00:00
nhotta%netscape.com
5b2549e68a
Added msgbaseutil to makefiles so unicode conversion utils to be accessable, part of bug fix #18264 , r=ftang.
1999-11-10 23:51:46 +00:00
rhp%netscape.com
088edd7fd8
Fix for format=flowed plain text - Part of 17983 fix - r: rhp
1999-11-09 03:09:28 +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
jefft%netscape.com
d823ab1000
fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann
1999-11-04 19:47:21 +00:00
rhp%netscape.com
690a85357f
Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann
1999-11-04 13:59:26 +00:00
rhp%netscape.com
46fddefcc8
Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
1999-11-03 22:35:04 +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
jefft%netscape.com
f76d9a00ac
partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp
1999-10-29 19:23:29 +00:00
rhp%netscape.com
b67d57e888
Fix for message display - Bug #17481 - r: jefft
1999-10-29 02:17:10 +00:00
ducarroz%netscape.com
a6ef6074e3
another Mac bustage fix. Caught before it appears
1999-10-28 06:01:43 +00:00
mscott%netscape.com
8f967d753c
Remove incorrect export of nsIMimeStreamConverter.idl
1999-10-28 05:42:15 +00:00
mscott%netscape.com
fcecb8a313
more work to try to fix the mac build.
1999-10-28 05:39:14 +00:00
mscott%netscape.com
edb6c7146d
fix mac build by exporting nsIMimeStreamConverter.idl
1999-10-28 04:56:12 +00:00
rhp%netscape.com
2f88a37707
Cleaning up some comments.
1999-10-26 23:06:27 +00:00
rhp%netscape.com
af58b2553c
Update changes for Mac project...again
1999-10-26 22:56:18 +00:00
rhp%netscape.com
5846140159
Update changes for Mac project
1999-10-26 22:47:55 +00:00
rhp%netscape.com
918b142fa3
Changes for better text display and format flowed - Bug #16507 - r: rhp since this is externally contributed
1999-10-26 22:43:25 +00:00
nhotta%netscape.com
f890249d9c
Unicode encoder related change for unmapped characters.
...
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706 ). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
rhp%netscape.com
eaab3c996a
Just adding new files...NOT PART OF THE BUILD!
1999-10-26 18:50:08 +00:00
warren%netscape.com
00dfd9d907
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
ducarroz%netscape.com
6de8bdb25a
Checking it again as for reason, the file I've checked in last time is corrupted.
1999-10-26 00:16:33 +00:00
ducarroz%netscape.com
80b135be51
Fix build bustage for nhotta
1999-10-25 23:29:24 +00:00
nhotta%netscape.com
ce73f03f3c
Added MsgUtil.lib and MsgUtilDebug.lib to the project, part of bug fix 15475.
1999-10-25 22:04:23 +00:00
nhotta%netscape.com
269634afc0
Changed MIME header encoder in unicode conversion. Instead of skipping unmapped characters,
...
call the fallback funcion (puts a question mark for an unmapped char), part of bug fix 15475, r=rhp.
1999-10-25 22:03:09 +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
jefft%netscape.com
90daf4537a
fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott
1999-10-22 21:00:07 +00:00
bienvenu%netscape.com
ee1d038630
fix memory leaks in vcard and calendar factories r=rhp
1999-10-22 20:32:02 +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
bienvenu%netscape.com
16fe98501a
another memory leak fix for mime
1999-10-21 01:37:03 +00:00
bienvenu%netscape.com
4dcc8229e1
fix mime memory leaks, mostly strings, r=rhp
1999-10-20 21:00:02 +00:00
bienvenu%netscape.com
bdec1ca538
fix memory leaks with mime string bundles and v-cards r=rhp
1999-10-20 18:41:49 +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
f532a4df32
Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
...
r=jefft
1999-10-19 21:02:27 +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
rhp%netscape.com
a85a8ee459
Change for separating inline attachments - Bug #16367 - r: bienvenu
1999-10-18 22:07:02 +00:00
norris%netscape.com
f433188858
Part of bug 7261 "Connect XPConnect visibility filter to query principals"
...
Reviewed by rhp@netscape.com .
1999-10-18 21:35:52 +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
nhotta%netscape.com
d18ff62a0f
Additional fallback for not charset labeled input, bug=15766, r=rhp
1999-10-15 00:08:42 +00:00
rhp%netscape.com
51c2886707
Fix for attachment count - bug #16076 - reviewer: jefft
1999-10-14 02:05:20 +00:00
mscott%netscape.com
11f153596c
Bug #15655 --> don't build old nsMimeFactory. Build nsMimeModule instead.
r=rhp
1999-10-12 05:05:17 +00:00
mscott%netscape.com
2303552ce1
Bug #15655 -> build nsMimeModule.cp
...
r=rhp
1999-10-12 05:04:41 +00:00
mscott%netscape.com
7b5ea39719
bug #15655 --> no longer build nsMimeFactory.cpp...we build
...
nsMimeModule instead.
r=rhp
1999-10-12 05:04:25 +00:00
mscott%netscape.com
f41658ff2d
include nsMsgMimeCID.h to get the CID. (moved CID out of interface)
...
r=rhp
1999-10-12 05:03:49 +00:00
mscott%netscape.com
b90ab8d768
Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
...
remove NS_New** factory method. minor cleanup
r=rhp
1999-10-12 05:03:25 +00:00
mscott%netscape.com
6384ea4d37
Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
...
r=rhp
1999-10-12 05:03:05 +00:00
mscott%netscape.com
1b5e2380a5
Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)
...
r=rhp
1999-10-12 05:02:23 +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
fe171cf735
Changes to fix VCard display problems - Changed generated JS - Bugs: #14204 and #12352 - Reviewer: scottip
1999-10-09 01:19:00 +00:00
rhp%netscape.com
831867b0c6
Changes for bug #13098 - Reviewer: jefft
1999-10-07 20:53:06 +00:00
rhp%netscape.com
42772483a1
Fixing a test program makefile. THIS IS NOT PART OF ANY BUILD!
1999-10-07 03:39:02 +00:00
rhp%netscape.com
783e6c2020
Fixing a test program. THIS IS NOT PART OF ANY BUILD!
1999-10-07 03:38:42 +00:00
rhp%netscape.com
f13e35339c
Changes for Bug #13512 - Reviewer: Bienvenu
1999-10-06 18:35:16 +00:00