[Webkit-unassigned] [Bug 15766] [GTK] WebKit spews flash/etc.. as text/plain into iframe if plugin missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 16:20:55 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15766





------- Comment #9 from alp at atoker.com  2007-11-05 16:20 PDT -------
My understanding is that under this condition:

  url="http://www.example.com/foo.unknownextension"
  mimeType=""

This code will return ObjectContentFrame.

And under this condition:

  url="http://www.example.com/foo"
  mimeType=""

It'll return ObjectContentNone.

I'm not sure if this is good behaviour. Problem also seems to exist in the Win
port. What do you think?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list