Bug 70473 - Remove Now Unused FileChooserSettings.deprecatedAcceptTypes
Summary: Remove Now Unused FileChooserSettings.deprecatedAcceptTypes
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 22:02 PDT by Joseph Pecoraro
Modified: 2011-10-20 10:32 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.24 KB, patch)
2011-10-19 22:27 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.