Reuse WebView to response appcontrol request
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 5 Oct 2015 05:32:32 +0000 (14:32 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 5 Oct 2015 07:11:41 +0000 (16:11 +0900)
commita42286d8983cd47aee20ae5171cd5def4c6ac081
tree4dd302d1643e6c026035eaab3c36ae239ca4628c
parentaa9269e41f90f46865a7b7dc991b7a6a3eb3b23a
Reuse WebView to response appcontrol request
 - Issue
  WebView re-create was cause re-create renderer process
  Re-creation of WebView was take a long time
 - Proposal
  Reuse WebView(just change the URL of current WebView)
runtime/browser/web_application.cc [changed mode: 0644->0755]