scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
rickg%netscape.com
8a80545385
added support for RTF; r=valeski
2000-02-05 20:35:28 +00:00
valeski%netscape.com
16e204c1e3
26330. simple extension addition
2000-02-04 23:06:59 +00:00
sdagley%netscape.com
813f53ead8
Access path updates in anticipation of update to CW Pro5 ( #25949 ). r=pinkerton
2000-02-01 04:27:22 +00:00
mscott%netscape.com
f9b5f38418
oh goody...the name of this directory conflicts with the directory for the mime converter! As a result
...
this directory was creating a .xpt file that was conflicting with the one built by the mime convrter.
renaming to mimetype.xpt. We had to do this same fix a long time ago to the name of the shared library
and we changed that to mimetype so I'm being consistent.
2000-01-25 04:39:11 +00:00
valeski%netscape.com
365fede8f7
r=rhp. Further extension of the nsIMIMEService.
2000-01-25 02:40:16 +00:00
valeski%netscape.com
3a3dc4fb45
added files: mozilla/netwerk/mime/src/nsMIMEServiceModule.cpp, removed files: mozilla/netwerk/mime/src/nsMIMEServiceFactory.cpp
2000-01-24 15:41:36 +00:00
valeski%netscape.com
449efd53a6
r=rhp. nsIMIMEInfo and nsIMIMEService have been revamped (there's one more small iteration coming tomorrow). nsIMIMEInfo has been extended and the service has been multi indexed using file extensions *and* the MIME type as keys.
2000-01-24 15:41:03 +00:00
dougt%netscape.com
f8190a0155
Converting to use nsIModule macro. r=jud.
2000-01-03 23:24:06 +00:00
pnunn%netscape.com
67f961d858
Correcting a mime type mapping. R:valeski@netscape.com OK:chofmann@netscape.com
1999-12-15 20:38:43 +00:00
valeski%netscape.com
76719511ea
r=waterson. 17647. MIME mapping for file extensions was case sensitive. we now disregard case (this is actually broken, but for 99% of the real world cases we're covered)
1999-11-30 04:07:51 +00:00
jdunn%netscape.com
e871be6de2
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
valeski%netscape.com
313da28e27
16256. nsCOMptrizing
1999-11-11 00:38:16 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
tbogard%aol.net
10ded258a5
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
bienvenu%netscape.com
08c624a0ca
fix ref count logging on nsMimeImpl r=warren
1999-10-19 14:50:09 +00:00
waterson%netscape.com
8241422540
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 02:10:08 +00:00
beard%netscape.com
9eae33066d
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
rjc%netscape.com
38e1d06d8d
Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
1999-10-02 00:48:02 +00:00
valeski%netscape.com
e0f2c7fad2
15296 r=gagan. Added .txt extension to the MIME type extension resolver.
1999-10-01 20:25:38 +00:00
mccabe%netscape.com
4f7990cd94
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
valeski%netscape.com
c59bbe1062
added bin,exe extensions
1999-09-10 14:27:16 +00:00
briano%netscape.com
de44b4d417
General cleanup.
1999-09-10 00:59:21 +00:00
briano%netscape.com
b77bbb9a68
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:41:10 +00:00
valeski%netscape.com
f7e8b6cd05
changed nsCOMTypeInfo<> template to NS_GET_IID macro
1999-09-03 23:51:14 +00:00
kipp%netscape.com
78bace2449
Use nsAutoString instead of nsString for temps
1999-09-02 18:13:07 +00:00
warren%netscape.com
ed1d3aa12e
Fix for failure case.
1999-08-27 10:58:23 +00:00
valeski%netscape.com
c87f374efc
fixed mem leak
1999-08-24 21:45:20 +00:00
mccabe%netscape.com
a900e17559
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
warren%netscape.com
529c0b2b71
Removed hack to export to netwerk/dist (used before landing necko).
1999-08-03 00:38:25 +00:00
valeski%netscape.com
99a28ebe09
factored repeated mime type retrieval implementations into mime mapping service methods
1999-08-01 16:42:25 +00:00
warren%netscape.com
8c9db416e3
Added shtml
1999-07-31 06:27:03 +00:00
mscott%netscape.com
c0c1cc8e74
fix build breakage by including config.mak
1999-07-29 02:47:16 +00:00
warren%netscape.com
7b13572242
Fixed UMR / refcounting problem (purify).
1999-07-28 04:02:07 +00:00
ducarroz%netscape.com
69fb203755
Fix shlb name conflict between netwerk:mime and mailnews:mime. Necko only.
1999-07-27 23:17:49 +00:00
beard%netscape.com
edf11af6ff
First Checked In.
1999-07-25 18:35:34 +00:00
sdagley%netscape.com
83177199fa
First Checked In.
1999-07-25 01:37:42 +00:00
mscott%netscape.com
0e4d1c20f7
Necko only: Change the library name to mimetype instead of mime. we were overwriting a mailnews library which had the same name.
1999-07-22 20:09:22 +00:00
mscott%netscape.com
99170f793f
Necko only: change the name of the mime type dll to be mimetype.dll instead of mime.dll. mime.dll was over-writing
...
the mailnews mime.dll.
1999-07-22 20:05:33 +00:00
tbogard%aol.net
8fced9fa19
Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings.
1999-07-22 02:11:04 +00:00
valeski%netscape.com
998b3f60b0
changed mime map service to use nsHashtabel
1999-07-16 21:56:54 +00:00
mscott%netscape.com
1cb1a8dec5
Register "eml" file extension as text/message (rfc822)
1999-07-14 04:08:41 +00:00
valeski%netscape.com
e234ad9dc3
adding warning comment
1999-07-13 23:39:31 +00:00
valeski%netscape.com
13c7dd7213
added image mime types to hardcoded area
1999-07-13 23:37:11 +00:00
gagan%netscape.com
e4753fe28c
Fixed warnings on Linux because of missing virtual keyword on destructors.
1999-07-08 00:50:02 +00:00
warren%netscape.com
fdeef7c666
Fixed clobber rule.
1999-07-07 04:20:56 +00:00
valeski%netscape.com
a01ef8fd3c
added style sheet mime type
1999-07-07 02:26:14 +00:00
valeski%netscape.com
055d28e710
added newlines
1999-07-06 14:37:24 +00:00
andreas.otte%primus-online.de
9004effea0
NECKO only: adding some ignorance
1999-07-03 08:32:38 +00:00
warren%netscape.com
d4233d4e72
Fixed CID to not collide with nsIIOService.
1999-07-03 05:36:09 +00:00
valeski%netscape.com
a538316e5a
dumping objs to the correct dir now on windows.
1999-07-03 03:47:27 +00:00
valeski%netscape.com
2af90e005b
added factory class for the mime service
1999-07-03 00:05:51 +00:00
andreas.otte%primus-online.de
5d45f38745
NECKO only: remove EXPORTS lines
1999-07-02 21:01:54 +00:00
valeski%netscape.com
ad4fca8f6b
adding mime type resolver module.
1999-07-02 20:08:27 +00:00