[Release] wrt_0.8.251
authorsung-su.kim <sung-su.kim@samsung.com>
Fri, 26 Jul 2013 01:53:50 +0000 (10:53 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 05:37:42 +0000 (14:37 +0900)
commite5f0d430760f1a3d6ebdb7b327530bc804f356a9
tree2d0e806f83bb76e317079980d8b8e243be674fae
parentd9ef7c6ecc8f6eed4369ab0486749adb7881b3d9
[Release] wrt_0.8.251

Change-Id: I539642f74159813695092410932a13f809b91db4
131 files changed:
CMakeLists.txt
data/Platform.edc [deleted file]
data/Wrt.edc [moved from data/Daemon.edc with 68% similarity]
data/images/backward_1.png [deleted file]
data/images/backward_2.png [deleted file]
data/wrt_theme.edc [deleted file]
packaging/wrt.spec
po/CMakeLists.txt
po/ar.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de_DE.po
po/el_GR.po
po/en.po
po/en_PH.po
po/en_US.po
po/es_ES.po
po/es_MX.po
po/et.po
po/eu.po
po/fi.po
po/fr_CA.po
po/fr_FR.po
po/ga.po
po/gl.po
po/hi.po
po/hr.po
po/hu.po
po/hy.po
po/is.po
po/it_IT.po
po/ja_JP.po
po/ka.po
po/kk.po
po/ko_KR.po
po/lt.po
po/lv.po
po/mk.po
po/nb.po
po/nl_NL.po
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru_RU.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr_TR.po
po/uk.po
po/uz.po
po/zh_CN.po
po/zh_HK.po
po/zh_SG.po
po/zh_TW.po
src/CMakeLists.txt
src/api_new/CMakeLists.txt
src/api_new/core_module.cpp
src/api_new/core_module.h
src/api_new/i_runnable_widget_object.h
src/api_new/runnable_widget_object.cpp
src/api_new/runnable_widget_object.h
src/api_new/user_delegates.h
src/domain/application_data.cpp [moved from src/view/common/application_data.cpp with 97% similarity]
src/domain/application_data.h [moved from src/view/common/application_data.h with 100% similarity]
src/domain/widget_data_types.cpp
src/domain/widget_data_types.h
src/domain/widget_deserialize_model.cpp
src/domain/widget_string.h
src/domain/wrt_log.h [deleted file]
src/plugin-service/CMakeLists.txt
src/plugin-service/wrt_plugin_module.cpp
src/view/CMakeLists.txt
src/view/common/CMakeLists.txt
src/view/common/application_launcher.cpp
src/view/common/application_launcher.h
src/view/common/scheme.cpp
src/view/common/scheme_action_map.cpp
src/view/common/view_logic_apps_support.cpp
src/view/common/view_logic_certificate_support.cpp
src/view/common/view_logic_security_origin_support.cpp
src/view/common/view_logic_service_support.cpp [moved from src/view/webkit/view_logic_service_support.cpp with 100% similarity]
src/view/common/view_logic_service_support.h [moved from src/view/webkit/view_logic_service_support.h with 100% similarity]
src/view/common/view_logic_uri_support.cpp
src/view/context_manager.cpp [new file with mode: 0644]
src/view/i_context_manager.h [moved from src/api_new/abstract_context_manager.h with 78% similarity]
src/view/webkit/CMakeLists.txt
src/view/webkit/ewk_context_manager.cpp [moved from src/api_new/ewk_context_manager.cpp with 87% similarity]
src/view/webkit/ewk_context_manager.h [moved from src/api_new/ewk_context_manager.h with 92% similarity]
src/view/webkit/injected-bundle/CMakeLists.txt
src/view/webkit/injected-bundle/injected_bundle_decryption_support.cpp
src/view/webkit/injected-bundle/injected_bundle_uri_handling.cpp
src/view/webkit/injected-bundle/injected_bundle_uri_handling.h
src/view/webkit/injected-bundle/injected_bundle_viewmodes_support.cpp
src/view/webkit/injected-bundle/wrt-injected-bundle.cpp
src/view/webkit/injected-bundle/wrt-injected-bundle.h
src/view/webkit/view_logic.cpp
src/view/webkit/view_logic.h
src/view/webkit/view_logic_authentication_challenge_support.cpp
src/view/webkit/view_logic_geolocation_support.cpp
src/view/webkit/view_logic_orientation_support.cpp
src/view/webkit/view_logic_scheme_support.cpp
src/view/webkit/view_logic_web_notification_support.cpp
src/wrt-client/CMakeLists.txt
src/wrt-client/auto_rotation_support.cpp
src/wrt-client/client_command_line_parser.cpp [new file with mode: 0644]
src/wrt-client/client_command_line_parser.h [new file with mode: 0644]
src/wrt-client/client_ide_support.cpp [new file with mode: 0644]
src/wrt-client/client_ide_support.h [new file with mode: 0644]
src/wrt-client/splash_screen_support.cpp
src/wrt-client/window_data.cpp
src/wrt-client/window_data.h
src/wrt-client/wrt-client.cpp
src/wrt-client/wrt-client.h
src/wrt-launchpad-daemon/CMakeLists.txt
src/wrt-launchpad-daemon/launchpad_src/launchpad.c
src/wrt-launchpad-daemon/src/app_sock.c
src/wrt-launchpad-daemon/src/process_pool.c
src/wrt-launchpad-daemon/wrt_launchpad_run.sh [deleted file]
systemd/wrt_launchpad_daemon@.service [moved from packaging/wrt_launchpad_daemon@.service with 97% similarity]
systemd/wrt_launchpad_daemon_1.socket [new file with mode: 0644]
systemd/wrt_launchpad_daemon_2.socket [new file with mode: 0644]
tests/widgets/TestInit.cpp
tests/widgets/common/include/mock/MockContextManager.h
tests/widgets/common/src/RunnableObjectStateTester.cpp
tests/widgets/common/src/mock/MockContextManager.cpp
wrt_env.sh