What default mime types need to be added to pow install

0 views
Skip to first unread message

Scottus

unread,
May 24, 2007, 10:15:20 PM5/24/07
to firef...@googlegroups.com
its should default to

txt
sjs
html
htm
png
gif
jpeg
swf -- flash
pdf
js

mp3
mp4
avi
mov - quicktime


What other do you guys thing of

--
Scott Wickham

********************************************************************************************
Everyone is equal and everyone is the best at everything. ---
Principal Skinner

"Success is a lousy teacher. It seduces smart people into thinking
they can't lose." -Bill Gates

99% of the time, in my experience, the hard part about creativity
isn't coming up with something no one has ever thought of before. The
hard part is actually executing the thing you've thought of. -- seth
godin


********************************************************************************************

Scottus

unread,
May 25, 2007, 10:41:47 AM5/25/07
to firef...@googlegroups.com
SVG

Dave

unread,
May 29, 2007, 9:31:35 AM5/29/07
to FireFox POW - Users Group
svg works out of box. Since I borrow heavily from Moz's internal MIME
mappings, all normal text types work, but the binary types need to be
listed explicitly. SJS is one exception. Here is the default list with
the binary boolean.

"sjs,text/html,false,"+
"png,image/png,true,"+
"gif,image/gif,true,"+
"jpg,image/jpeg,true,"+
"jpeg,image/jpeg,true,"+
"swf,application/x-shockwave-flash,true,"+
"pdf,application/pdf,true,"+
"mp4,video/mp4,true,"+
"mp3,audio/mpeg,true,"+
"avi,video/x-msvideo,true,"+
"mov,video/quicktime,true,"+
"doc,application/msword,true";

Dave

On May 25, 7:41 am, "Scottus " <scot...@gmail.com> wrote:
> SVG

Dave

unread,
May 29, 2007, 2:18:26 PM5/29/07
to FireFox POW - Users Group
I changed the code to maximize the number of mime types that are auto-
detected. The default for mime-types that are in the Mozilla database
is now binary. Please check that your applications still work in
0.1.3, which is available from

http://davidkellogg.com/pub/pow.xpi

Some text and special xml types might not work unless you add the mime
type in the Options dialog.

Dave

Reply all
Reply to author
Forward
0 new messages