[M120 Migration][VD][Perf] Avoid waiting for sandbox status from zygote 85/307285/4
authorjiangyuwei <yuwei.jiang@samsung.com>
Thu, 7 Mar 2024 00:37:33 +0000 (08:37 +0800)
committerBot Blink <blinkbot@samsung.com>
Thu, 7 Mar 2024 05:19:47 +0000 (05:19 +0000)
commite381a44301539d17e391e29a19d96fe356b7e6bf
tree437145959e60e2ab3960aa6f97919025467227aa
parentfa7d787e3988439013e750c7d303ec699d310c0d
[M120 Migration][VD][Perf] Avoid waiting for sandbox status from zygote
to improve the browser launch time.

During initialization, the browser process wastes time waiting
until its zygote process is initialized.
The main reason for this synchronization is to avoid losing messages
between browser and zygote process.
browser does not need to wait for the synchronization before
sending messages, because messages are buffered on the zygote side

Reference:
  - https://review.tizen.org/gerrit/300627/

Change-Id: I9b4f490387eabe77e341cb2e52a7b18bee9b5de7
Signed-off-by: jiangyuwei <yuwei.jiang@samsung.com>
content/app/content_main_runner_impl.cc
content/common/zygote/zygote_communication_linux.cc