Initialize Tizen 2.3 tizen_2.3 2.3a_release submit/tizen_2.3/20140531.114601
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:20:13 +0000 (13:20 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:20:13 +0000 (13:20 +0900)
commitfe548f9bffccece67e7f0040114602d17045d4ef
tree4524fbbeccc07b5dc95896be86420787e2d2f152
Initialize Tizen 2.3
673 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_mobile/CMakeLists.txt [new file with mode: 0644]
src_mobile/Commons/Base64.cpp [new file with mode: 0644]
src_mobile/Commons/Base64.h [new file with mode: 0644]
src_mobile/Commons/CMakeLists.txt [new file with mode: 0644]
src_mobile/Commons/DESCRIPTION [new file with mode: 0644]
src_mobile/Commons/Deprecated.h [new file with mode: 0644]
src_mobile/Commons/Dimension.h [new file with mode: 0644]
src_mobile/Commons/Emitters.h [new file with mode: 0644]
src_mobile/Commons/EventListener.h [new file with mode: 0644]
src_mobile/Commons/EventReceiver.h [new file with mode: 0644]
src_mobile/Commons/Exception.h [new file with mode: 0644]
src_mobile/Commons/FunctionDeclaration.h [new file with mode: 0644]
src_mobile/Commons/FunctionDefinition.cpp [new file with mode: 0644]
src_mobile/Commons/FunctionDefinition.h [new file with mode: 0644]
src_mobile/Commons/IEvent.h [new file with mode: 0644]
src_mobile/Commons/IExternEventCanceler.h [new file with mode: 0644]
src_mobile/Commons/JSObject.cpp [new file with mode: 0644]
src_mobile/Commons/JSObject.h [new file with mode: 0644]
src_mobile/Commons/JSObjectDeclaration.cpp [new file with mode: 0755]
src_mobile/Commons/JSObjectDeclaration.h [new file with mode: 0644]
src_mobile/Commons/ListenerEvent.h [new file with mode: 0644]
src_mobile/Commons/ListenerEventEmitter.h [new file with mode: 0644]
src_mobile/Commons/Range.h [new file with mode: 0644]
src_mobile/Commons/Regex.cpp [new file with mode: 0644]
src_mobile/Commons/Regex.h [new file with mode: 0644]
src_mobile/Commons/RegexPatterns.h [new file with mode: 0644]
src_mobile/Commons/RegexUtils.cpp [new file with mode: 0644]
src_mobile/Commons/RegexUtils.h [new file with mode: 0644]
src_mobile/Commons/StaticAssert.h [new file with mode: 0644]
src_mobile/Commons/StringBuilder.cpp [new file with mode: 0644]
src_mobile/Commons/StringBuilder.h [new file with mode: 0644]
src_mobile/Commons/StringUtils.cpp [new file with mode: 0644]
src_mobile/Commons/StringUtils.h [new file with mode: 0644]
src_mobile/Commons/ThreadPool.cpp [new file with mode: 0644]
src_mobile/Commons/ThreadPool.h [new file with mode: 0644]
src_mobile/Commons/TimeUtils.cpp [new file with mode: 0644]
src_mobile/Commons/TimeUtils.h [new file with mode: 0644]
src_mobile/Commons/TypeTraits.h [new file with mode: 0644]
src_mobile/Commons/TypesDeclaration.h [new file with mode: 0644]
src_mobile/Commons/WrtAccess/WrtAccess.cpp [new file with mode: 0644]
src_mobile/Commons/WrtAccess/WrtAccess.h [new file with mode: 0644]
src_mobile/Commons/WrtAccess/config.cmake [new file with mode: 0644]
src_mobile/Commons/plugin_initializer_def.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/CMakeLists.txt [new file with mode: 0755]
src_mobile/CommonsJavaScript/Converter.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/Converter.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/DESCRIPTION [new file with mode: 0644]
src_mobile/CommonsJavaScript/DOMExceptionData.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/DOMExceptionData.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSCallbackManager.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSCallbackManager.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSDOMException.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSDOMException.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSDOMExceptionFactory.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSDOMExceptionFactory.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSPendingOperation.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSPendingOperation.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSPendingOperationPrivateObject.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSUtils.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/JSUtils.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/PrivateObject.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/ScopedJSStringRef.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/ScopedJSStringRef.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/Security/SecurityFunctionDeclaration.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/Security/SecurityFunctionDeclaration.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/Security/StaticDeclaration.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/SecurityExceptions.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/SupportPendingOperation.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/Utils.h [new file with mode: 0644]
src_mobile/CommonsJavaScript/Validator.cpp [new file with mode: 0644]
src_mobile/CommonsJavaScript/Validator.h [new file with mode: 0644]
src_mobile/DESCRIPTION [new file with mode: 0644]
src_mobile/dispatch-event/CMakeLists.txt [new file with mode: 0644]
src_mobile/dispatch-event/dispatch_event_support.cpp [new file with mode: 0755]
src_mobile/dispatch-event/dispatch_event_support.h [new file with mode: 0644]
src_mobile/js-overlay/CMakeLists.txt [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.h [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSStorageEvent.cpp [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSStorageEvent.h [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSTizenServiceEvent.cpp [new file with mode: 0644]
src_mobile/js-overlay/deprecated/JSClass/JSTizenServiceEvent.h [new file with mode: 0644]
src_mobile/js-overlay/deprecated/js_iframe_support.cpp [new file with mode: 0755]
src_mobile/js-overlay/deprecated/js_iframe_support.h [new file with mode: 0755]
src_mobile/js-overlay/deprecated/js_overlay_addEventListener.cpp [new file with mode: 0755]
src_mobile/js-overlay/deprecated/js_overlay_addEventListener.h [new file with mode: 0755]
src_mobile/js-overlay/deprecated/js_overlay_support.cpp [new file with mode: 0644]
src_mobile/js-overlay/deprecated/js_overlay_support.h [new file with mode: 0644]
src_mobile/js-overlay/js_function_manager.cpp [new file with mode: 0644]
src_mobile/js-overlay/js_function_manager.h [new file with mode: 0644]
src_mobile/js-overlay/js_overlay_functions.cpp [new file with mode: 0644]
src_mobile/js-overlay/js_overlay_functions.h [new file with mode: 0644]
src_mobile/js-overlay/js_overlay_types.h [new file with mode: 0644]
src_mobile/modules/API/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/API/DESCRIPTION [new file with mode: 0644]
src_mobile/modules/API/Filesystem/Enums.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventCopy.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventCopy.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventFind.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventFind.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventListNodes.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventListNodes.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventMove.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventMove.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventOpen.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventOpen.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventReadText.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventReadText.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventRemove.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventRemove.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventResolve.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/EventResolve.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IManager.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IManager.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/INode.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/INode.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/INodeTypes.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IPath.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IPath.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IStream.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/IStream.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/NodeFilter.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/NodeFilter.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/PathUtils.cpp [new file with mode: 0644]
src_mobile/modules/API/Filesystem/PathUtils.h [new file with mode: 0644]
src_mobile/modules/API/Filesystem/config.cmake [new file with mode: 0644]
src_mobile/modules/API/LocalStorage/ILocalStorage.h [new file with mode: 0644]
src_mobile/modules/API/LocalStorage/LocalStorageMgr.cpp [new file with mode: 0644]
src_mobile/modules/API/LocalStorage/LocalStorageMgr.h [new file with mode: 0644]
src_mobile/modules/API/LocalStorage/config.cmake [new file with mode: 0644]
src_mobile/modules/API/Networking/EventConnected.cpp [new file with mode: 0644]
src_mobile/modules/API/Networking/EventConnected.h [new file with mode: 0644]
src_mobile/modules/API/Networking/EventDisconnected.cpp [new file with mode: 0644]
src_mobile/modules/API/Networking/EventDisconnected.h [new file with mode: 0644]
src_mobile/modules/API/Networking/IAdapter.cpp [new file with mode: 0644]
src_mobile/modules/API/Networking/IAdapter.h [new file with mode: 0644]
src_mobile/modules/API/Networking/IConnection.cpp [new file with mode: 0644]
src_mobile/modules/API/Networking/IConnection.h [new file with mode: 0644]
src_mobile/modules/API/Networking/IManager.cpp [new file with mode: 0644]
src_mobile/modules/API/Networking/IManager.h [new file with mode: 0644]
src_mobile/modules/API/Networking/config.cmake [new file with mode: 0644]
src_mobile/modules/API/PluginManager/IPluginManager.h [new file with mode: 0644]
src_mobile/modules/API/PluginManager/PluginManagerFactory.cpp [new file with mode: 0644]
src_mobile/modules/API/PluginManager/PluginManagerFactory.h [new file with mode: 0644]
src_mobile/modules/API/PluginManager/config.cmake [new file with mode: 0644]
src_mobile/modules/API/SoftKeyboardChangeEvent/ISoftKeyboardChangeEvent.h [new file with mode: 0644]
src_mobile/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src_mobile/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.h [new file with mode: 0644]
src_mobile/modules/API/SoftKeyboardChangeEvent/config.cmake [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/IStorageEvent.h [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/StorageEvent.cpp [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/StorageEvent.h [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/StorageEventMgr.cpp [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/StorageEventMgr.h [new file with mode: 0644]
src_mobile/modules/API/StorageEvent/config.cmake [new file with mode: 0644]
src_mobile/modules/API/TizenServiceEvent/ITizenServiceEvent.h [new file with mode: 0644]
src_mobile/modules/API/TizenServiceEvent/TizenServiceEvent.cpp [new file with mode: 0644]
src_mobile/modules/API/TizenServiceEvent/TizenServiceEvent.h [new file with mode: 0644]
src_mobile/modules/API/TizenServiceEvent/config.cmake [new file with mode: 0644]
src_mobile/modules/API/Widget/IWidget.h [new file with mode: 0644]
src_mobile/modules/API/Widget/WidgetFactory.cpp [new file with mode: 0644]
src_mobile/modules/API/Widget/WidgetFactory.h [new file with mode: 0644]
src_mobile/modules/API/Widget/config.cmake [new file with mode: 0644]
src_mobile/modules/API/WidgetDB/IWidgetDB.h [new file with mode: 0644]
src_mobile/modules/API/WidgetDB/IWidgetFeature.h [new file with mode: 0644]
src_mobile/modules/API/WidgetDB/WidgetDBMgr.cpp [new file with mode: 0644]
src_mobile/modules/API/WidgetDB/WidgetDBMgr.h [new file with mode: 0644]
src_mobile/modules/API/WidgetDB/config.cmake [new file with mode: 0644]
src_mobile/modules/API/config.cmake [new file with mode: 0644]
src_mobile/modules/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/DESCRIPTION [new file with mode: 0644]
src_mobile/modules/packages/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/Filesystem/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/LocalStorage/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/Networking/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/PluginManager/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/SoftKeyboardChangeEvent/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/StorageEvent/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/TizenServiceEvent/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/Widget/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/WidgetDB/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/packages/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/tizen/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/tizen/DESCRIPTION [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Manager.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Manager.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Node.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Node.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/NodeFilterMatcher.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Path.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Path.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Stream.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Stream.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Utils.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/Utils.h [new file with mode: 0644]
src_mobile/modules/tizen/Filesystem/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/Networking/Connection.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Networking/Connection.h [new file with mode: 0644]
src_mobile/modules/tizen/Networking/EthernetAdapter.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Networking/EthernetAdapter.h [new file with mode: 0644]
src_mobile/modules/tizen/Networking/Manager.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Networking/Manager.h [new file with mode: 0644]
src_mobile/modules/tizen/Networking/WifiAdapter.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Networking/WifiAdapter.h [new file with mode: 0644]
src_mobile/modules/tizen/Networking/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/PluginManager/PluginManager.cpp [new file with mode: 0644]
src_mobile/modules/tizen/PluginManager/PluginManager.h [new file with mode: 0644]
src_mobile/modules/tizen/PluginManager/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/Widget/Property.h [new file with mode: 0644]
src_mobile/modules/tizen/Widget/Widget.cpp [new file with mode: 0644]
src_mobile/modules/tizen/Widget/Widget.h [new file with mode: 0644]
src_mobile/modules/tizen/Widget/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/WidgetDB/WidgetDB.cpp [new file with mode: 0644]
src_mobile/modules/tizen/WidgetDB/WidgetDB.h [new file with mode: 0644]
src_mobile/modules/tizen/WidgetDB/WidgetFeature.cpp [new file with mode: 0644]
src_mobile/modules/tizen/WidgetDB/WidgetFeature.h [new file with mode: 0644]
src_mobile/modules/tizen/WidgetDB/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src_mobile/modules/tizen/WidgetInterface/WidgetInterface.cpp [new file with mode: 0644]
src_mobile/modules/tizen/WidgetInterface/WidgetInterface.h [new file with mode: 0644]
src_mobile/modules/tizen/WidgetInterface/config.cmake [new file with mode: 0644]
src_mobile/modules/tizen/config.cmake [new file with mode: 0644]
src_mobile/plugin-loading/CMakeLists.txt [new file with mode: 0644]
src_mobile/plugin-loading/explorer.cpp [new file with mode: 0644]
src_mobile/plugin-loading/explorer.h [new file with mode: 0644]
src_mobile/plugin-loading/javascript_interface.cpp [new file with mode: 0644]
src_mobile/plugin-loading/javascript_interface.h [new file with mode: 0644]
src_mobile/plugin-loading/js_page_session.cpp [new file with mode: 0644]
src_mobile/plugin-loading/js_page_session.h [new file with mode: 0644]
src_mobile/plugin-loading/js_types.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin_container_support.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin_container_support.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin_iframe_support.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin_iframe_support.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin_logic.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin_logic.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin_model.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin_model.h [new file with mode: 0644]
src_mobile/plugin-loading/plugin_property_support.cpp [new file with mode: 0644]
src_mobile/plugin-loading/plugin_property_support.h [new file with mode: 0644]
src_mobile/plugins-api-support/CMakeLists.txt [new file with mode: 0644]
src_mobile/plugins-api-support/CallbackSupport.h [new file with mode: 0644]
src_mobile/plugins-api-support/ExportedApi.h [new file with mode: 0644]
src_mobile/plugins-api-support/IObject.h [new file with mode: 0644]
src_mobile/plugins-api-support/IObject_cast.h [new file with mode: 0644]
src_mobile/plugins-api-support/Object.cpp [new file with mode: 0644]
src_mobile/plugins-api-support/Object.h [new file with mode: 0644]
src_mobile/plugins-api-support/ObjectFactory.cpp [new file with mode: 0644]
src_mobile/plugins-api-support/ObjectFactory.h [new file with mode: 0644]
src_mobile/plugins-api-support/Plugin.cpp [new file with mode: 0644]
src_mobile/plugins-api-support/Plugin.h [new file with mode: 0644]
src_mobile/plugins-api-support/PluginRegistration.cpp [new file with mode: 0644]
src_mobile/plugins-api-support/PluginRegistration.h [new file with mode: 0644]
src_mobile/plugins-api-support/PluginRegistrationImpl.h [new file with mode: 0644]
src_mobile/plugins-api-support/PluginRegistry.cpp [new file with mode: 0644]
src_mobile/plugins-api-support/PluginRegistry.h [new file with mode: 0644]
src_mobile/plugins-api-support/PluginSignals.h [new file with mode: 0644]
src_mobile/plugins-api-support/SignalSignature.h [new file with mode: 0644]
src_mobile/plugins-api-support/SignalsSupport.h [new file with mode: 0644]
src_mobile/plugins-api-support/SoFeatures.h [new file with mode: 0644]
src_mobile/plugins-api-support/detail/traits.h [new file with mode: 0644]
src_mobile/plugins-api-support/js_types.h [new file with mode: 0644]
src_mobile/plugins-api-support/traits.h [new file with mode: 0644]
src_mobile/plugins-api-support/tuple.h [new file with mode: 0644]
src_mobile/plugins-installer/CMakeLists.txt [new file with mode: 0644]
src_mobile/plugins-installer/DESCRIPTION [new file with mode: 0644]
src_mobile/plugins-installer/plugin_installer.cpp [new file with mode: 0644]
src_mobile/plugins-installer/plugin_installer.h [new file with mode: 0644]
src_mobile/plugins-installer/plugin_installer_errors.h [new file with mode: 0644]
src_mobile/plugins-installer/plugin_installer_types.h [new file with mode: 0644]
src_mobile/plugins-installer/plugin_metafile_reader.cpp [new file with mode: 0644]
src_mobile/plugins-installer/plugin_metafile_reader.h [new file with mode: 0644]
src_mobile/plugins-installer/plugin_objects.cpp [new file with mode: 0644]
src_mobile/plugins-installer/plugin_objects.h [new file with mode: 0644]
src_mobile/plugins-installer/plugin_utils.cpp [new file with mode: 0644]
src_mobile/plugins-installer/plugin_utils.h [new file with mode: 0644]
src_mobile/plugins-installer/wrt_plugins_installer.cpp [new file with mode: 0644]
src_mobile/plugins-ipc-message/CMakeLists.txt [new file with mode: 0644]
src_mobile/plugins-ipc-message/ipc_message_support.cpp [new file with mode: 0644]
src_mobile/plugins-ipc-message/ipc_message_support.h [new file with mode: 0644]
src_mobile/standards/CMakeLists.txt [new file with mode: 0644]
src_mobile/standards/W3C/CMakeLists.txt [new file with mode: 0644]
src_mobile/standards/W3C/DESCRIPTION [new file with mode: 0644]
src_mobile/standards/W3C/Widget/CMakeLists.txt [new file with mode: 0644]
src_mobile/standards/W3C/Widget/JSPreferences.cpp [new file with mode: 0644]
src_mobile/standards/W3C/Widget/JSPreferences.h [new file with mode: 0644]
src_mobile/standards/W3C/Widget/JSWidget.cpp [new file with mode: 0644]
src_mobile/standards/W3C/Widget/JSWidget.h [new file with mode: 0644]
src_mobile/standards/W3C/Widget/plugin_config.cpp [new file with mode: 0644]
src_mobile/standards/W3C/Widget/plugin_config.h [new file with mode: 0644]
src_mobile/standards/W3C/Widget/plugin_initializer.cpp [new file with mode: 0644]
src_mobile/wrt-popup/CMakeLists.txt [new file with mode: 0755]
src_mobile/wrt-popup/ace/CMakeLists.txt [new file with mode: 0755]
src_mobile/wrt-popup/ace/popup-bin/CMakeLists.txt [new file with mode: 0644]
src_mobile/wrt-popup/ace/popup-bin/Popup.cpp [new file with mode: 0644]
src_mobile/wrt-popup/ace/popup-bin/Popup.h [new file with mode: 0644]
src_mobile/wrt-popup/ace/popup-runner/CMakeLists.txt [new file with mode: 0644]
src_mobile/wrt-popup/ace/popup-runner/popup-runner.cpp [new file with mode: 0644]
src_mobile/wrt-popup/ace/popup-runner/popup-runner.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/CMakeLists.txt [new file with mode: 0755]
src_mobile/wrt-popup/wrt/PopupEnum.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/PopupSerializer.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/PopupSerializer.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/CMakeLists.txt [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/InfoPopup.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/InfoPopup.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/YesNoCheckPopup.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/YesNoPopup.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/YesNoPopup.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/evas_object.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/evas_object.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_controller.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_controller.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_manager.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_manager.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_object.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_renderer.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/renderer/popup_renderer.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/wrt-popup.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-bin/wrt-popup.h [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-runner/CMakeLists.txt [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-runner/PopupInvoker.cpp [new file with mode: 0644]
src_mobile/wrt-popup/wrt/popup-runner/PopupInvoker.h [new file with mode: 0644]
src_wearable/CMakeLists.txt [new file with mode: 0644]
src_wearable/Commons/Base64.cpp [new file with mode: 0644]
src_wearable/Commons/Base64.h [new file with mode: 0644]
src_wearable/Commons/CMakeLists.txt [new file with mode: 0644]
src_wearable/Commons/DESCRIPTION [new file with mode: 0644]
src_wearable/Commons/Deprecated.h [new file with mode: 0644]
src_wearable/Commons/Dimension.h [new file with mode: 0644]
src_wearable/Commons/Emitters.h [new file with mode: 0644]
src_wearable/Commons/EventListener.h [new file with mode: 0644]
src_wearable/Commons/EventReceiver.h [new file with mode: 0644]
src_wearable/Commons/Exception.h [new file with mode: 0644]
src_wearable/Commons/FunctionDeclaration.h [new file with mode: 0644]
src_wearable/Commons/FunctionDefinition.cpp [new file with mode: 0644]
src_wearable/Commons/FunctionDefinition.h [new file with mode: 0644]
src_wearable/Commons/IEvent.h [new file with mode: 0644]
src_wearable/Commons/IExternEventCanceler.h [new file with mode: 0644]
src_wearable/Commons/JSObject.cpp [new file with mode: 0644]
src_wearable/Commons/JSObject.h [new file with mode: 0644]
src_wearable/Commons/JSObjectDeclaration.cpp [new file with mode: 0755]
src_wearable/Commons/JSObjectDeclaration.h [new file with mode: 0644]
src_wearable/Commons/ListenerEvent.h [new file with mode: 0644]
src_wearable/Commons/ListenerEventEmitter.h [new file with mode: 0644]
src_wearable/Commons/Range.h [new file with mode: 0644]
src_wearable/Commons/Regex.cpp [new file with mode: 0644]
src_wearable/Commons/Regex.h [new file with mode: 0644]
src_wearable/Commons/RegexPatterns.h [new file with mode: 0644]
src_wearable/Commons/RegexUtils.cpp [new file with mode: 0644]
src_wearable/Commons/RegexUtils.h [new file with mode: 0644]
src_wearable/Commons/StaticAssert.h [new file with mode: 0644]
src_wearable/Commons/StringBuilder.cpp [new file with mode: 0644]
src_wearable/Commons/StringBuilder.h [new file with mode: 0644]
src_wearable/Commons/StringUtils.cpp [new file with mode: 0644]
src_wearable/Commons/StringUtils.h [new file with mode: 0644]
src_wearable/Commons/ThreadPool.cpp [new file with mode: 0644]
src_wearable/Commons/ThreadPool.h [new file with mode: 0644]
src_wearable/Commons/TimeUtils.cpp [new file with mode: 0644]
src_wearable/Commons/TimeUtils.h [new file with mode: 0644]
src_wearable/Commons/TypeTraits.h [new file with mode: 0644]
src_wearable/Commons/TypesDeclaration.h [new file with mode: 0644]
src_wearable/Commons/WrtAccess/WrtAccess.cpp [new file with mode: 0644]
src_wearable/Commons/WrtAccess/WrtAccess.h [new file with mode: 0644]
src_wearable/Commons/WrtAccess/config.cmake [new file with mode: 0644]
src_wearable/Commons/plugin_initializer_def.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/CMakeLists.txt [new file with mode: 0755]
src_wearable/CommonsJavaScript/Converter.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/Converter.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/DESCRIPTION [new file with mode: 0644]
src_wearable/CommonsJavaScript/DOMExceptionData.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/DOMExceptionData.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSCallbackManager.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSCallbackManager.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSDOMException.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSDOMException.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSDOMExceptionFactory.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSDOMExceptionFactory.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSPendingOperation.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSPendingOperation.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSPendingOperationPrivateObject.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSUtils.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/JSUtils.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/PrivateObject.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/ScopedJSStringRef.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/ScopedJSStringRef.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/Security/SecurityFunctionDeclaration.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/Security/SecurityFunctionDeclaration.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/Security/StaticDeclaration.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/SecurityExceptions.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/SupportPendingOperation.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/Utils.h [new file with mode: 0644]
src_wearable/CommonsJavaScript/Validator.cpp [new file with mode: 0644]
src_wearable/CommonsJavaScript/Validator.h [new file with mode: 0644]
src_wearable/DESCRIPTION [new file with mode: 0644]
src_wearable/dispatch-event/CMakeLists.txt [new file with mode: 0644]
src_wearable/dispatch-event/dispatch_event_support.cpp [new file with mode: 0644]
src_wearable/dispatch-event/dispatch_event_support.h [new file with mode: 0644]
src_wearable/js-overlay/CMakeLists.txt [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.h [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSStorageEvent.cpp [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSStorageEvent.h [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSTizenServiceEvent.cpp [new file with mode: 0644]
src_wearable/js-overlay/deprecated/JSClass/JSTizenServiceEvent.h [new file with mode: 0644]
src_wearable/js-overlay/deprecated/js_iframe_support.cpp [new file with mode: 0755]
src_wearable/js-overlay/deprecated/js_iframe_support.h [new file with mode: 0755]
src_wearable/js-overlay/deprecated/js_overlay_addEventListener.cpp [new file with mode: 0755]
src_wearable/js-overlay/deprecated/js_overlay_addEventListener.h [new file with mode: 0755]
src_wearable/js-overlay/deprecated/js_overlay_support.cpp [new file with mode: 0644]
src_wearable/js-overlay/deprecated/js_overlay_support.h [new file with mode: 0644]
src_wearable/js-overlay/js_function_manager.cpp [new file with mode: 0644]
src_wearable/js-overlay/js_function_manager.h [new file with mode: 0644]
src_wearable/js-overlay/js_overlay_functions.cpp [new file with mode: 0644]
src_wearable/js-overlay/js_overlay_functions.h [new file with mode: 0644]
src_wearable/js-overlay/js_overlay_types.h [new file with mode: 0644]
src_wearable/modules/API/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/API/DESCRIPTION [new file with mode: 0644]
src_wearable/modules/API/Filesystem/Enums.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventCopy.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventCopy.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventFind.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventFind.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventListNodes.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventListNodes.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventMove.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventMove.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventOpen.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventOpen.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventReadText.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventReadText.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventRemove.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventRemove.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventResolve.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/EventResolve.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IManager.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IManager.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/INode.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/INode.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/INodeTypes.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IPath.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IPath.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IStream.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/IStream.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/NodeFilter.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/NodeFilter.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/PathUtils.cpp [new file with mode: 0644]
src_wearable/modules/API/Filesystem/PathUtils.h [new file with mode: 0644]
src_wearable/modules/API/Filesystem/config.cmake [new file with mode: 0644]
src_wearable/modules/API/LocalStorage/ILocalStorage.h [new file with mode: 0644]
src_wearable/modules/API/LocalStorage/LocalStorageMgr.cpp [new file with mode: 0644]
src_wearable/modules/API/LocalStorage/LocalStorageMgr.h [new file with mode: 0644]
src_wearable/modules/API/LocalStorage/config.cmake [new file with mode: 0644]
src_wearable/modules/API/PluginManager/IPluginManager.h [new file with mode: 0644]
src_wearable/modules/API/PluginManager/PluginManagerFactory.cpp [new file with mode: 0644]
src_wearable/modules/API/PluginManager/PluginManagerFactory.h [new file with mode: 0644]
src_wearable/modules/API/PluginManager/config.cmake [new file with mode: 0644]
src_wearable/modules/API/SoftKeyboardChangeEvent/ISoftKeyboardChangeEvent.h [new file with mode: 0644]
src_wearable/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.cpp [new file with mode: 0644]
src_wearable/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.h [new file with mode: 0644]
src_wearable/modules/API/SoftKeyboardChangeEvent/config.cmake [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/IStorageEvent.h [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/StorageEvent.cpp [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/StorageEvent.h [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/StorageEventMgr.cpp [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/StorageEventMgr.h [new file with mode: 0644]
src_wearable/modules/API/StorageEvent/config.cmake [new file with mode: 0644]
src_wearable/modules/API/TizenServiceEvent/ITizenServiceEvent.h [new file with mode: 0644]
src_wearable/modules/API/TizenServiceEvent/TizenServiceEvent.cpp [new file with mode: 0644]
src_wearable/modules/API/TizenServiceEvent/TizenServiceEvent.h [new file with mode: 0644]
src_wearable/modules/API/TizenServiceEvent/config.cmake [new file with mode: 0644]
src_wearable/modules/API/Widget/IWidget.h [new file with mode: 0644]
src_wearable/modules/API/Widget/WidgetFactory.cpp [new file with mode: 0644]
src_wearable/modules/API/Widget/WidgetFactory.h [new file with mode: 0644]
src_wearable/modules/API/Widget/config.cmake [new file with mode: 0644]
src_wearable/modules/API/WidgetDB/IWidgetDB.h [new file with mode: 0644]
src_wearable/modules/API/WidgetDB/IWidgetFeature.h [new file with mode: 0644]
src_wearable/modules/API/WidgetDB/WidgetDBMgr.cpp [new file with mode: 0644]
src_wearable/modules/API/WidgetDB/WidgetDBMgr.h [new file with mode: 0644]
src_wearable/modules/API/WidgetDB/config.cmake [new file with mode: 0644]
src_wearable/modules/API/config.cmake [new file with mode: 0644]
src_wearable/modules/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/DESCRIPTION [new file with mode: 0644]
src_wearable/modules/packages/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/Filesystem/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/LocalStorage/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/PluginManager/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/SoftKeyboardChangeEvent/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/StorageEvent/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/TizenServiceEvent/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/Widget/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/WidgetDB/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/packages/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/tizen/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/tizen/DESCRIPTION [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Manager.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Manager.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Node.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Node.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/NodeFilterMatcher.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/NodeFilterMatcher.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Path.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Path.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Stream.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Stream.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Utils.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/Utils.h [new file with mode: 0644]
src_wearable/modules/tizen/Filesystem/config.cmake [new file with mode: 0644]
src_wearable/modules/tizen/PluginManager/PluginManager.cpp [new file with mode: 0644]
src_wearable/modules/tizen/PluginManager/PluginManager.h [new file with mode: 0644]
src_wearable/modules/tizen/PluginManager/config.cmake [new file with mode: 0644]
src_wearable/modules/tizen/Widget/Property.h [new file with mode: 0644]
src_wearable/modules/tizen/Widget/Widget.cpp [new file with mode: 0644]
src_wearable/modules/tizen/Widget/Widget.h [new file with mode: 0644]
src_wearable/modules/tizen/Widget/config.cmake [new file with mode: 0644]
src_wearable/modules/tizen/WidgetDB/WidgetDB.cpp [new file with mode: 0644]
src_wearable/modules/tizen/WidgetDB/WidgetDB.h [new file with mode: 0644]
src_wearable/modules/tizen/WidgetDB/WidgetFeature.cpp [new file with mode: 0644]
src_wearable/modules/tizen/WidgetDB/WidgetFeature.h [new file with mode: 0644]
src_wearable/modules/tizen/WidgetDB/config.cmake [new file with mode: 0644]
src_wearable/modules/tizen/WidgetInterface/CMakeLists.txt [new file with mode: 0644]
src_wearable/modules/tizen/WidgetInterface/WidgetInterface.cpp [new file with mode: 0644]
src_wearable/modules/tizen/WidgetInterface/WidgetInterface.h [new file with mode: 0644]
src_wearable/modules/tizen/WidgetInterface/config.cmake [new file with mode: 0644]
src_wearable/modules/tizen/config.cmake [new file with mode: 0644]
src_wearable/plugin-loading/CMakeLists.txt [new file with mode: 0644]
src_wearable/plugin-loading/explorer.cpp [new file with mode: 0644]
src_wearable/plugin-loading/explorer.h [new file with mode: 0644]
src_wearable/plugin-loading/javascript_interface.cpp [new file with mode: 0644]
src_wearable/plugin-loading/javascript_interface.h [new file with mode: 0644]
src_wearable/plugin-loading/js_page_session.cpp [new file with mode: 0644]
src_wearable/plugin-loading/js_page_session.h [new file with mode: 0644]
src_wearable/plugin-loading/js_types.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin_container_support.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin_container_support.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin_iframe_support.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin_iframe_support.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin_logic.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin_logic.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin_model.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin_model.h [new file with mode: 0644]
src_wearable/plugin-loading/plugin_property_support.cpp [new file with mode: 0644]
src_wearable/plugin-loading/plugin_property_support.h [new file with mode: 0644]
src_wearable/plugins-api-support/CMakeLists.txt [new file with mode: 0644]
src_wearable/plugins-api-support/CallbackSupport.h [new file with mode: 0644]
src_wearable/plugins-api-support/ExportedApi.h [new file with mode: 0644]
src_wearable/plugins-api-support/IObject.h [new file with mode: 0644]
src_wearable/plugins-api-support/IObject_cast.h [new file with mode: 0644]
src_wearable/plugins-api-support/Object.cpp [new file with mode: 0644]
src_wearable/plugins-api-support/Object.h [new file with mode: 0644]
src_wearable/plugins-api-support/ObjectFactory.cpp [new file with mode: 0644]
src_wearable/plugins-api-support/ObjectFactory.h [new file with mode: 0644]
src_wearable/plugins-api-support/Plugin.cpp [new file with mode: 0644]
src_wearable/plugins-api-support/Plugin.h [new file with mode: 0644]
src_wearable/plugins-api-support/PluginRegistration.cpp [new file with mode: 0644]
src_wearable/plugins-api-support/PluginRegistration.h [new file with mode: 0644]
src_wearable/plugins-api-support/PluginRegistrationImpl.h [new file with mode: 0644]
src_wearable/plugins-api-support/PluginRegistry.cpp [new file with mode: 0644]
src_wearable/plugins-api-support/PluginRegistry.h [new file with mode: 0644]
src_wearable/plugins-api-support/PluginSignals.h [new file with mode: 0644]
src_wearable/plugins-api-support/SignalSignature.h [new file with mode: 0644]
src_wearable/plugins-api-support/SignalsSupport.h [new file with mode: 0644]
src_wearable/plugins-api-support/detail/traits.h [new file with mode: 0644]
src_wearable/plugins-api-support/js_types.h [new file with mode: 0644]
src_wearable/plugins-api-support/traits.h [new file with mode: 0644]
src_wearable/plugins-api-support/tuple.h [new file with mode: 0644]
src_wearable/plugins-installer/CMakeLists.txt [new file with mode: 0644]
src_wearable/plugins-installer/DESCRIPTION [new file with mode: 0644]
src_wearable/plugins-installer/plugin_installer.cpp [new file with mode: 0644]
src_wearable/plugins-installer/plugin_installer.h [new file with mode: 0644]
src_wearable/plugins-installer/plugin_installer_errors.h [new file with mode: 0644]
src_wearable/plugins-installer/plugin_installer_types.h [new file with mode: 0644]
src_wearable/plugins-installer/plugin_metafile_reader.cpp [new file with mode: 0644]
src_wearable/plugins-installer/plugin_metafile_reader.h [new file with mode: 0644]
src_wearable/plugins-installer/plugin_objects.cpp [new file with mode: 0644]
src_wearable/plugins-installer/plugin_objects.h [new file with mode: 0644]
src_wearable/plugins-installer/plugin_utils.cpp [new file with mode: 0644]
src_wearable/plugins-installer/plugin_utils.h [new file with mode: 0644]
src_wearable/plugins-installer/wrt_plugins_installer.cpp [new file with mode: 0644]
src_wearable/plugins-ipc-message/CMakeLists.txt [new file with mode: 0644]
src_wearable/plugins-ipc-message/ipc_message_support.cpp [new file with mode: 0644]
src_wearable/plugins-ipc-message/ipc_message_support.h [new file with mode: 0644]
src_wearable/standards/CMakeLists.txt [new file with mode: 0644]
src_wearable/standards/W3C/CMakeLists.txt [new file with mode: 0644]
src_wearable/standards/W3C/DESCRIPTION [new file with mode: 0644]
src_wearable/standards/W3C/Widget/CMakeLists.txt [new file with mode: 0644]
src_wearable/standards/W3C/Widget/JSPreferences.cpp [new file with mode: 0644]
src_wearable/standards/W3C/Widget/JSPreferences.h [new file with mode: 0644]
src_wearable/standards/W3C/Widget/JSWidget.cpp [new file with mode: 0644]
src_wearable/standards/W3C/Widget/JSWidget.h [new file with mode: 0644]
src_wearable/standards/W3C/Widget/plugin_config.cpp [new file with mode: 0644]
src_wearable/standards/W3C/Widget/plugin_config.h [new file with mode: 0644]
src_wearable/standards/W3C/Widget/plugin_initializer.cpp [new file with mode: 0644]
src_wearable/wrt-popup/CMakeLists.txt [new file with mode: 0755]
src_wearable/wrt-popup/ace/CMakeLists.txt [new file with mode: 0755]
src_wearable/wrt-popup/ace/popup-bin/CMakeLists.txt [new file with mode: 0644]
src_wearable/wrt-popup/ace/popup-bin/Popup.cpp [new file with mode: 0644]
src_wearable/wrt-popup/ace/popup-bin/Popup.h [new file with mode: 0644]
src_wearable/wrt-popup/ace/popup-runner/CMakeLists.txt [new file with mode: 0644]
src_wearable/wrt-popup/ace/popup-runner/popup-runner.cpp [new file with mode: 0644]
src_wearable/wrt-popup/ace/popup-runner/popup-runner.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/CMakeLists.txt [new file with mode: 0755]
src_wearable/wrt-popup/wrt/PopupEnum.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/PopupSerializer.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/PopupSerializer.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/CMakeLists.txt [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/InfoPopup.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/InfoPopup.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/YesNoCheckPopup.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/YesNoPopup.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/YesNoPopup.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/evas_object.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/evas_object.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_controller.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_controller.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_manager.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_manager.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_object.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_renderer.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/renderer/popup_renderer.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/wrt-popup.cpp [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-bin/wrt-popup.h [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-runner/CMakeLists.txt [new file with mode: 0644]
src_wearable/wrt-popup/wrt/popup-runner/PopupInvoker.cpp [new file with mode: 0644]
src_wearable/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.mobile.rule [new file with mode: 0644]
wrt-popup-ace-runtime.mobile2.rule [new file with mode: 0644]
wrt-popup-ace-runtime.rule [new file with mode: 0644]
wrt-popup-wrt-runtime.mobile.rule [new file with mode: 0644]
wrt-popup-wrt-runtime.mobile2.rule [new file with mode: 0644]
wrt-popup-wrt-runtime.rule [new file with mode: 0644]