[webkit-dev] cookie implementation
Martin Robinson
mrobinson at webkit.org
Mon Aug 15 16:43:26 PDT 2011
On Mon, Aug 15, 2011 at 12:43 PM, Moumita Banerjee <mouban1980 at 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 Cairo port you are using. Do you mean
the WinCairo port? If so, it uses the cURL networking backend. Cookies
probably aren't working because no one is calling
ResourceHandleManager::setCookieJarFileName. Likely the WinCairo port
just needs to expose that via its API.
--Martin
More information about the webkit-dev
mailing list