[Webkit-unassigned] [Bug 63063] [EFL] Use accept attribute when executing the file picker for input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 07:05:25 PDT 2011


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


Ryuan Choi <ryuan.choi at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryuan.choi at samsung.com




--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-21 07:05:24 PST ---
Good point.
I didn't know that file type should control 'accept'.

Anyway.
Could you explain little bit about why we can remove suggestedFilenames.

View in context: https://bugs.webkit.org/attachment.cgi?id=97977&action=review

> Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp:429
> +    CString accept = chooser->acceptTypes().utf8();
> +    confirm = ewk_view_run_open_panel(m_view, kit(frame), chooser->allowsMultipleFiles(), accept.data(), &selectedFilenames);

And as small thing, I think that it's no need to store it into accept.

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