For launching time performance, patch to not exec web process.
authorTaejeong Lee <taejeong.lee@samsung.com>
Tue, 23 Oct 2012 12:01:55 +0000 (21:01 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 8 Jan 2013 10:02:13 +0000 (19:02 +0900)
commitfcd2638587236aa5cff80b940fbad2b782ac9c5b
treeb39776d12088ebf73d25edaab747ae5aa90bc78c
parent3f439c00e092e9629c25be853cbaa69c96324c91
For launching time performance, patch to not exec web process.

 * This patch is for launching time performance.
 * This patch moves up creating web process by forking procedure.
 * The forking procedure makes possible that web process can re-use libraries which was already loaded by UI process.

 * This commit needs a webkit patch below.
   - https://tizendev.org/gerrit/#/c/21558/

[Issue#] N/A
[Problem] For launching time performance.
[Cause] N/A
[Solution] Moves up creating web process by forking procedure.

Change-Id: I295aab7d705fcdc4dd5502411eeaadbd62a7cf1c
src/api_new/core_module.cpp [changed mode: 0755->0644]
src/api_new/core_module.h
src/wrt-client/wrt-client.cpp [changed mode: 0755->0644]
src/wrt-client/wrt-client.h [changed mode: 0755->0644]