Closed GoogleCodeExporter closed 9 years ago
See cookie_unittest.cc for an example on how to get/set cookies:
http://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/tests/unittes
ts/cookie_unittest.cc
Original comment by czarek.t...@gmail.com
on 23 Oct 2012 at 8:23
SetCookie() and DeleteCookies() must be called on the IO thread.
CefCookieVisitor::Visit() will be called on the IO thread.
Original comment by czarek.t...@gmail.com
on 23 May 2013 at 12:28
See revision ee118504ee40.
Original comment by czarek.t...@gmail.com
on 27 May 2013 at 9:25
See also revision f0d1789ce26a.
Original comment by czarek.t...@gmail.com
on 27 May 2013 at 9:26
Cookie support was sponsored by Cyan Inc.
Original comment by czarek.t...@gmail.com
on 27 May 2013 at 9:28
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 23 Oct 2012 at 8:18