Initial implementation of app loop 48/170948/4
authorprathmeshm <prathmesh.m@samsung.com>
Fri, 23 Feb 2018 11:09:44 +0000 (16:39 +0530)
committerprathmeshm <prathmesh.m@samsung.com>
Wed, 28 Feb 2018 11:10:59 +0000 (16:40 +0530)
commitc76ede6a4d27ae6dcda26d5f1990072755f5d793
tree4ea509c6bcca7d08d2e6b07f41e8beca7e4590ed
parent47c1995de576c2cc344bcfdbae06e859db059933
Initial implementation of app loop

Change-Id: Id704b08ce2df00648de0e7b1718f5c994894df40
Signed-off-by: prathmeshm <prathmesh.m@samsung.com>
17 files changed:
atom/app/atom_main.cc
atom/app/runtime.cc [new file with mode: 0644]
atom/app/runtime.h [new file with mode: 0644]
atom/app/ui_runtime.cc [new file with mode: 0644]
atom/app/ui_runtime.h [new file with mode: 0644]
atom/browser/api/atom_api_web_contents.cc
atom/browser/api/atom_api_window.cc
atom/browser/api/atom_api_window.h
atom/browser/browser.cc
atom/browser/browser.h
atom/browser/browser_observer.h
efl/build/system.gyp
electron.gyp
filenames.gypi
wrt/src/runtime.js
wrt/src/web_window.js
wrt/src/web_window_tag.js