Bug 89338 - fast/files/xhr-response-blob should use other file/blob type than javascript
Summary: fast/files/xhr-response-blob should use other file/blob type than javascript
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kinuko Yasuda
URL:
Keywords:
: 89343 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-18 02:29 PDT by Kinuko Yasuda
Modified: 2012-06-18 04:19 PDT (History)
5 users (show)

See Also:


Attachments
Patch (9.71 KB, patch)
2012-06-18 03:19 PDT, Kinuko Yasuda
haraken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2012-06-18 02:29:05 PDT
fast/files/xhr-response-blob should use other file/blob type than javascript as different platforms return slightly different MIME types for javascript (e.g. text/javascript, application/javascript, application/x-javascript etc).  Maybe simple text/plain file would be nicer.
Comment 1 Kinuko Yasuda 2012-06-18 03:19:17 PDT
Created attachment 148080 [details]
Patch
Comment 2 Kentaro Hara 2012-06-18 03:42:43 PDT
Comment on attachment 148080 [details]
Patch

Looks great!
Comment 3 Kinuko Yasuda 2012-06-18 04:14:32 PDT
*** Bug 89343 has been marked as a duplicate of this bug. ***
Comment 4 Kinuko Yasuda 2012-06-18 04:17:07 PDT
Committed r120587: <http://trac.webkit.org/changeset/120587>
Comment 5 Csaba Osztrogonác 2012-06-18 04:19:25 PDT
(In reply to comment #4)
> Committed r120587: <http://trac.webkit.org/changeset/120587>

Yay, many thanks.