projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089555d
)
Add ewk_setting_form api for display the options of the data list
author
JongHeon Choi
<j-h.choi@samsung.com>
Thu, 13 Oct 2016 02:04:22 +0000
(11:04 +0900)
committer
JongHeon Choi
<j-h.choi@samsung.com>
Thu, 13 Oct 2016 02:04:22 +0000
(11:04 +0900)
runtime/browser/web_view_impl.cc
patch
|
blob
|
history
diff --git
a/runtime/browser/web_view_impl.cc
b/runtime/browser/web_view_impl.cc
index cb40b849b94f44bb491a66f992fa29725c1991e1..7a79f994d623fe3c4a429fb321c447e3e364f654 100644
(file)
--- a/
runtime/browser/web_view_impl.cc
+++ b/
runtime/browser/web_view_impl.cc
@@
-219,6
+219,7
@@
void WebViewImpl::Initialize() {
Ewk_Settings* settings = ewk_view_settings_get(ewk_view_);
ewk_settings_scripts_can_open_windows_set(settings, EINA_TRUE);
+ ewk_settings_form_candidate_data_enabled_set(settings, EINA_TRUE);
ewk_settings_default_text_encoding_name_set(settings, kDefaultEncoding);
// TODO(sngn.lee): "protocolhandler,registration,requested"