gecko-dev/modules
edburns%acm.org fc8170442c author=joechou@eng.sun.com
r=av
r=edburns@acm.org
sr=waterson
bug= 56019
///////////////////////////////////////////////////////////////////////////////
// Currently, in the MIME type info passed in by plugin, a ';' is used as the
// separator of two MIME types, and also the sparator of a version in one MIME
// type. For example:
// "application/x-java-applet;version1.3::java(TM) plugin;application/x-java-
// applet...".
// The ambiguity of ';'  causes the browser fail to parse the MIME types
// correctly.
//
// This method parses the MIME type input, and replaces the MIME type
// separators with '|' to eliminate the ambiguity of ';'. (The Windows version
// also uses '|' as the MIME type separator.)
//
// Input format: "...type[;version]:[extension]:[desecription];..."
// Output format: "...type[;version]:[extension]:[desecription]|..."
//
static void SetMIMETypeSeparator(char *minfo)
{
2000-10-26 00:12:38 +00:00
..
appfilelocprovider Merging pr3 branch to trunk: 2000-09-28 22:52:51 +00:00
calendar
coreincl
edtplug
fullsoft
libfont
libhook
libimg Bug 19283 - blacken transparent pixels in 1-bit masks. This was 2000-10-18 18:05:41 +00:00
libjar backing out earlier changes for 53312 2000-10-14 01:15:24 +00:00
libnls/headers
libpref Bug #48403 --> don't allow JS running in a mailnews sand box to change the name of it's containing iframe. 2000-10-24 00:52:02 +00:00
libreg Fix for rtm++ bug 55259. Already checked in to branch and tested. Forgot to check in to trunk. r=dveditz, sr=mscott. Now only getting system clock seed once. 2000-10-20 19:11:28 +00:00
libtest
libutil Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
mpfilelocprovider This lib is being used to fix #48981 This change is for a whole in the Unix implementation of nsIFile r=bhuvan, mscott 2000-09-22 03:43:12 +00:00
oji Fix redness by removing incorrect conversion. 2000-10-19 12:17:54 +00:00
plugin author=joechou@eng.sun.com 2000-10-26 00:12:38 +00:00
progress
rdf
schedulr
security
softupdt
staticmod removing Makefile and adding Makefile.in 2000-10-24 17:16:20 +00:00
xml
zlib Change MDDEPDIR to fix a VPATH issue in srcdir builds. 2000-09-12 23:37:16 +00:00
Makefile
Makefile.in
makefile.win