Bug 70473

Summary: Remove Now Unused FileChooserSettings.deprecatedAcceptTypes
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2011-10-19 22:02:09 PDT
The last users of this was removed recently with EFL and Chromium switching to the new
FileChooserSettings.acceptMIMETypes. The variable is now unused and can be removed.

Bugs and their fixes:
<http://webkit.org/b/70002> [EFL]: Move from FileChooserSettings deprecatedAcceptType to acceptMIMETypes
<http://trac.webkit.org/changeset/97421>
<http://webkit.org/b/70003> [Chromium]: Move from FileChooserSettings deprecatedAcceptType to acceptMIMETypes
<http://trac.webkit.org/changeset/97910>
Comment 1 Joseph Pecoraro 2011-10-19 22:27:55 PDT
Created attachment 111726 [details]
[PATCH] Proposed Fix

Remove the slot and the few places it was set.
Comment 2 WebKit Review Bot 2011-10-20 10:32:48 PDT
Comment on attachment 111726 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 111726

Committed r97997: <http://trac.webkit.org/changeset/97997>
Comment 3 WebKit Review Bot 2011-10-20 10:32:52 PDT
All reviewed patches have been landed.  Closing bug.