Remove splash screen and unused boost flags 75/71475/3
authorMaciej Skrzypkowski <m.skrzypkows@samsung.com>
Wed, 25 May 2016 13:45:27 +0000 (15:45 +0200)
committerHye Kyoung Hwang <cookie@samsung.com>
Thu, 26 May 2016 00:10:35 +0000 (17:10 -0700)
[Issue]        http://suprem.sec.samsung.net/jira/browse/TWF-1266
[Problem]      Browser starts too long
[Solution]     Removed splash screen from mobile build, removed
               unneeded boost flags.
[Verify]       Build and run browser.

Change-Id: I630f638013e8393462ade34c289179bb8d817a6c
Signed-off-by: Maciej Skrzypkowski <m.skrzypkows@samsung.com>
CMakeLists.txt
apps_img_web_default_4x2.png [deleted file]
manifest.xml.in
manifest.xml.in.mb
packaging/org.tizen.browser.spec
services/PlatformInputManager/CMakeLists.txt
services/WebEngineService/CMakeLists.txt

index 7a3cbd198f3c2526433cbb66b0a9d458d6be37ac..9626448ede16edf5c9c3f16cf94bccaba6b5c6a2 100755 (executable)
@@ -153,7 +153,6 @@ endif (${PROFILE} MATCHES "mobile")
 install(FILES ${CMAKE_BINARY_DIR}/${PACKAGE_NAME}.xml DESTINATION ${MANIFESTDIR})
 # install desktop file & icon
 install(FILES ${CMAKE_SOURCE_DIR}/org.tizen.browser.png DESTINATION ${ICONDIR})
-install(FILES ${CMAKE_SOURCE_DIR}/apps_img_web_default_4x2.png DESTINATION ${ICONDIR})
 # install certs
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/certs/ DESTINATION ${CERTS_DIR})
 endif(TIZEN_BUILD)
diff --git a/apps_img_web_default_4x2.png b/apps_img_web_default_4x2.png
deleted file mode 100644 (file)
index 63bf761..0000000
Binary files a/apps_img_web_default_4x2.png and /dev/null differ
index 04653fc94741bfa73176cdf8209baa2d32f97b88..6cea81229b442708e8e6203ddeaa69b2f79f3f0d 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" landscape-effectimage="@ICONDIR@/apps_img_web_default_4x2.png">
+    <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true">
         <label>Internet</label>
                <icon>org.tizen.browser.png</icon>
                <label xml:lang="ar-ae">الإنترنت</label>
index b8a502f0f29b597138fb0905e88e041210f074d8..ca128fb88035e5ee63abc9b21b50a2ccba77c3e4 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" landscape-effectimage="@ICONDIR@/apps_img_web_default_4x2.png">
+    <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/browser" nodisplay="false" multiple="false" type="capp" taskmanage="true">
         <label>Internet</label>
         <icon>org.tizen.browser.png</icon>
         <label xml:lang="ar-ae">الإنترنت</label>
index 432419a9290f87097c7458c12c32f998bce943fb..2a4c2a2147d6dde35a7ae4c0f8a141042ce6b252 100755 (executable)
@@ -117,7 +117,6 @@ cd %{_build_dir}
 %files
 %manifest org.tizen.browser.manifest
 %{_icondir}/org.tizen.browser.png
-%{_icondir}/apps_img_web_default_4x2.png
 %{_manifestdir}/%{name}.xml
 %defattr(-,root,root,-)
 %{_appdir}/bin/browser
index f404cbae5c4099df1d4c11809a26517c4fea4c7f..a93fbbf61d24404c6f621096036ec497559fba15 100644 (file)
@@ -11,7 +11,6 @@ add_library(${PROJECT_NAME} SHARED ${PlatformInputManager_SRCS})
 
 if(TIZEN_BUILD)
     target_link_libraries(${PROJECT_NAME} ${pkgs_LDFLAGS})
-    target_link_libraries(${PROJECT_NAME} boost_thread)
 endif(TIZEN_BUILD)
 
 install(TARGETS ${PROJECT_NAME}
index 30f7bc11bff8e0eeba3f700f4a5140853999040b..4bf9687a2e930ea5d4615fa6d29250e1ae568163 100644 (file)
@@ -15,8 +15,6 @@ include_directories(${CMAKE_SOURCE_DIR})
 add_library(${PROJECT_NAME} SHARED ${WebEngineService_SRCS})
 target_link_libraries(${PROJECT_NAME} ${EFL_LDFLAGS})
 target_link_libraries(${PROJECT_NAME} ${EWEBKIT2_LDFLAGS})
-target_link_libraries(${PROJECT_NAME} boost_regex)
-target_link_libraries(${PROJECT_NAME} boost_thread)
 
 install(TARGETS ${PROJECT_NAME}
             LIBRARY DESTINATION services