[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 21 02:12:21 PDT 2013


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





--- Comment #9 from Christophe Dumez <dchris at gmail.com>  2013-05-21 02:10:49 PST ---
(From update of attachment 202276)
View in context: https://bugs.webkit.org/attachment.cgi?id=202276&action=review

I think adding such command line parameter is a good idea but I don't like the approach.

> Tools/MiniBrowser/efl/main.c:161
> +            ('p', "policy-cookies", "cookies policy: 0 - always accept, 1 - never accept, 2 - don't accept third-party cookies", 2),

Using integers is really obscure IMHO. Why don't we use user-readable strings instead? It's not like performance really matters here. This is a user-facing setting and it should be user-readable.

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