[Performance] 94/73994/3
authorHyeKyoung Hwang <cookie@samsung.com>
Fri, 10 Jun 2016 08:58:14 +0000 (17:58 +0900)
committerjaekuk lee <juku1999@samsung.com>
Fri, 10 Jun 2016 09:54:59 +0000 (02:54 -0700)
[Problem] The browser launching is slow
[soultion] For launching performance, we use the precreated window when elm_win_add.
          Add the hw-acceleration="on" process-pool="true"
[Verify] Launching the browser

Change-Id: Ifc406fa46aa50d314feb1d94251b8324a6c4c1fa
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
manifest.xml.in.mb

index 6d40753a842308cb1fd15d54b11cc04b39bd8139..95496da437b69c5233fbb338ccefab2436b3e90e 100755 (executable)
@@ -3,7 +3,7 @@
     <label>Internet</label>
     <icon>org.tizen.browser.png</icon>
     <description>Web Browser Application</description>
-    <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true">
+    <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true" hw-acceleration="on" process-pool="true">
         <label>Internet</label>
         <icon>org.tizen.browser.png</icon>
         <label xml:lang="ar-ae">الإنترنت</label>