[webkit-dev] cookie implementation

2011-08-15 Thread Moumita Banerjee
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

Re: [webkit-dev] cookie implementation

2011-08-15 Thread Adam Barth
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 mouban1...@gmail.com

Re: [webkit-dev] cookie implementation

2011-08-15 Thread Martin Robinson
On Mon, Aug 15, 2011 at 12:43 PM, Moumita Banerjee mouban1...@gmail.com wrote: 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. You didn't mention, exactly what

Re: [webkit-dev] cookie implementation

2011-08-15 Thread Moumita Banerjee
Hi, I am using wincairoport in webkit. I wanted to implement Siteminder SSO feature, So where I will integrate my code with webkit code to maintein the cookie information. Please let me know the entry point. Please let me know if there is any sample code. Thanks, Moumita On Mon, Aug 15, 2011