Change the certificate file set timing.
authorSungman Kim <ssungmai.kim@samsung.com>
Wed, 3 Apr 2013 11:27:13 +0000 (20:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 11 Apr 2013 02:19:24 +0000 (11:19 +0900)
commit9d58a138a02101781a0ab562b632180dc9a99a66
treee5e2b95730639d7cbf4a007633bab6c95c748cfb
parent163ffd217858f4b01e7b5bb8c0cb56809ffcbb77
Change the certificate file set timing.

Certificate file set in webkit make delay for web app launching time. To avoid launching delay, change the timing of certificate file set.
While the first https reqeust is requested, certificate file set is accomplished.
In webkit, just call the gobject_set with file path.

[Title] Change the certificate file set timing.
[Issue#] N/A
[Problem] Certificate file set in webkit make the delay for launching time.
[Cause] g_tls_file_database_new take a long time.
[Solution] Change the timing of certificate file set and just call the gobject_set with file path.
[SCMRequest] N/A

Change-Id: I0e0f77d6ae239e35620e9bb55d00e77244330ac1
Source/WebKit2/WebProcess/efl/WebProcessEfl.cpp