[Webkit-unassigned] [Bug 17917] Cookie support for HTTP soup backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 09:13:48 PDT 2008


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





------- Comment #9 from julien.chaffraix at gmail.com  2008-04-08 09:13 PDT -------
(In reply to comment #7)
> (In reply to comment #6)
> > I do not know libsoup, so I will just comment on the interaction with the other
> > backend.
> > 
> > CookieJar.h and CookieJarGtk.h are currently shared with the cURL backend and
> > your changes do not take that into account.
> > 
> > For CookieJarGtk, we have the choice between 
> > adding the proper #if USE guards or split it into two files.
> > I do not really think we can share code in this case so I would vote for
> > splitting the files and moving them in their own directory.
> 
> As I said it was not meant to be a good solution or anything, just a quick hack
> to actually test the code. So you think a proper solution would be to add
> CookieJarSoup or something like that?
> 

Exactly. As the code is going to be really different, it is better to remove
the current CookieJarGtk and create CookieJarCurl and CookieJarSoup (it may
also be a good idea to move them to their platform/network directory).


-- 
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