Re: [webkit-dev] Curl Cookie Handling

2009-02-10 Thread Julien Chaffraix
Hi Kevin, Is this patch still valid, i.e. not made obsolete by another approach? As far as I know, there is no work towards storing the cookies inside the database as it is done in Firefox. Furthermore I know no work in cURL toward exposing the cookies so that we could add / remove / update

Re: [webkit-dev] Curl Cookie Handling

2009-02-10 Thread Kevin Ollivier
Hi Julien, On Feb 10, 2009, at 7:08 AM, Julien Chaffraix wrote: Hi Kevin, Is this patch still valid, i.e. not made obsolete by another approach? As far as I know, there is no work towards storing the cookies inside the database as it is done in Firefox. Furthermore I know no work in cURL

[webkit-dev] Curl Cookie Handling

2009-02-09 Thread mwas
Hi, I have Integrated the patch given in https://bugs.webkit.org/show_bug.cgi?id=14730 on webkit r36766 with additions on SQLITE db calls The patch does not work on www.facebook.com and results an inconsistent crashes / memory corruptions. Here is the snapshot of what valgrind has: 833

Re: [webkit-dev] Curl Cookie Handling

2009-02-09 Thread Julien Chaffraix
Hi, I have Integrated the patch given in https://bugs.webkit.org/show_bug.cgi?id=14730 on webkit r36766 with additions on SQLITE db calls As you have seen this patch is not integrated and is a year old. As a result, it may have rotten (the code has changed and some assertions I made are not

Re: [webkit-dev] Curl Cookie Handling

2009-02-09 Thread Kevin Ollivier
Hi Julien, On Feb 9, 2009, at 7:23 AM, Julien Chaffraix wrote: Hi, I have Integrated the patch given in https://bugs.webkit.org/show_bug.cgi?id=14730 on webkit r36766 with additions on SQLITE db calls As you have seen this patch is not integrated and is a year old. As a result, it may