[Webkit-unassigned] [Bug 115028] [EFL] Add command line option to MiniBrowser to set cookies policy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 7 01:56:15 PDT 2013


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-05-07 01:54:40 PST ---
(From update of attachment 199210)
View in context: https://bugs.webkit.org/attachment.cgi?id=199210&action=review

> Tools/ChangeLog:7
> +

Missing description.

> Tools/MiniBrowser/efl/main.c:53
> +static ushort cookies_policy = EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY;

Do you have any reason to set EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY instead of EWK_COOKIE_ACCEPT_POLICY_ALWAYS ?  Isn't EWK_COOKIE_ACCEPT_POLICY_ALWAYS default value ?

> Tools/MiniBrowser/efl/main.c:1669
> +    cookies_policy = cookies_policy % 3;

I think we should remain that user can set the policy.

-- 
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