Clear contexts on EWebView exit
authorDaniel Waślicki <d.waslicki@samsung.com>
Wed, 16 Sep 2015 10:47:15 +0000 (12:47 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit264a8d2e637d6b98c3a9e67fda3b5af8227da8b3
treee468cfe072d4ed229dcd653b35204ddd18469a8c
parent77c6495d9dba2b2f2dc1c3290839af81dd2f9380
Clear contexts on EWebView exit

When user turns on a private browsing mode, we create a new context
and save an old one. If user wants to close a browser under these
circumstance (with private browsing turned on) we have two contexts open
where the default one is unused (default context should be removed
as the last one). In order to work properly we need to delete a temporarily
created context for a private browsing purpose and bring back the default
one.

Original beta/m42 patch:
http://165.213.202.130/gerrit/#/c/87523/

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=13557
Reviewed by: a1.gomes, djmix.kim

Change-Id: I6dd1391f9bbbb800f9149a94bf296a4ae7642a22
Signed-off-by: Daniel Waślicki <d.waslicki@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc