Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2011-06-27 Jongseok Yang <js45.yang@samsung.com>
Reviewed by Kent Tamura. [EFL] Use accept attribute when executing the file picker for input element https://bugs.webkit.org/show_bug.cgi?id=63063 This patch: - remove the argument "suggested_filenames" from ewk_view_run_open_panel - add the argument "accept" to ewk_view_run_open_panel - get the accept attribute and pass to ewk_view_run_open_panel within runOpenPanel * WebCoreSupport/ChromeClientEfl.cpp: (WebCore::ChromeClientEfl::runOpenPanel): * ewk/ewk_view.cpp: (ewk_view_run_open_panel): * ewk/ewk_view.h Canonical link: https://commits.webkit.org/79108@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@89812 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
3f906f9
commit 6e0c97aefbfa4d19f9aa2b7d2043c9d884d30f16
Showing
5 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters