Fix ewk shutdown procedure
authorKamil Klimek <k.klimek@partner.samsung.com>
Fri, 13 Jun 2014 22:54:10 +0000 (15:54 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit2a9120345cc79a8f040435b9edbc69ecbfbc6fd7
tree6fd994622549eb1b047fe234f300683e49c4b72d
parenta097c48be1d0653bbe6bbaa4537bf1a9808cbc0f
Fix ewk shutdown procedure

1. Releasing all blink related resources so all local caches are written
to the hard drive
2. Releasing web pages
3. Releasing all EWK API related structures and resources

Issue: CBWEBVIEW-525
Change-Id: Ie453682a1a302f463726b836c205ebdb2783fe31

Conflicts:

impl/browser_context_efl.cc
tizen_src/impl/browser_context_efl.cc
tizen_src/impl/browser_context_efl.h
tizen_src/impl/browser_main_parts_efl.cc
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/eweb_context.cc
tizen_src/impl/eweb_context.h
tizen_src/impl/ewk_global_data.cc [new file with mode: 0644]
tizen_src/impl/ewk_global_data.h [new file with mode: 0644]
tizen_src/impl/message_pump_for_ui_efl.cc