[Webkit-unassigned] [Bug 92237] [BlackBerry] Pass all file chooser settings to clients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 15:13:47 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92237


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154322|review?                     |
               Flag|                            |




--- Comment #3 from Rob Buis <rwlbuis at gmail.com>  2012-07-25 15:13:50 PST ---
(From update of attachment 154322)
View in context: https://bugs.webkit.org/attachment.cgi?id=154322&action=review

> Source/WebKit/blackberry/Api/WebPageClient.h:171
> +    virtual bool chooseFilenames(bool allowMultiple, const SharedArray<WebString>& acceptTypes, unsigned numOfAcceptTypes, const SharedArray<WebString>& selectedFiles, unsigned numOfselectedFiles, const WebString& capture, SharedArray<WebString>& chosenFiles, unsigned& numOfChosenFiles) = 0;

Is it really needed to provide numOfAcceptTypes and numOfselectedFiles? Can't they be deduced from the SharedArrays?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list