[Release] livebox.web-provider-1.9 submit/tizen_2.1/20130419.094333
authorleerang song <leerang.song@samsung.com>
Mon, 15 Apr 2013 06:09:26 +0000 (15:09 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 19 Apr 2013 09:42:58 +0000 (18:42 +0900)
commit4591616c8738e2ba667c10439c1f43ec49009781
treebc3f7c36dd5a1abcc3ac993fae5bdc43a656c4dd
parent9b42b8ea22373ec08382a7a126f911ddbeb53683
[Release] livebox.web-provider-1.9

Change-Id: I5b926e2d1c0406bd2b1b7a5bca224369dbfd9737
90 files changed:
CMakeLists.txt
LICENSE [deleted file]
LICENSE.Flora [new file with mode: 0755]
data/web_provider_reset_db.sh
packaging/livebox.web-provider.spec
src/API/CMakeLists.txt
src/API/SqliteDB.cpp
src/API/SqliteDB.h
src/API/WebProviderDB.h
src/API/web-provider-info.h
src/API/web_provider_livebox_info.cpp
src/API/web_provider_livebox_info.h
src/API/web_provider_plugin_info.cpp
src/API/web_provider_plugin_info.h
src/CMakeLists.txt
src/Core/Box.cpp
src/Core/Box.h
src/Core/BoxData.h
src/Core/BoxManager.cpp
src/Core/BoxManager.h
src/Core/BoxSchemeHandler.cpp
src/Core/BoxSchemeHandler.h
src/Core/BoxState.cpp
src/Core/BoxState.h
src/Core/BoxUpdateTimer.cpp
src/Core/BoxUpdateTimer.h
src/Core/Buffer/BoxRenderBuffer.cpp
src/Core/Buffer/BoxRenderBuffer.h
src/Core/Buffer/CMakeLists.txt
src/Core/Buffer/IRenderBuffer.h
src/Core/Buffer/PdRenderBuffer.cpp
src/Core/Buffer/PdRenderBuffer.h
src/Core/Buffer/RenderBuffer.cpp
src/Core/Buffer/RenderBuffer.h
src/Core/Buffer/RenderBufferFactory.cpp
src/Core/Buffer/RenderBufferFactory.h
src/Core/CMakeLists.txt
src/Core/IBox.h
src/Core/IBoxContext.h
src/Core/IBoxManager.h
src/Core/IBoxState.h
src/Core/Service/AppControl.cpp
src/Core/Service/AppControl.h
src/Core/Service/CMakeLists.txt
src/Core/Service/PeriodChanger.cpp [changed mode: 0644->0755]
src/Core/Service/PeriodChanger.h [changed mode: 0644->0755]
src/Core/Service/ScrollHolder.cpp
src/Core/Service/ScrollHolder.h
src/Core/Util/CMakeLists.txt
src/Core/Util/ITimer.h
src/Core/Util/Log.cpp
src/Core/Util/Log.h
src/Core/Util/Noncopyable.h
src/Core/View/CMakeLists.txt
src/Core/View/IPdHelper.h
src/Core/View/IRenderView.h
src/Core/View/IWebView.h
src/Core/View/InjectedScript.h
src/Core/View/PdHelper.cpp
src/Core/View/PdHelper.h
src/Core/View/WebView.cpp
src/Core/View/WebView.h
src/Daemon/BoxDaemon.cpp
src/Daemon/BoxDaemon.h
src/Daemon/BoxDaemonImpl.cpp [changed mode: 0644->0755]
src/Daemon/BoxDaemonImpl.h
src/Daemon/BoxDaemonUtil.cpp
src/Daemon/BoxDaemonUtil.h
src/Daemon/CMakeLists.txt
src/Daemon/main.cpp
src/Plugin/AppBoxPlugin/AppBoxManager.cpp
src/Plugin/AppBoxPlugin/AppBoxManager.h
src/Plugin/AppBoxPlugin/AppBoxObserver.cpp
src/Plugin/AppBoxPlugin/AppBoxObserver.h
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.cpp
src/Plugin/AppBoxPlugin/AppBoxPluginFactory.h
src/Plugin/AppBoxPlugin/AppBoxRenderBuffer.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderBuffer.h
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp
src/Plugin/AppBoxPlugin/AppBoxRenderView.h
src/Plugin/AppBoxPlugin/AppPdHelper.cpp
src/Plugin/AppBoxPlugin/AppPdHelper.h
src/Plugin/AppBoxPlugin/CMakeLists.txt
src/Plugin/AppBoxPlugin/box_plugin_interface.cpp
src/Plugin/BoxPluginConnector.cpp
src/Plugin/BoxPluginConnector.h
src/Plugin/CMakeLists.txt
src/Plugin/IBoxPluginConnector.h
src/Plugin/IBoxPluginFactory.h
src/Plugin/box_plugin_interface.h