[Webkit-unassigned] [Bug 147191] New: [EFL] The "Missing Plug-in" buttons are not showing up on some flash contents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 07:57:09 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147191
Bug ID: 147191
Summary: [EFL] The "Missing Plug-in" buttons are not showing up
on some flash contents
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
CC: demarchi at webkit.org
Created attachment 257268
--> https://bugs.webkit.org/attachment.cgi?id=257268&action=review
a test content taken from http://www.youku.com/
Currently, WebKitEFL doesn't show the "Missing Plug-in" buttons if the plugin-related tags don't have a "type" attribute.
In such a case, WebCore tries to guess the MIME type from the extensions by using MIMETypeRegistry::getMIMETypeForExtension().
For WebKitEFL, MIMETypeRegistry::getMIMETypeForExtension() goes through |extensionMap|, which is a simple array of
<extension, mime type>, looking for the mime type for the given extension. But |extensionMap| in MIMETypeRegistryEfl.cpp
doesn't have the information for ".swf", so WebCore fails to guess the MIME type and regard the content type as
ObjectContentFrame, not ObjectContentNetscapePlugin.
--
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/20150722/13854f6f/attachment.html>
More information about the webkit-unassigned
mailing list