merge with master submit/tizen_2.1/20130316.110657
authorJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:21:54 +0000 (01:21 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Fri, 15 Mar 2013 16:21:54 +0000 (01:21 +0900)
commitfde81536bf4177b0ca88091eddf7afbf23ffb4bf
tree1641a4bd33039dd349c23c2d48ac9b5206e4fc56
parent9922aaf128e9e5ecee4f80fe7bd717bd903ec688
merge with master
336 files changed:
debian/changelog
packaging/wrt-plugins-common.spec
src/Commons/Base64.cpp
src/Commons/Base64.h
src/Commons/Dimension.h
src/Commons/Emitters.h
src/Commons/EventListener.h
src/Commons/EventReceiver.h
src/Commons/Exception.h
src/Commons/FunctionDeclaration.h
src/Commons/FunctionDefinition.cpp
src/Commons/FunctionDefinition.h
src/Commons/IEvent.h
src/Commons/IExternEventCanceler.h
src/Commons/JSObject.h
src/Commons/JSObjectDeclaration.cpp
src/Commons/JSObjectDeclaration.h
src/Commons/ListenerEvent.h
src/Commons/ListenerEventEmitter.h
src/Commons/Range.h
src/Commons/Regex.cpp
src/Commons/Regex.h
src/Commons/RegexPatterns.h
src/Commons/RegexUtils.cpp
src/Commons/RegexUtils.h
src/Commons/StaticAssert.h
src/Commons/StringBuilder.cpp
src/Commons/StringBuilder.h
src/Commons/StringUtils.cpp
src/Commons/StringUtils.h
src/Commons/ThreadPool.cpp [changed mode: 0755->0644]
src/Commons/ThreadPool.h [changed mode: 0755->0644]
src/Commons/TimeUtils.cpp
src/Commons/TimeUtils.h
src/Commons/TypeTraits.h
src/Commons/TypesDeclaration.h
src/Commons/WrtAccess/WrtAccess.cpp
src/Commons/WrtAccess/WrtAccess.h
src/Commons/plugin_initializer_def.h [changed mode: 0755->0644]
src/CommonsJavaScript/Converter.cpp
src/CommonsJavaScript/Converter.h
src/CommonsJavaScript/DOMExceptionData.cpp
src/CommonsJavaScript/DOMExceptionData.h
src/CommonsJavaScript/JSCallbackManager.cpp
src/CommonsJavaScript/JSCallbackManager.h
src/CommonsJavaScript/JSDOMException.cpp
src/CommonsJavaScript/JSDOMException.h
src/CommonsJavaScript/JSDOMExceptionFactory.cpp
src/CommonsJavaScript/JSDOMExceptionFactory.h
src/CommonsJavaScript/JSPendingOperation.cpp
src/CommonsJavaScript/JSPendingOperation.h
src/CommonsJavaScript/JSPendingOperationPrivateObject.h
src/CommonsJavaScript/JSUtils.cpp
src/CommonsJavaScript/JSUtils.h
src/CommonsJavaScript/PrivateObject.h
src/CommonsJavaScript/ScopedJSStringRef.cpp
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.cpp
src/CommonsJavaScript/Security/SecurityFunctionDeclaration.h
src/CommonsJavaScript/Security/StaticDeclaration.h
src/CommonsJavaScript/SecurityExceptions.h [changed mode: 0755->0644]
src/CommonsJavaScript/SupportPendingOperation.h
src/CommonsJavaScript/Utils.h
src/CommonsJavaScript/Validator.cpp
src/CommonsJavaScript/Validator.h
src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.cpp
src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.h
src/js-overlay/JSClass/JSStorageEvent.cpp
src/js-overlay/JSClass/JSStorageEvent.h
src/js-overlay/JSClass/JSTizenServiceEvent.cpp
src/js-overlay/JSClass/JSTizenServiceEvent.h
src/js-overlay/js_function_manager.cpp
src/js-overlay/js_iframe_support.cpp
src/js-overlay/js_iframe_support.h
src/js-overlay/js_overlay_addEventListener.cpp
src/js-overlay/js_overlay_addEventListener.h
src/js-overlay/js_overlay_functions.cpp
src/js-overlay/js_overlay_functions.h
src/js-overlay/js_overlay_support.cpp
src/js-overlay/js_overlay_support.h
src/js-overlay/js_overlay_types.h
src/modules/API/DEPRACATED/AppLauncher/AppLauncherFactory.h
src/modules/API/DEPRACATED/AppLauncher/EventGetDefaultApplication.h
src/modules/API/DEPRACATED/AppLauncher/EventGetInstalledApplications.h
src/modules/API/DEPRACATED/AppLauncher/EventLaunchApplication.h
src/modules/API/DEPRACATED/AppLauncher/IAppLauncherManager.cpp
src/modules/API/DEPRACATED/AppLauncher/IAppLauncherManager.h
src/modules/API/DEPRACATED/Device/EventClamshellStateChange.cpp
src/modules/API/DEPRACATED/Device/IClamshell.cpp
src/modules/API/DEPRACATED/Device/IClamshell.h
src/modules/API/DEPRACATED/Device/IKeypad.cpp
src/modules/API/DEPRACATED/Device/IManager.cpp
src/modules/API/DEPRACATED/Display/EventChangeOrientation.cpp
src/modules/API/DEPRACATED/Display/EventChangeState.cpp
src/modules/API/DEPRACATED/Display/IManager.cpp
src/modules/API/DEPRACATED/Display/IManager.h
src/modules/API/DEPRACATED/Display/IScreen.cpp
src/modules/API/DEPRACATED/Display/IScreen.h
src/modules/API/DEPRACATED/FeatureLoader/EventLoadFeature.h
src/modules/API/DEPRACATED/FeatureLoader/FeatureManagerFactory.h
src/modules/API/DEPRACATED/FeatureLoader/IFeatureManager.cpp
src/modules/API/DEPRACATED/FeatureLoader/IFeatureManager.h
src/modules/API/DEPRACATED/Gallery/IEventClose.h
src/modules/API/DEPRACATED/Gallery/IEventGetGalleries.h
src/modules/API/DEPRACATED/Gallery/IEventGetMediaItemById.h
src/modules/API/DEPRACATED/Gallery/IEventGetMediaItems.h
src/modules/API/DEPRACATED/Gallery/IEventOpen.h
src/modules/API/DEPRACATED/Gallery/IEventRefresh.h
src/modules/API/DEPRACATED/Gallery/IGallery.cpp
src/modules/API/DEPRACATED/Gallery/IGalleryRequestManager.cpp
src/modules/API/DEPRACATED/Gallery/IGalleryRequestManager.h
src/modules/API/DEPRACATED/Gallery/IMediaItem.h
src/modules/API/DEPRACATED/Gallery/IViewProperties.cpp
src/modules/API/DEPRACATED/Geolocation/EventGetCurrentPosition.h
src/modules/API/DEPRACATED/Geolocation/EventPositionChanged.h
src/modules/API/DEPRACATED/Geolocation/GeolocationFactory.cpp
src/modules/API/DEPRACATED/Geolocation/IGeolocation.cpp
src/modules/API/DEPRACATED/Geolocation/IGeolocation.h
src/modules/API/DEPRACATED/Geolocation/PositionProperties.h
src/modules/API/DEPRACATED/Memory/IManager.cpp
src/modules/API/DEPRACATED/System/IDate.cpp
src/modules/API/DEPRACATED/System/IEnvironment.cpp
src/modules/API/DEPRACATED/Telephony/IEventClearLogs.h
src/modules/API/DEPRACATED/Telephony/IEventDeleteLogEntry.h
src/modules/API/DEPRACATED/Telephony/IEventFindLogEntries.h
src/modules/API/DEPRACATED/Telephony/IEventGetNumberOfLogs.h
src/modules/API/DEPRACATED/Telephony/ILogManager.cpp
src/modules/API/DEPRACATED/Telephony/ILogManager.h
src/modules/API/DEPRACATED/Telephony/LogEntry.cpp
src/modules/API/DEPRACATED/Telephony/LogEntry.h
src/modules/API/DEPRACATED/Telephony/LogFilter.cpp
src/modules/API/DEPRACATED/Telephony/TelephonyFactory.h
src/modules/API/DEPRACATED/UI/IPreferences.h
src/modules/API/DEPRACATED/UI/IPreferencesEvents.h
src/modules/API/DEPRACATED/UI/UIFactory.h
src/modules/API/Filesystem/Enums.h
src/modules/API/Filesystem/EventCopy.cpp
src/modules/API/Filesystem/EventCopy.h
src/modules/API/Filesystem/EventFind.cpp
src/modules/API/Filesystem/EventFind.h
src/modules/API/Filesystem/EventListNodes.cpp
src/modules/API/Filesystem/EventListNodes.h
src/modules/API/Filesystem/EventMove.cpp
src/modules/API/Filesystem/EventMove.h
src/modules/API/Filesystem/EventOpen.cpp
src/modules/API/Filesystem/EventOpen.h
src/modules/API/Filesystem/EventReadText.cpp
src/modules/API/Filesystem/EventReadText.h
src/modules/API/Filesystem/EventRemove.cpp
src/modules/API/Filesystem/EventRemove.h
src/modules/API/Filesystem/EventResolve.cpp
src/modules/API/Filesystem/EventResolve.h
src/modules/API/Filesystem/IManager.cpp
src/modules/API/Filesystem/IManager.h
src/modules/API/Filesystem/INode.cpp
src/modules/API/Filesystem/INode.h
src/modules/API/Filesystem/INodeTypes.h
src/modules/API/Filesystem/IPath.cpp
src/modules/API/Filesystem/IPath.h
src/modules/API/Filesystem/IStream.cpp
src/modules/API/Filesystem/IStream.h
src/modules/API/Filesystem/NodeFilter.cpp
src/modules/API/Filesystem/NodeFilter.h
src/modules/API/Filesystem/PathUtils.cpp
src/modules/API/Filesystem/PathUtils.h
src/modules/API/LocalStorage/ILocalStorage.h
src/modules/API/LocalStorage/LocalStorageMgr.cpp
src/modules/API/LocalStorage/LocalStorageMgr.h
src/modules/API/Networking/EventConnected.cpp
src/modules/API/Networking/EventDisconnected.cpp
src/modules/API/Networking/IAdapter.cpp
src/modules/API/Networking/IConnection.cpp
src/modules/API/Networking/IManager.cpp
src/modules/API/PluginManager/IPluginManager.h
src/modules/API/PluginManager/PluginManagerFactory.cpp
src/modules/API/PluginManager/PluginManagerFactory.h
src/modules/API/SoftKeyboardChangeEvent/ISoftKeyboardChangeEvent.h
src/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.cpp
src/modules/API/SoftKeyboardChangeEvent/SoftKeyboardChangeEvent.h
src/modules/API/StorageEvent/IStorageEvent.h
src/modules/API/StorageEvent/StorageEvent.cpp
src/modules/API/StorageEvent/StorageEvent.h
src/modules/API/StorageEvent/StorageEventMgr.cpp
src/modules/API/StorageEvent/StorageEventMgr.h
src/modules/API/TizenServiceEvent/ITizenServiceEvent.h
src/modules/API/TizenServiceEvent/TizenServiceEvent.cpp
src/modules/API/TizenServiceEvent/TizenServiceEvent.h
src/modules/API/Widget/IWidget.h
src/modules/API/Widget/WidgetFactory.cpp
src/modules/API/Widget/WidgetFactory.h
src/modules/API/WidgetDB/IWidgetDB.h
src/modules/API/WidgetDB/IWidgetFeature.h
src/modules/API/WidgetDB/WidgetDBMgr.cpp
src/modules/API/WidgetDB/WidgetDBMgr.h
src/modules/tizen/DEPRACATED/AppLauncher/AppLauncherManager.cpp
src/modules/tizen/DEPRACATED/AppLauncher/AppLauncherManager.h
src/modules/tizen/DEPRACATED/Camera-Webkit/Camera.cpp
src/modules/tizen/DEPRACATED/Camera-Webkit/Camera.h
src/modules/tizen/DEPRACATED/Camera-Webkit/CameraManager.cpp
src/modules/tizen/DEPRACATED/Camera-Webkit/CameraManager.h
src/modules/tizen/DEPRACATED/Device/Manager.cpp
src/modules/tizen/DEPRACATED/Display/Manager.cpp
src/modules/tizen/DEPRACATED/Display/Screen.cpp
src/modules/tizen/DEPRACATED/Display/Screen.h
src/modules/tizen/DEPRACATED/FeatureLoader/FeatureManager.cpp
src/modules/tizen/DEPRACATED/FeatureLoader/FeatureManager.h
src/modules/tizen/DEPRACATED/Gallery/Gallery.cpp
src/modules/tizen/DEPRACATED/Gallery/Gallery.h
src/modules/tizen/DEPRACATED/Gallery/GalleryRequestManager.cpp
src/modules/tizen/DEPRACATED/Gallery/GalleryRequestManager.h
src/modules/tizen/DEPRACATED/Geolocation/Geolocation.cpp
src/modules/tizen/DEPRACATED/Geolocation/Geolocation.h
src/modules/tizen/DEPRACATED/Memory/Manager.cpp
src/modules/tizen/DEPRACATED/Memory/Manager.h
src/modules/tizen/DEPRACATED/System/Environment.cpp
src/modules/tizen/DEPRACATED/Telephony/LogEntryWrapper.cpp
src/modules/tizen/DEPRACATED/Telephony/LogEntryWrapper.h
src/modules/tizen/DEPRACATED/Telephony/LogManager.cpp
src/modules/tizen/DEPRACATED/Telephony/LogManager.h
src/modules/tizen/Filesystem/Manager.cpp [changed mode: 0755->0644]
src/modules/tizen/Filesystem/Manager.h
src/modules/tizen/Filesystem/Node.cpp [changed mode: 0755->0644]
src/modules/tizen/Filesystem/Node.h
src/modules/tizen/Filesystem/NodeFilterMatcher.cpp
src/modules/tizen/Filesystem/NodeFilterMatcher.h
src/modules/tizen/Filesystem/Path.cpp
src/modules/tizen/Filesystem/Path.h
src/modules/tizen/Filesystem/Stream.cpp [changed mode: 0755->0644]
src/modules/tizen/Filesystem/Stream.h
src/modules/tizen/Filesystem/Utils.cpp
src/modules/tizen/Filesystem/Utils.h
src/modules/tizen/Networking/EthernetAdapter.cpp
src/modules/tizen/Networking/EthernetAdapter.h
src/modules/tizen/Networking/Manager.cpp
src/modules/tizen/Networking/WifiAdapter.cpp
src/modules/tizen/Networking/WifiAdapter.h
src/modules/tizen/PluginManager/PluginManager.cpp
src/modules/tizen/PluginManager/PluginManager.h
src/modules/tizen/Widget/Property.h
src/modules/tizen/Widget/Widget.cpp
src/modules/tizen/Widget/Widget.h
src/modules/tizen/WidgetDB/WidgetDB.cpp
src/modules/tizen/WidgetDB/WidgetDB.h
src/modules/tizen/WidgetDB/WidgetFeature.cpp
src/modules/tizen/WidgetDB/WidgetFeature.h
src/modules/tizen/WidgetInterfaceDAO/WidgetInterfaceDAO.cpp
src/modules/tizen/WidgetInterfaceDAO/WidgetInterfaceDAO.h
src/modules/tizen/WidgetInterfaceDAO/widget_interface_db_sql_generator.h
src/plugin-loading/explorer.cpp
src/plugin-loading/explorer.h
src/plugin-loading/javascript_interface.cpp
src/plugin-loading/javascript_interface.h
src/plugin-loading/js_page_session.cpp
src/plugin-loading/js_types.h
src/plugin-loading/plugin.cpp
src/plugin-loading/plugin.h
src/plugin-loading/plugin_container_support.cpp
src/plugin-loading/plugin_container_support.h
src/plugin-loading/plugin_iframe_support.cpp
src/plugin-loading/plugin_iframe_support.h
src/plugin-loading/plugin_logic.cpp
src/plugin-loading/plugin_logic.h
src/plugin-loading/plugin_model.cpp
src/plugin-loading/plugin_model.h
src/plugin-loading/plugin_property_support.cpp
src/plugin-loading/plugin_property_support.h
src/plugins-api-support/CallbackSupport.h
src/plugins-api-support/ExportedApi.h
src/plugins-api-support/IObject.h
src/plugins-api-support/IObject_cast.h
src/plugins-api-support/Object.cpp
src/plugins-api-support/Object.h
src/plugins-api-support/ObjectFactory.cpp
src/plugins-api-support/ObjectFactory.h
src/plugins-api-support/Plugin.cpp
src/plugins-api-support/Plugin.h
src/plugins-api-support/PluginRegistration.cpp
src/plugins-api-support/PluginRegistration.h
src/plugins-api-support/PluginRegistrationImpl.h
src/plugins-api-support/PluginRegistry.cpp
src/plugins-api-support/PluginRegistry.h
src/plugins-api-support/PluginSignals.h
src/plugins-api-support/SignalSignature.h
src/plugins-api-support/SignalsSupport.h
src/plugins-api-support/SoFeatures.h
src/plugins-api-support/detail/traits.h
src/plugins-api-support/js_types.h
src/plugins-api-support/traits.h
src/plugins-api-support/tuple.h
src/plugins-installer/plugin_installer.cpp
src/plugins-installer/plugin_installer.h
src/plugins-installer/plugin_installer_errors.h
src/plugins-installer/plugin_metafile_reader.cpp
src/plugins-installer/plugin_objects.cpp
src/plugins-installer/plugin_objects.h
src/plugins-installer/plugin_utils.cpp
src/plugins-installer/plugin_utils.h [changed mode: 0755->0644]
src/plugins-installer/wrt_plugins_installer.cpp
src/standards/W3C/Widget/JSPreferences.cpp
src/standards/W3C/Widget/JSPreferences.h
src/standards/W3C/Widget/JSWidget.cpp
src/standards/W3C/Widget/JSWidget.h
src/standards/W3C/Widget/plugin_config.cpp
src/standards/W3C/Widget/plugin_config.h
src/standards/W3C/Widget/plugin_initializer.cpp
src/wrt-popup/ace/popup-bin/Popup.cpp
src/wrt-popup/ace/popup-bin/Popup.h
src/wrt-popup/ace/popup-runner/popup-runner.cpp
src/wrt-popup/ace/popup-runner/popup-runner.h
src/wrt-popup/wrt/PopupSerializer.cpp
src/wrt-popup/wrt/PopupSerializer.h
src/wrt-popup/wrt/popup-bin/InfoPopup.cpp
src/wrt-popup/wrt/popup-bin/InfoPopup.h
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.h
src/wrt-popup/wrt/popup-bin/YesNoPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoPopup.h
src/wrt-popup/wrt/popup-bin/renderer/evas_object.cpp
src/wrt-popup/wrt/popup-bin/renderer/evas_object.h
src/wrt-popup/wrt/popup-bin/renderer/popup.h
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.cpp
src/wrt-popup/wrt/popup-bin/renderer/popup_controller.h
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.cpp
src/wrt-popup/wrt/popup-bin/renderer/popup_manager.h
src/wrt-popup/wrt/popup-bin/renderer/popup_object.h
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.cpp
src/wrt-popup/wrt/popup-bin/renderer/popup_renderer.h
src/wrt-popup/wrt/popup-bin/wrt-popup.cpp
src/wrt-popup/wrt/popup-bin/wrt-popup.h
src/wrt-popup/wrt/popup-runner/PopupInvoker.cpp
src/wrt-popup/wrt/popup-runner/PopupInvoker.h
tests/dao/CMakeLists.txt
tests/dao/TestInit.cpp
tests/dao/WidgetDBTest.cpp
tests/dao/widgetdb_tests_prepare_db.sh
uncrustify.cfg [new file with mode: 0644]
uncrustify.sh [new file with mode: 0755]