Add initial js implementation for runtime 76/146976/1
authornke94 <nke94@samsung.com>
Thu, 31 Aug 2017 10:06:50 +0000 (19:06 +0900)
committernke94 <nke94@samsung.com>
Thu, 31 Aug 2017 10:06:50 +0000 (19:06 +0900)
commitaacb73230eeef7421dea525a940a5385d7b408c4
treea6b4095642976156c835c593066157c83fe1fe74
parent2d4f43d7f3301d5609108f7950f63ef2be55f033
Add initial js implementation for runtime

Change-Id: I8486e69ca6d6a5f53d9b6df5ee92f0ccdaa1dadf
Signed-off-by: nke94 <nke94@samsung.com>
37 files changed:
wrt/package.json [new file with mode: 0644]
wrt/src/chromium/app.js [new file with mode: 0644]
wrt/src/chromium/browserwindow.js [new file with mode: 0644]
wrt/src/chromium/ipc.js [new file with mode: 0644]
wrt/src/common/app.js [new file with mode: 0644]
wrt/src/common/browserwindow.js [new file with mode: 0644]
wrt/src/common/ipc.js [new file with mode: 0644]
wrt/src/default_value.js [new file with mode: 0644]
wrt/src/event_define.js [new file with mode: 0644]
wrt/src/extension_manager.js [new file with mode: 0644]
wrt/src/ipc_message.js [new file with mode: 0644]
wrt/src/main.js [new file with mode: 0644]
wrt/src/manager.js [new file with mode: 0644]
wrt/src/runtime.js [new file with mode: 0644]
wrt/src/web_application.js [new file with mode: 0644]
wrt/src/web_window.js [new file with mode: 0644]
wrt/src/web_window_tag.js [new file with mode: 0644]
wrt/static/bower_components/jquery/.bower.json [new file with mode: 0644]
wrt/static/bower_components/jquery/MIT-LICENSE.txt [new file with mode: 0644]
wrt/static/bower_components/jquery/bower.json [new file with mode: 0644]
wrt/static/bower_components/jquery/dist/jquery.js [new file with mode: 0644]
wrt/static/bower_components/jquery/dist/jquery.min.js [new file with mode: 0644]
wrt/static/bower_components/jquery/dist/jquery.min.map [new file with mode: 0644]
wrt/static/reset.css [new file with mode: 0644]
wrt/static/web_window.css [new file with mode: 0644]
wrt/static/web_window.html [new file with mode: 0644]
wrt/static/web_window.js [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/.bower.json [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/MIT-LICENSE.txt [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/bower.json [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/dist/jquery.js [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/dist/jquery.min.js [new file with mode: 0644]
wrt/static_hosted/bower_components/jquery/dist/jquery.min.map [new file with mode: 0644]
wrt/static_hosted/reset.css [new file with mode: 0644]
wrt/static_hosted/web_window.css [new file with mode: 0644]
wrt/static_hosted/web_window.html [new file with mode: 0644]
wrt/static_hosted/web_window.js [new file with mode: 0644]