[Webkit-unassigned] [Bug 44256] [EFL] Private Browsing feature for WebKit-Efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 08:17:02 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44256





--- Comment #9 from Grzegorz <g.czajkowski at samsung.com>  2010-11-05 08:17:02 PST ---
1) I moved a function _ewk_cookie_jar_replace to ewk_cookies.h

2) I changed the name of feature to Incognito Browsing Feature because WebKit already has private browsing for the Pages.

3) I changed condition - if we alredy are in incognito mode we return EINA_TRUE.

4) Needed information regarding to cookies are stored in Ewk_Incognito_Cookies struct. Definition of this struct is puted to ewk_cookies.cpp, only _ewk_jookie_jar_replace uses it.

5) A new function _ewk_incognito_cookies_get() has been added.

5) Static variables are moved to _ewk_incognito_cookie_get() - they are needed in this case - I think.

6) Added docs.

7) Changelog has high-level summary.

I would like to know your opinion on that.
Thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list