[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
Tue Nov 6 07:53:31 PST 2007


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #12 from darin at apple.com  2007-11-06 07:53 PDT -------
(In reply to comment #9)
> 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?

I'd like to see more of the high level algorithm here in platform-independent
code; that way we could correct this mistake (assuming it is one) once, rather
than having multiple copies of it. We could consider changing the client
function to do a smaller piece of the work.


-- 
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