Clean up constructors of WebApplication and NativeWindow
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 22 Apr 2015 08:03:46 +0000 (17:03 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 22 Apr 2015 08:19:47 +0000 (17:19 +0900)
commiteb17603f1ce8724bb1eba42d31f10b205ccf5058
treed7f146fdc7875e79a5fa45e28a8d5076a3dbb7ac
parentc9458d0ddabf6f9c30918d77b8b6ae9904f8d099
Clean up constructors of WebApplication and NativeWindow

- Clean up constructors and initializers
- Move Initialize() function to private scope.
- Change initialized() to launched()
- Remove ExtensionServer dependencies.
- Add UUID to WebApplication

Change-Id: Ic54a5529c12e2860266564ddd33813064391c3f4
src/runtime/native_window.cc
src/runtime/native_window.h
src/runtime/runtime.cc
src/runtime/web_application.cc
src/runtime/web_application.h