[Webkit-unassigned] [Bug 179160] [GTK] WebKit2 Browsers fail to download apps in Citrix Receiver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 23:46:02 PDT 2018


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

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

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

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
In WebKit the MIME type type is extracted, using the content type header or the sniffed content type if available and different to the one in the header. That MIME type is passed to MIMETypeRegistry::canShowMIMEType() that decides whether the mime type is supported to be shown by the view. Any text/ MIME type is supported by the view, except a few ones (see initializeUnsupportedTextMIMETypes). In ephy we start a download when canShowMIMEType() returns false.

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


More information about the webkit-unassigned mailing list