[Webkit-unassigned] [Bug 156612] [WK2] <object>/<embed> without HTML type attribute cannot load PHP-generated image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 05:16:48 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=156612

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This is because in WebKit1 WebFrameLoaderClient::objectContentType returns ObjectContentType::Frame for php mime type:

if ([m_webFrame->_private->webFrameView _viewClassForMIMEType:type])
        return ObjectContentType::Frame;

I guess _viewClassForMIMEType has a different behavior than MIMETypeRegistry::isSupportedNonImageMIMEType().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170323/cb9f939c/attachment.html>


More information about the webkit-unassigned mailing list