Add ApplicationDataManager to maintain the cache for ApplicationData
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 19 May 2016 06:58:32 +0000 (15:58 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 19 May 2016 06:58:32 +0000 (15:58 +0900)
commit887d8e0439deca3e1cfc9d9037ba2f3d2b583220
tree45a868431b8cb7557d44c4f45928a5327e58224c
parenta97a963bb2647678cd484212b1824a6019972086
Add ApplicationDataManager to maintain the cache for ApplicationData

In single process model, the runtime and the injected bundle can
share one ApplicationData instance. The injected bundle uses the
cached ApplicationData instance to reduce launching time.
common/application_data.cc
common/application_data.h
runtime/browser/runtime.cc
runtime/browser/web_application.cc
runtime/browser/web_application.h
runtime/renderer/injected_bundle.cc