tizen 2.3.1 release submit/tizen_2.3.1/20150915.091107 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 16:33:56 +0000 (01:33 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 16:33:56 +0000 (01:33 +0900)
commita212bb7e4a678888655efd1cd28f61b1118111bc
treea29a4e1a57daf6cda09309791e0baa3bbbdfdf30
parentb8d2691b857f1f182ecca3fbc6091cdcc8d6e0ed
tizen 2.3.1 release
341 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
clean.sh [new file with mode: 0755]
config.dtd [new file with mode: 0644]
dir-struct.py [new file with mode: 0755]
packaging/wrt-plugins-common.spec [new file with mode: 0644]
pkgconfigs/wrt-dispatch-event.pc.in [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 [new file with mode: 0644]
pkgconfigs/wrt-plugins-commons.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-filesystem.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-ipc-message.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-plugin-manager.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-widget-interface.pc.in [new file with mode: 0644]
pkgconfigs/wrt-plugins-widgetdb.pc.in [new file with mode: 0644]
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 [new file with mode: 0644]
src/Commons/Base64.cpp [new file with mode: 0644]
src/Commons/Base64.h [new file with mode: 0644]
src/Commons/CMakeLists.txt [new file with mode: 0644]
src/Commons/DESCRIPTION [new file with mode: 0644]
src/Commons/Deprecated.h [new file with mode: 0644]
src/Commons/Dimension.h [new file with mode: 0644]
src/Commons/Emitters.h [new file with mode: 0644]
src/Commons/EventListener.h [new file with mode: 0644]
src/Commons/EventReceiver.h [new file with mode: 0644]
src/Commons/Exception.h [new file with mode: 0644]
src/Commons/FunctionDeclaration.h [new file with mode: 0644]
src/Commons/FunctionDefinition.cpp [new file with mode: 0644]
src/Commons/FunctionDefinition.h [new file with mode: 0644]
src/Commons/IEvent.h [new file with mode: 0644]
src/Commons/IExternEventCanceler.h [new file with mode: 0644]
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: 0755]
src/Commons/JSObjectDeclaration.h [new file with mode: 0644]
src/Commons/ListenerEvent.h [new file with mode: 0644]
src/Commons/ListenerEventEmitter.h [new file with mode: 0644]
src/Commons/Range.h [new file with mode: 0644]
src/Commons/Regex.cpp [new file with mode: 0644]
src/Commons/Regex.h [new file with mode: 0644]
src/Commons/RegexPatterns.h [new file with mode: 0644]
src/Commons/RegexUtils.cpp [new file with mode: 0644]
src/Commons/RegexUtils.h [new file with mode: 0644]
src/Commons/StaticAssert.h [new file with mode: 0644]
src/Commons/StringBuilder.cpp [new file with mode: 0644]
src/Commons/StringBuilder.h [new file with mode: 0644]
src/Commons/StringUtils.cpp [new file with mode: 0644]
src/Commons/StringUtils.h [new file with mode: 0644]
src/Commons/ThreadPool.cpp [new file with mode: 0644]
src/Commons/ThreadPool.h [new file with mode: 0644]
src/Commons/TimeUtils.cpp [new file with mode: 0644]
src/Commons/TimeUtils.h [new file with mode: 0644]
src/Commons/TypeTraits.h [new file with mode: 0644]
src/Commons/TypesDeclaration.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 [new file with mode: 0644]
src/CommonsJavaScript/CMakeLists.txt [new file with mode: 0755]
src/CommonsJavaScript/Converter.cpp [new file with mode: 0644]
src/CommonsJavaScript/Converter.h [new file with mode: 0644]
src/CommonsJavaScript/DESCRIPTION [new file with mode: 0644]
src/CommonsJavaScript/DOMExceptionData.cpp [new file with mode: 0644]
src/CommonsJavaScript/DOMExceptionData.h [new file with mode: 0644]
src/CommonsJavaScript/JSCallbackManager.cpp [new file with mode: 0644]
src/CommonsJavaScript/JSCallbackManager.h [new file with mode: 0644]
src/CommonsJavaScript/JSDOMException.cpp [new file with mode: 0644]
src/CommonsJavaScript/JSDOMException.h [new file with mode: 0644]
src/CommonsJavaScript/JSDOMExceptionFactory.cpp [new file with mode: 0644]
src/CommonsJavaScript/JSDOMExceptionFactory.h [new file with mode: 0644]
src/CommonsJavaScript/JSPendingOperation.cpp [new file with mode: 0644]
src/CommonsJavaScript/JSPendingOperation.h [new file with mode: 0644]
src/CommonsJavaScript/JSPendingOperationPrivateObject.h [new file with mode: 0644]
src/CommonsJavaScript/JSUtils.cpp [new file with mode: 0644]
src/CommonsJavaScript/JSUtils.h [new file with mode: 0644]
src/CommonsJavaScript/PrivateObject.h [new file with mode: 0644]
src/CommonsJavaScript/ScopedJSStringRef.cpp [new file with mode: 0644]
src/CommonsJavaScript/ScopedJSStringRef.h [new file with mode: 0644]
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.cpp [new file with mode: 0644]
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.h [new file with mode: 0644]
src/CommonsJavaScript/Security/StaticDeclaration.h [new file with mode: 0644]
src/CommonsJavaScript/SecurityExceptions.h [new file with mode: 0644]
src/CommonsJavaScript/SupportPendingOperation.h [new file with mode: 0644]
src/CommonsJavaScript/Utils.h [new file with mode: 0644]
src/CommonsJavaScript/Validator.cpp [new file with mode: 0644]
src/CommonsJavaScript/Validator.h [new file with mode: 0644]
src/DESCRIPTION [new file with mode: 0644]
src/dispatch-event/CMakeLists.txt [new file with mode: 0644]
src/dispatch-event/dispatch_event_support.cpp [new file with mode: 0644]
src/dispatch-event/dispatch_event_support.h [new file with mode: 0644]
src/js-overlay/CMakeLists.txt [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.h [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSStorageEvent.cpp [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSStorageEvent.h [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSTizenServiceEvent.cpp [new file with mode: 0644]
src/js-overlay/deprecated/JSClass/JSTizenServiceEvent.h [new file with mode: 0644]
src/js-overlay/deprecated/js_iframe_support.cpp [new file with mode: 0755]
src/js-overlay/deprecated/js_iframe_support.h [new file with mode: 0755]
src/js-overlay/deprecated/js_overlay_addEventListener.cpp [new file with mode: 0755]
src/js-overlay/deprecated/js_overlay_addEventListener.h [new file with mode: 0755]
src/js-overlay/deprecated/js_overlay_support.cpp [new file with mode: 0644]
src/js-overlay/deprecated/js_overlay_support.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_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_types.h [new file with mode: 0644]
src/modules/API/CMakeLists.txt [new file with mode: 0644]
src/modules/API/DESCRIPTION [new file with mode: 0644]
src/modules/API/Filesystem/Enums.h [new file with mode: 0644]
src/modules/API/Filesystem/EventCopy.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventCopy.h [new file with mode: 0644]
src/modules/API/Filesystem/EventFind.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventFind.h [new file with mode: 0644]
src/modules/API/Filesystem/EventListNodes.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventListNodes.h [new file with mode: 0644]
src/modules/API/Filesystem/EventMove.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventMove.h [new file with mode: 0644]
src/modules/API/Filesystem/EventOpen.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventOpen.h [new file with mode: 0644]
src/modules/API/Filesystem/EventReadText.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventReadText.h [new file with mode: 0644]
src/modules/API/Filesystem/EventRemove.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventRemove.h [new file with mode: 0644]
src/modules/API/Filesystem/EventResolve.cpp [new file with mode: 0644]
src/modules/API/Filesystem/EventResolve.h [new file with mode: 0644]
src/modules/API/Filesystem/IManager.cpp [new file with mode: 0644]
src/modules/API/Filesystem/IManager.h [new file with mode: 0644]
src/modules/API/Filesystem/INode.cpp [new file with mode: 0644]
src/modules/API/Filesystem/INode.h [new file with mode: 0644]
src/modules/API/Filesystem/INodeTypes.h [new file with mode: 0644]
src/modules/API/Filesystem/IPath.cpp [new file with mode: 0644]
src/modules/API/Filesystem/IPath.h [new file with mode: 0644]
src/modules/API/Filesystem/IStream.cpp [new file with mode: 0644]
src/modules/API/Filesystem/IStream.h [new file with mode: 0644]
src/modules/API/Filesystem/NodeFilter.cpp [new file with mode: 0644]
src/modules/API/Filesystem/NodeFilter.h [new file with mode: 0644]
src/modules/API/Filesystem/PathUtils.cpp [new file with mode: 0644]
src/modules/API/Filesystem/PathUtils.h [new file with mode: 0644]
src/modules/API/Filesystem/config.cmake [new file with mode: 0644]
src/modules/API/LocalStorage/ILocalStorage.h [new file with mode: 0644]
src/modules/API/LocalStorage/LocalStorageMgr.cpp [new file with mode: 0644]
src/modules/API/LocalStorage/LocalStorageMgr.h [new file with mode: 0644]
src/modules/API/LocalStorage/config.cmake [new file with mode: 0644]
src/modules/API/PluginManager/IPluginManager.h [new file with mode: 0644]
src/modules/API/PluginManager/PluginManagerFactory.cpp [new file with mode: 0644]
src/modules/API/PluginManager/PluginManagerFactory.h [new file with mode: 0644]
src/modules/API/PluginManager/config.cmake [new file with mode: 0644]
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/StorageEvent/IStorageEvent.h [new file with mode: 0644]
src/modules/API/StorageEvent/StorageEvent.cpp [new file with mode: 0644]
src/modules/API/StorageEvent/StorageEvent.h [new file with mode: 0644]
src/modules/API/StorageEvent/StorageEventMgr.cpp [new file with mode: 0644]
src/modules/API/StorageEvent/StorageEventMgr.h [new file with mode: 0644]
src/modules/API/StorageEvent/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/IWidget.h [new file with mode: 0644]
src/modules/API/Widget/WidgetFactory.cpp [new file with mode: 0644]
src/modules/API/Widget/WidgetFactory.h [new file with mode: 0644]
src/modules/API/Widget/config.cmake [new file with mode: 0644]
src/modules/API/WidgetDB/IWidgetDB.h [new file with mode: 0644]
src/modules/API/WidgetDB/IWidgetFeature.h [new file with mode: 0644]
src/modules/API/WidgetDB/WidgetDBMgr.cpp [new file with mode: 0644]
src/modules/API/WidgetDB/WidgetDBMgr.h [new file with mode: 0644]
src/modules/API/WidgetDB/config.cmake [new file with mode: 0644]
src/modules/API/config.cmake [new file with mode: 0644]
src/modules/CMakeLists.txt [new file with mode: 0644]
src/modules/DESCRIPTION [new file with mode: 0644]
src/modules/packages/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/Filesystem/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/LocalStorage/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/PluginManager/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/SoftKeyboardChangeEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/StorageEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/TizenServiceEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/Widget/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/WidgetDB/CMakeLists.txt [new file with mode: 0644]
src/modules/packages/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src/modules/tizen/CMakeLists.txt [new file with mode: 0644]
src/modules/tizen/DESCRIPTION [new file with mode: 0644]
src/modules/tizen/Filesystem/Manager.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/Manager.h [new file with mode: 0644]
src/modules/tizen/Filesystem/Node.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/Node.h [new file with mode: 0644]
src/modules/tizen/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/NodeFilterMatcher.h [new file with mode: 0644]
src/modules/tizen/Filesystem/Path.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/Path.h [new file with mode: 0644]
src/modules/tizen/Filesystem/Stream.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/Stream.h [new file with mode: 0644]
src/modules/tizen/Filesystem/Utils.cpp [new file with mode: 0644]
src/modules/tizen/Filesystem/Utils.h [new file with mode: 0644]
src/modules/tizen/Filesystem/config.cmake [new file with mode: 0644]
src/modules/tizen/PluginManager/PluginManager.cpp [new file with mode: 0644]
src/modules/tizen/PluginManager/PluginManager.h [new file with mode: 0644]
src/modules/tizen/PluginManager/config.cmake [new file with mode: 0644]
src/modules/tizen/Widget/Property.h [new file with mode: 0644]
src/modules/tizen/Widget/Widget.cpp [new file with mode: 0644]
src/modules/tizen/Widget/Widget.h [new file with mode: 0644]
src/modules/tizen/Widget/config.cmake [new file with mode: 0644]
src/modules/tizen/WidgetDB/WidgetDB.cpp [new file with mode: 0644]
src/modules/tizen/WidgetDB/WidgetDB.h [new file with mode: 0644]
src/modules/tizen/WidgetDB/WidgetFeature.cpp [new file with mode: 0644]
src/modules/tizen/WidgetDB/WidgetFeature.h [new file with mode: 0644]
src/modules/tizen/WidgetDB/config.cmake [new file with mode: 0644]
src/modules/tizen/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src/modules/tizen/WidgetInterface/WidgetInterface.cpp [new file with mode: 0644]
src/modules/tizen/WidgetInterface/WidgetInterface.h [new file with mode: 0644]
src/modules/tizen/WidgetInterface/config.cmake [new file with mode: 0644]
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/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: 0644]
src/plugins-installer/wrt_plugins_installer.cpp [new file with mode: 0644]
src/plugins-ipc-message/CMakeLists.txt [new file with mode: 0644]
src/plugins-ipc-message/ipc_message_support.cpp [new file with mode: 0644]
src/plugins-ipc-message/ipc_message_support.h [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: 0644]
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/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: 0755]
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 [new file with mode: 0644]
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]
uncrustify.cfg [new file with mode: 0644]
uncrustify.sh [new file with mode: 0755]
wrt-plugins-common.manifest [new file with mode: 0644]
wrt-plugins-common.map [new file with mode: 0644]
wrt-popup-ace-runtime.efl [new file with mode: 0644]
wrt-popup-wrt-runtime.efl [new file with mode: 0644]