[Webkit-unassigned] [Bug 14730] [curl] Cookie handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 12:48:36 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14730


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17560|                            |review?
               Flag|                            |




------- Comment #4 from julien.chaffraix at gmail.com  2007-11-27 12:48 PDT -------
Created an attachment (id=17560)
 --> (http://bugs.webkit.org/attachment.cgi?id=17560&action=view)
First draft (cookie handling)

This patch imports the OWB cookie management both for handling, refusing and
storing cookies.

The points that remain are :
- writing cookies to a file should occur only when the CookieManager is
destroyed. My idea was to do that in the destructor of the
ResourceHandleManager but it is never called (my workaround is to write it each
time a cookie is added)
- I have left all the original comments and logging for discussion

Any comments appreciated.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list