Temporary block save submit data function
authorJihoon Chung <jihoon.chung@samsung.com>
Sat, 16 Mar 2013 13:54:09 +0000 (22:54 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Sat, 16 Mar 2013 13:54:09 +0000 (22:54 +0900)
[Issue#] N/A
[Problem] After click submit in the hosted webpage(facebook...),
unexpected crash issue is occurred
[Cause] When create popup, PopupInvoker using tmpnam_r for creating
unique pipe name. Unexpectly this system call return "NULL" and
std::string called abort.
[Solution] Before find root cause of this issue, temporary block
submit data function
[SCMRequest] N/A

Change-Id: Id50121f7f343ae44cdebc777519e45cb7ae8e281

src/view/webkit/view_logic.cpp

index 2c4606f..1d22d12 100644 (file)
@@ -1232,7 +1232,8 @@ void ViewLogic::formSubmitCallback(
     }
 
     Eina_Hash* userData = ewk_form_data_values_get(formData);
-    ViewModule::PasswordSupport::submitClicked(uri, userData);
+    // Temporary block until fixed random generate & pipe issue
+    //ViewModule::PasswordSupport::submitClicked(uri, userData);
 }
 
 void ViewLogic::geolocationPermissionRequestCallback(