[webkit-dev] EFL EWS Bot output

Alexey Proskuryakov ap at webkit.org
Tue Jan 28 15:09:56 PST 2014


28 янв. 2014 г., в 14:59, Oliver Hunt <oliver at 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



More information about the webkit-dev mailing list