Implements InjectedBundle and handlers of ExtensionServer
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 24 Apr 2015 10:34:54 +0000 (19:34 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 24 Apr 2015 10:41:46 +0000 (19:41 +0900)
commit2cab79c137fd102fe929528dcb2c13a2586c362f
tree1418ad20dcadad1e3ee7d9ce951fdeb08fae2786
parent64270bfafaff730207b664b34f80817ef7f68efd
Implements InjectedBundle and handlers of ExtensionServer

Change-Id: I0b002ed4eea90771019091bcd24130184ec4aa7d
28 files changed:
packaging/wrt.spec
src/bundle/CMakeLists.txt
src/bundle/extension_client.cc [new file with mode: 0755]
src/bundle/extension_client.h [new file with mode: 0755]
src/bundle/extension_client_test.cc [new file with mode: 0644]
src/bundle/extension_module.cc [new file with mode: 0644]
src/bundle/extension_module.h [new file with mode: 0644]
src/bundle/extension_renderer_controller.cc [new file with mode: 0755]
src/bundle/extension_renderer_controller.h [changed mode: 0644->0755]
src/bundle/injected_bundle.cc
src/bundle/module_system.cc [new file with mode: 0644]
src/bundle/module_system.h [new file with mode: 0644]
src/common/CMakeLists.txt
src/common/constants.cc
src/common/constants.h
src/common/dbus_client.cc
src/common/dbus_client.h
src/common/dbus_server.cc
src/common/dbus_server.h
src/common/profiler.cc [new file with mode: 0644]
src/common/profiler.h [new file with mode: 0644]
src/common/string_utils.cc
src/common/string_utils.h
src/extension/CMakeLists.txt
src/extension/extension_server.cc
src/extension/extension_server.h
src/runtime/runtime.cc
src/runtime/runtime.h