[Webkit-unassigned] [Bug 35942] [GTK] Fails http/tests/plugins/third-party-cookie-accept-policy.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 12:43:22 PST 2010


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





--- Comment #15 from Gustavo Noronha (kov) <gns at gnome.org>  2010-03-12 12:43:22 PST ---
(In reply to comment #14)
> I still don't understand this change.  If it's meant just for DRT, then we
> should have DRT set the policy.

Let me try to clarify, then. We decided that the default cookie jar for
WebKitGTK+ will have the "no third party" policy set. Most non-trivial
applications will override the default cookie jar, and set their own policy
(Epiphany already does this, for instance).

We thought this would be enough, but there are clearly some tests that need to
set third party cookies, so we also implemented the DRT infrastructure to set
the cookies acceptance policy: (see
https://bugs.webkit.org/show_bug.cgi?id=36056).

The process was a bit convoluted, mostly because I failed to do a more
appropriate research on how this was handled by other ports (mea culpa there),
but I think we got what we need: our default policy is set to the value we
want, applications can override it, the layoutTestController infrastructure is
implemented, and is being used by DRT.

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