[Webkit-unassigned] [Bug 202633] [GTK] 2.27.1 shows HTML iframe content as text/plain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 01:36:25 PDT 2019


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Milan Crha from comment #3)
> This happens when webkit_uri_scheme_request_finish() is called with mime-type
> 
>    text/html; charset="UTF-8"
> 
> Using the mime-type:
> 
>    text/html
> 
> doesn't suffer of this issue.
> 
> Should the webkit_uri_scheme_request_finish() be called always with a simple
> mime type, without additional arguments (like those used in Content-Type
> header)?
> 
> This wasn't the case in the past, but I also do not say that Evolution does
> this correctly. It can be some misunderstanding on the Evolution side.

Good catch. This is a regression of the switch to use the new custom protocols implementation. Before r250597, we extracted the mime type and charset from content type in the network process, but we are now sending the response directly from the UI process, so we need to do that when building our response.

-- 
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/20191008/4c5a1705/attachment.html>


More information about the webkit-unassigned mailing list