28 янв. 2014 г., в 14:59, Oliver Hunt <oli...@apple.com> написал(а):

> Could whoever is responsible for the EFL EWS bot please make the bot set the 
> correct mimetype on the build output.
> 
> I've requested this before, but i'm trying again.  It is really annoying that 
> it triggers a download rather than just opening in the browser like the 
> output from every other bot.

What needs to be fixed is that the output shouldn't have escape sequences. The 
MIME type of text/plain is set by webkit-queues server, but then networking 
code in the browser sees a resource without an extension and that has binary 
data in it, so it overrides the type.

Another solution would be for webkitpy or webkit-queues to automagically strip 
escape sequences from the output.

- WBR, Alexey Proskuryakov

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to