tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.083137 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:51:55 +0000 (22:51 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 13:51:55 +0000 (22:51 +0900)
commit63f40aa9c630d4c2a7be0d2315b58f128fec4c5a
treee5439969bf46d1a3776c2492c446faf751688cee
parent3d5bd0ba65403b665c2d75e6bb84a77a76b53c98
tizen 2.3.1 release
39 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
LICENSE [new file with mode: 0755]
NEWS [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README [new file with mode: 0644]
data/ise-web-helper-agent.help [new file with mode: 0644]
data/sample/css/style.css [new file with mode: 0755]
data/sample/images/html5.png [new file with mode: 0644]
data/sample/images/icon_back.png [new file with mode: 0644]
data/sample/images/icon_enter.png [new file with mode: 0644]
data/sample/images/icon_shift.png [new file with mode: 0644]
data/sample/images/icon_shift_on.png [new file with mode: 0644]
data/sample/images/icon_space.png [new file with mode: 0644]
data/sample/images/tizen_32.png [new file with mode: 0755]
data/sample/index.html [new file with mode: 0644]
data/sample/js/web-helper-client.js [new file with mode: 0644]
ise-web-helper-agent.efl [new file with mode: 0644]
ise-web-helper-agent.manifest [new file with mode: 0755]
ise-web-helper-agent.xml [new file with mode: 0644]
packaging/ise-web-helper-agent.changes [new file with mode: 0644]
packaging/ise-web-helper-agent.spec [new file with mode: 0644]
src/common.cpp [new file with mode: 0644]
src/include/common.h [new file with mode: 0644]
src/include/ise.h [new file with mode: 0644]
src/include/packages.h [new file with mode: 0644]
src/include/web_container.h [new file with mode: 0644]
src/include/web_helper_agent.h [new file with mode: 0644]
src/ise.cpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/packages.cpp [new file with mode: 0644]
src/web_container.cpp [new file with mode: 0644]
src/web_container_plugin.cpp [new file with mode: 0644]
src/web_helper_agent.cpp [new file with mode: 0644]
src/web_helper_agents/direct.cpp [new file with mode: 0644]
src/web_helper_agents/direct.h [new file with mode: 0644]
src/web_helper_agents/websocket.cpp [new file with mode: 0644]
src/web_helper_agents/websocket.h [new file with mode: 0644]