Bug 132490

Summary: Remove Blob contentDisposition handling
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch sam: review+

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>.