Bug 71836

Summary: [WK2] Expose acceptMIMETypes for file inputs
Product: WebKit Reporter: Jon Lee <jonlee>
Component: FormsAssignee: Jon Lee <jonlee>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.7   
Attachments:
Description Flags
Patch andersca: review+

Jon Lee
Reported 2011-11-08 10:58:01 PST
Attachments
Patch (4.17 KB, patch)
2011-11-08 11:02 PST, Jon Lee
andersca: review+
Jon Lee
Comment 1 2011-11-08 11:02:21 PST
Anders Carlsson
Comment 2 2011-11-08 12:16:55 PST
Comment on attachment 114119 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=114119&action=review > Source/WebKit2/UIProcess/API/C/WKOpenPanelParameters.h:43 > +WK_EXPORT WKArrayRef WKOpenPanelParametersGetAcceptMIMETypes(WKOpenPanelParametersRef parameters); Since this copies the array of MIME types, the function should have Copy in its name. How about WKOpenPanelParametersCopyAcceptedMIMETypes?
Anders Carlsson
Comment 3 2011-11-08 12:18:28 PST
Comment on attachment 114119 [details] Patch r=me with that change.
Jon Lee
Comment 4 2011-11-08 12:31:43 PST
Note You need to log in before you can comment on or make changes to this bug.