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)
commit5cf5c90f23082beeed67769680f90fc8a1304943
treedf5ca59554ed7325dbcac6b7d96a08e1d871bf81
parent8ceac6aac3827a5db9e5b3124a81c97649f0dee4
Temporary block save submit data function

[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