[webkit-dev] cookie implementation

Adam Barth abarth at webkit.org
Mon Aug 15 13:03:54 PDT 2011


Do you mean network-level cookies or the document.cookie API?

If you mean the document.cookie API, you'll need to implement these functions:

http://trac.webkit.org/browser/trunk/Source/WebCore/platform/CookieJar.h

Adam


On Mon, Aug 15, 2011 at 12:43 PM, Moumita Banerjee <mouban1980 at gmail.com> wrote:
> Hi,
> I want to implement cookie in cairo port webkit. But I am unbale to do this.
> Please help me. I don’t understant which class is responceble to get and set
> the cookie. Please help me.
>
> Thanks,
> moumita
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list