Update wrt-plugins-common_0.3.53
authorjihoon.chung <jihoon.chung@samsung.com>
Wed, 22 Aug 2012 14:28:47 +0000 (23:28 +0900)
committerjihoon.chung <jihoon.chung@samsung.com>
Wed, 22 Aug 2012 14:28:47 +0000 (23:28 +0900)
commit078de8647f9c6321fd32e7c3b7594466eb6d65f8
tree18a1ece1f4c3eca0e4d452302d0380bcf3df8eaf
parentda854ef348cf918993a95adeeffa616db2dca6f7
Update wrt-plugins-common_0.3.53
148 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt
debian/changelog [changed mode: 0755->0644]
debian/control
debian/wrt-plugins-common.postinst.in
packaging/wrt-plugins-common.spec
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-commons-javascript.pc.in
pkgconfigs/wrt-plugins-plugin-manager.pc.in
src/CMakeLists.txt
src/Commons/CMakeLists.txt [changed mode: 0755->0644]
src/Commons/EventReceiver.h
src/Commons/IEvent.h
src/Commons/JSObject.cpp [moved from src/modules/tizen/Filesystem/System.h with 65% similarity]
src/Commons/JSObject.h [moved from src/modules/tizen/Filesystem/RemoveCommand.h with 53% similarity]
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 [moved from src/modules/tizen/Filesystem/System.cpp with 69% similarity]
src/Commons/WrtAccess/WrtAccess.cpp
src/Commons/WrtAccess/WrtAccess.h
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/StaticDeclaration.h
src/js-overlay/CMakeLists.txt [new file with mode: 0644]
src/js-overlay/JSClass/JSStorageEvent.cpp [moved from src/standards/W3C/Widget/JSStorageEvent.cpp with 99% similarity]
src/js-overlay/JSClass/JSStorageEvent.h [moved from src/standards/W3C/Widget/JSStorageEvent.h with 100% similarity]
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 [moved from src/standards/W3C/Widget/IFrameSupport.cpp with 98% similarity]
src/js-overlay/js_iframe_support.h [moved from src/standards/W3C/Widget/IFrameSupport.h with 100% similarity]
src/js-overlay/js_overlay_addEventListener.cpp [moved from src/standards/W3C/Widget/AddEventListenerSupport.cpp with 59% similarity]
src/js-overlay/js_overlay_addEventListener.h [moved from src/standards/W3C/Widget/AddEventListenerSupport.h with 80% similarity]
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/LocalStorage/ILocalStorage.h
src/modules/API/TizenServiceEvent/ITizenServiceEvent.h [new file with mode: 0644]
src/modules/API/TizenServiceEvent/TizenServiceEvent.cpp [moved from src/modules/tizen/Filesystem/CopyCommand.h with 50% similarity]
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/WidgetDB/IWidgetFeature.h
src/modules/packages/CMakeLists.txt
src/modules/packages/PluginManager/CMakeLists.txt
src/modules/packages/TizenServiceEvent/CMakeLists.txt [new file with mode: 0644]
src/modules/tizen/DEPRACATED/AppLauncher/AppLauncherManager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/AppLauncher/AppLauncherManager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/AppLauncher/config.cmake [new file with mode: 0644]
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 [moved from src/modules/tizen/Filesystem/MoveCommand.h with 55% similarity]
src/modules/tizen/DEPRACATED/Camera-Webkit/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Device/Manager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Device/Manager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Device/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Display/Manager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Display/Manager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Display/Screen.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Display/Screen.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Display/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/FeatureLoader/FeatureManager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/FeatureLoader/FeatureManager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/FeatureLoader/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Gallery/Gallery.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Gallery/Gallery.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Gallery/GalleryRequestManager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Gallery/GalleryRequestManager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Gallery/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Geolocation/Geolocation.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Geolocation/Geolocation.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Geolocation/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Memory/Manager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Memory/Manager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Memory/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/System/Date.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/System/Date.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/System/Environment.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/System/Environment.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/System/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Telephony/LogEntryWrapper.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Telephony/LogEntryWrapper.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Telephony/LogManager.cpp [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Telephony/LogManager.h [new file with mode: 0644]
src/modules/tizen/DEPRACATED/Telephony/config.cmake [new file with mode: 0644]
src/modules/tizen/DEPRACATED/UI/config.cmake [new file with mode: 0644]
src/modules/tizen/Filesystem/Command.cpp [deleted file]
src/modules/tizen/Filesystem/Command.h [deleted file]
src/modules/tizen/Filesystem/CopyCommand.cpp [deleted file]
src/modules/tizen/Filesystem/Manager.cpp
src/modules/tizen/Filesystem/Manager.h
src/modules/tizen/Filesystem/MoveCommand.cpp [deleted file]
src/modules/tizen/Filesystem/Node.cpp
src/modules/tizen/Filesystem/RemoveCommand.cpp [deleted file]
src/modules/tizen/Filesystem/config.cmake
src/modules/tizen/PluginManager/PluginManager.cpp
src/modules/tizen/PluginManager/config.cmake
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/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/standards/W3C/Widget/CMakeLists.txt
src/standards/W3C/Widget/JSPreferences.cpp
src/standards/W3C/Widget/JSTest.cpp [deleted file]
src/standards/W3C/Widget/JSTest.h [deleted file]
src/standards/W3C/Widget/JSWidget.cpp
src/standards/W3C/Widget/JSWidget.h
src/standards/W3C/Widget/Test.cpp [deleted file]
src/standards/W3C/Widget/Test.h [deleted file]
src/standards/W3C/Widget/config.xml [deleted file]
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