[Webkit-unassigned] [Bug 191645] [Curl] Implement Cookie Accept Policy.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 27 22:22:57 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=191645
--- Comment #45 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Michael Catanzaro from comment #43)
> Comment on attachment 362979 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=362979&action=review
>
> > Source/WebCore/platform/network/curl/CookieJarDB.h:44
> > +enum class CookieAcceptPolicy {
> > + Always,
> > + Never,
> > + OnlyFromMainDocumentDomain,
> > + ExclusivelyFromMainDocumentDomain
> > +};
>
> Why not just use the existing HTTPCookieAcceptPolicy enum?
>
Curl port is used in WebKit and WebKitLegacy.But HTTPCookieAcceptPolicy enum is defined in WebKit layer.
And we shouldn't use it for WebKitLegacy. So we should define AcceptPolicy in curl port.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190228/19903b6b/attachment-0001.html>
More information about the webkit-unassigned
mailing list