Bug 132490 - Remove Blob contentDisposition handling
Summary: Remove Blob contentDisposition handling
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: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-02 14:43 PDT by Alexey Proskuryakov
Modified: 2014-05-02 15:42 PDT (History)
0 users

See Also:


Attachments
proposed patch (7.29 KB, patch)
2014-05-02 15:20 PDT, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-05-02 14:43:22 PDT
We have a lot of code to pass Content-Disposition as part of Blob, and even code to use it, but we never set it.

Reading File and XMLHttpRequest specs, it doesn't appear like there is any situation where we are supposed to set it.
Comment 1 Alexey Proskuryakov 2014-05-02 15:20:25 PDT
Created attachment 230707 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-05-02 15:42:07 PDT
Committed <http://trac.webkit.org/r168201>.