Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 17:05:51 +0000 (02:05 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 17:05:51 +0000 (02:05 +0900)
commitafa7fe810d3cee7ce1dfabebac91e97da9ea34dc
tree2434bbf9139987820aa5af9545e1a0eb53bea659
parent9c61c076f198660f9d9683fc1f091cbc95b3286b
Tizen 2.1 base
229 files changed:
CMakeLists.txt
clean.sh
config.dtd [new file with mode: 0644]
debian/changelog [changed mode: 0755->0644]
debian/control
debian/rules
debian/wrt-plugins-common-dev.install.in
debian/wrt-plugins-common.install.in
debian/wrt-plugins-common.postinst.in [changed mode: 0755->0644]
packaging/wrt-plugins-common.spec [new file with mode: 0644]
pkgconfigs/wrt-plugin-js-overlay.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugin-loading.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-api-support.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-commons-javascript.pc.in
pkgconfigs/wrt-plugins-commons.pc.in
pkgconfigs/wrt-plugins-filesystem.pc.in
pkgconfigs/wrt-plugins-plugin-manager.pc.in
pkgconfigs/wrt-plugins-widget-interface-dao.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-widgetdb.pc.in
pkgconfigs/wrt-popup-ace-runner.pc.in [new file with mode: 0644]
pkgconfigs/wrt-popup-runner.pc.in [new file with mode: 0644]
pkgconfigs/wrt-popup-wrt-runner.pc.in [new file with mode: 0644]
src/CMakeLists.txt
src/Commons/CMakeLists.txt [changed mode: 0755->0644]
src/Commons/EventReceiver.h
src/Commons/FunctionDeclaration.h
src/Commons/IEvent.h
src/Commons/JSObject.cpp [new file with mode: 0644]
src/Commons/JSObject.h [new file with mode: 0644]
src/Commons/JSObjectDeclaration.cpp [new file with mode: 0644]
src/Commons/JSObjectDeclaration.h [new file with mode: 0644]
src/Commons/StringUtils.cpp
src/Commons/StringUtils.h
src/Commons/ThreadPool.cpp
src/Commons/ThreadPool.h
src/Commons/TimeUtils.cpp [new file with mode: 0644]
src/Commons/TimeUtils.h [new file with mode: 0644]
src/Commons/WrtAccess/WrtAccess.cpp [new file with mode: 0644]
src/Commons/WrtAccess/WrtAccess.h [new file with mode: 0644]
src/Commons/WrtAccess/config.cmake [new file with mode: 0644]
src/Commons/plugin_initializer_def.h
src/CommonsJavaScript/CMakeLists.txt
src/CommonsJavaScript/Converter.cpp [changed mode: 0755->0644]
src/CommonsJavaScript/Converter.h [changed mode: 0755->0644]
src/CommonsJavaScript/JSCallbackManager.cpp
src/CommonsJavaScript/JSCallbackManager.h
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.cpp
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.h
src/CommonsJavaScript/Security/StaticDeclaration.h
src/js-overlay/CMakeLists.txt [new file with mode: 0644]
src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.h [new file with mode: 0644]
src/js-overlay/JSClass/JSStorageEvent.cpp [new file with mode: 0644]
src/js-overlay/JSClass/JSStorageEvent.h [new file with mode: 0644]
src/js-overlay/JSClass/JSTizenServiceEvent.cpp [new file with mode: 0644]
src/js-overlay/JSClass/JSTizenServiceEvent.h [new file with mode: 0644]
src/js-overlay/js_function_manager.cpp [new file with mode: 0644]
src/js-overlay/js_function_manager.h [new file with mode: 0644]
src/js-overlay/js_iframe_support.cpp [new file with mode: 0644]
src/js-overlay/js_iframe_support.h [new file with mode: 0644]
src/js-overlay/js_overlay_addEventListener.cpp [new file with mode: 0644]
src/js-overlay/js_overlay_addEventListener.h [new file with mode: 0644]
src/js-overlay/js_overlay_functions.cpp [new file with mode: 0644]
src/js-overlay/js_overlay_functions.h [new file with mode: 0644]
src/js-overlay/js_overlay_support.cpp [new file with mode: 0644]
src/js-overlay/js_overlay_support.h [new file with mode: 0644]
src/js-overlay/js_overlay_types.h [new file with mode: 0644]
src/modules/API/CMakeLists.txt
src/modules/API/Filesystem/IManager.cpp
src/modules/API/Filesystem/IManager.h
src/modules/API/LocalStorage/ILocalStorage.h
src/modules/API/PluginManager/PluginManagerFactory.cpp
src/modules/API/PluginManager/PluginManagerFactory.h
src/modules/API/SoftKeyboardChangeEvent/ISoftKeyboardChangeEvent.h [new file with mode: 0644]
src/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.h [new file with mode: 0644]
src/modules/API/SoftKeyboardChangeEvent/config.cmake [new file with mode: 0644]
src/modules/API/TizenServiceEvent/ITizenServiceEvent.h [new file with mode: 0644]
src/modules/API/TizenServiceEvent/TizenServiceEvent.cpp [new file with mode: 0644]
src/modules/API/TizenServiceEvent/TizenServiceEvent.h [new file with mode: 0644]
src/modules/API/TizenServiceEvent/config.cmake [new file with mode: 0644]
src/modules/API/Widget/WidgetFactory.cpp
src/modules/API/Widget/WidgetFactory.h
src/modules/API/WidgetDB/IWidgetFeature.h
src/modules/API/config.cmake [new file with mode: 0644]
src/modules/packages/CMakeLists.txt
src/modules/packages/Filesystem/CMakeLists.txt
src/modules/packages/LocalStorage/CMakeLists.txt
src/modules/packages/Networking/CMakeLists.txt
src/modules/packages/PluginManager/CMakeLists.txt
src/modules/packages/SoftKeyboardChangeEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/StorageEvent/CMakeLists.txt
src/modules/packages/TizenServiceEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/Widget/CMakeLists.txt
src/modules/packages/WidgetDB/CMakeLists.txt
src/modules/packages/WidgetInterfaceDAO/CMakeLists.txt
src/modules/tizen/CMakeLists.txt
src/modules/tizen/DEPRACATED/Camera-Webkit/Camera.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Camera-Webkit/Camera.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Camera-Webkit/CameraManager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Camera-Webkit/CameraManager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Camera-Webkit/config.cmake [new file with mode: 0644]
src/modules/tizen/Filesystem/Manager.cpp
src/modules/tizen/Filesystem/Manager.h
src/modules/tizen/Filesystem/Node.cpp
src/modules/tizen/Filesystem/config.cmake
src/modules/tizen/PluginManager/PluginManager.cpp
src/modules/tizen/PluginManager/PluginManager.h
src/modules/tizen/PluginManager/config.cmake
src/modules/tizen/Widget/Widget.cpp
src/modules/tizen/Widget/Widget.h
src/modules/tizen/WidgetDB/WidgetDB.cpp [changed mode: 0755->0644]
src/modules/tizen/WidgetDB/WidgetFeature.cpp
src/modules/tizen/WidgetDB/config.cmake
src/modules/tizen/WidgetInterfaceDAO/CMakeLists.txt
src/modules/tizen/WidgetInterfaceDAO/WidgetInterfaceDAO.cpp
src/modules/tizen/WidgetInterfaceDAO/WidgetInterfaceDAO.h
src/modules/tizen/config.cmake [new file with mode: 0644]
src/plugin-loading/CMakeLists.txt [new file with mode: 0644]
src/plugin-loading/explorer.cpp [new file with mode: 0644]
src/plugin-loading/explorer.h [new file with mode: 0644]
src/plugin-loading/javascript_interface.cpp [new file with mode: 0644]
src/plugin-loading/javascript_interface.h [new file with mode: 0644]
src/plugin-loading/js_page_session.cpp [new file with mode: 0644]
src/plugin-loading/js_page_session.h [new file with mode: 0644]
src/plugin-loading/js_types.h [new file with mode: 0644]
src/plugin-loading/plugin.cpp [new file with mode: 0644]
src/plugin-loading/plugin.h [new file with mode: 0644]
src/plugin-loading/plugin_container_support.cpp [new file with mode: 0644]
src/plugin-loading/plugin_container_support.h [new file with mode: 0644]
src/plugin-loading/plugin_iframe_support.cpp [new file with mode: 0644]
src/plugin-loading/plugin_iframe_support.h [new file with mode: 0644]
src/plugin-loading/plugin_logic.cpp [new file with mode: 0644]
src/plugin-loading/plugin_logic.h [new file with mode: 0644]
src/plugin-loading/plugin_model.cpp [new file with mode: 0644]
src/plugin-loading/plugin_model.h [new file with mode: 0644]
src/plugin-loading/plugin_property_support.cpp [new file with mode: 0644]
src/plugin-loading/plugin_property_support.h [new file with mode: 0644]
src/plugins-api-support/CMakeLists.txt [new file with mode: 0644]
src/plugins-api-support/CallbackSupport.h [new file with mode: 0644]
src/plugins-api-support/ExportedApi.h [new file with mode: 0644]
src/plugins-api-support/IObject.h [new file with mode: 0644]
src/plugins-api-support/IObject_cast.h [new file with mode: 0644]
src/plugins-api-support/Object.cpp [new file with mode: 0644]
src/plugins-api-support/Object.h [new file with mode: 0644]
src/plugins-api-support/ObjectFactory.cpp [new file with mode: 0644]
src/plugins-api-support/ObjectFactory.h [new file with mode: 0644]
src/plugins-api-support/Plugin.cpp [new file with mode: 0644]
src/plugins-api-support/Plugin.h [new file with mode: 0644]
src/plugins-api-support/PluginRegistration.cpp [new file with mode: 0644]
src/plugins-api-support/PluginRegistration.h [new file with mode: 0644]
src/plugins-api-support/PluginRegistrationImpl.h [new file with mode: 0644]
src/plugins-api-support/PluginRegistry.cpp [new file with mode: 0644]
src/plugins-api-support/PluginRegistry.h [new file with mode: 0644]
src/plugins-api-support/PluginSignals.h [new file with mode: 0644]
src/plugins-api-support/SignalSignature.h [new file with mode: 0644]
src/plugins-api-support/SignalsSupport.h [new file with mode: 0644]
src/plugins-api-support/SoFeatures.h [new file with mode: 0644]
src/plugins-api-support/detail/traits.h [new file with mode: 0644]
src/plugins-api-support/js_types.h [new file with mode: 0644]
src/plugins-api-support/traits.h [new file with mode: 0644]
src/plugins-api-support/tuple.h [new file with mode: 0644]
src/plugins-installer/CMakeLists.txt [new file with mode: 0644]
src/plugins-installer/DESCRIPTION [new file with mode: 0644]
src/plugins-installer/plugin_installer.cpp [new file with mode: 0644]
src/plugins-installer/plugin_installer.h [new file with mode: 0644]
src/plugins-installer/plugin_installer_errors.h [new file with mode: 0644]
src/plugins-installer/plugin_installer_types.h [new file with mode: 0644]
src/plugins-installer/plugin_metafile_reader.cpp [new file with mode: 0644]
src/plugins-installer/plugin_metafile_reader.h [new file with mode: 0644]
src/plugins-installer/plugin_objects.cpp [new file with mode: 0644]
src/plugins-installer/plugin_objects.h [new file with mode: 0644]
src/plugins-installer/plugin_utils.cpp [new file with mode: 0644]
src/plugins-installer/plugin_utils.h [new file with mode: 0755]
src/plugins-installer/wrt_plugins_installer.cpp [new file with mode: 0644]
src/standards/CMakeLists.txt [new file with mode: 0644]
src/standards/W3C/CMakeLists.txt [new file with mode: 0644]
src/standards/W3C/DESCRIPTION [new file with mode: 0644]
src/standards/W3C/Widget/CMakeLists.txt [new file with mode: 0755]
src/standards/W3C/Widget/JSPreferences.cpp [new file with mode: 0644]
src/standards/W3C/Widget/JSPreferences.h [new file with mode: 0644]
src/standards/W3C/Widget/JSWidget.cpp [new file with mode: 0644]
src/standards/W3C/Widget/JSWidget.h [new file with mode: 0644]
src/standards/W3C/Widget/plugin_config.cpp [new file with mode: 0644]
src/standards/W3C/Widget/plugin_config.h [new file with mode: 0644]
src/standards/W3C/Widget/plugin_initializer.cpp [new file with mode: 0644]
src/standards/standard-features-list [new file with mode: 0644]
src/wrt-popup/CMakeLists.txt [new file with mode: 0755]
src/wrt-popup/ace/CMakeLists.txt [new file with mode: 0755]
src/wrt-popup/ace/popup-bin/CMakeLists.txt [new file with mode: 0644]
src/wrt-popup/ace/popup-bin/Popup.cpp [new file with mode: 0644]
src/wrt-popup/ace/popup-bin/Popup.h [new file with mode: 0644]
src/wrt-popup/ace/popup-runner/CMakeLists.txt [new file with mode: 0644]
src/wrt-popup/ace/popup-runner/popup-runner.cpp [new file with mode: 0644]
src/wrt-popup/ace/popup-runner/popup-runner.h [new file with mode: 0644]
src/wrt-popup/wrt/CMakeLists.txt [new file with mode: 0755]
src/wrt-popup/wrt/PopupEnum.h [new file with mode: 0644]
src/wrt-popup/wrt/PopupSerializer.cpp [new file with mode: 0644]
src/wrt-popup/wrt/PopupSerializer.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/CMakeLists.txt [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/InfoPopup.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/InfoPopup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoPopup.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoPopup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/evas_object.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/evas_object.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_object.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/wrt-popup.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/wrt-popup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-runner/CMakeLists.txt [new file with mode: 0644]
src/wrt-popup/wrt/popup-runner/PopupInvoker.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-runner/PopupInvoker.h [new file with mode: 0644]
tests/CMakeLists.txt
tests/CMakeUtils.txt [new file with mode: 0644]
tests/dao/CMakeLists.txt [new file with mode: 0644]
tests/dao/README [new file with mode: 0644]
tests/dao/TestInit.cpp [new file with mode: 0644]
tests/dao/WidgetDBTest.cpp [new file with mode: 0644]
tests/dao/widgetdb_tests_prepare_db.sh [new file with mode: 0755]
wrt-plugins-common.manifest [new file with mode: 0644]