Re: [webkit-dev] upgrading sqlite library

2010-03-26 Thread Dumitru Daniliuc
my test still fails in safari/DRT. according to richard hipp, the patch that fixed this problem (http://www.sqlite.org/src/ci/256ec3c6af) was added to sqlite starting with version 3.6.16 (chromium uses 3.6.18, that's why the test passed there). i couldn't patch webkit's sqlite library, but i change

Re: [webkit-dev] upgrading sqlite library

2010-03-26 Thread Sam Weinig
In fairness to Mark Rowe, he did the work. On Fri, Mar 26, 2010 at 12:32 PM, Dumitru Daniliuc wrote: > it's a new test that i haven't submitted yet. > > sam: thanks for upgrading sqlite. i'm running that test right now. > > dumi > > > > On Fri, Mar 26, 2010 at 9:43 AM, Brady Eidson wrote: > >> >

Re: [webkit-dev] upgrading sqlite library

2010-03-26 Thread Dumitru Daniliuc
it's a new test that i haven't submitted yet. sam: thanks for upgrading sqlite. i'm running that test right now. dumi On Fri, Mar 26, 2010 at 9:43 AM, Brady Eidson wrote: > > On Mar 25, 2010, at 5:34 PM, Dumitru Daniliuc wrote: > > > (a HTML5 DB test fails 100% of the time in safari and DRT,

Re: [webkit-dev] upgrading sqlite library

2010-03-26 Thread Sam Weinig
We are now updated to version 3.6.12 as of http://trac.webkit.org/changeset/56607. -Sam On Thu, Mar 25, 2010 at 6:39 PM, Sam Weinig wrote: > The version in the OpenSource tree does not match what we ship on Mac OS X > or Windows as part of Safari. We are going to update it to the same version

Re: [webkit-dev] upgrading sqlite library

2010-03-26 Thread Brady Eidson
On Mar 25, 2010, at 5:34 PM, Dumitru Daniliuc wrote: > (a HTML5 DB test fails 100% of the time in safari and DRT, but passes 100% > of the time in chromium and as a standalone program linked directly to sqlite > 3.4.2) What is the bugzilla for this? A test that should pass but fails 100% of

Re: [webkit-dev] upgrading sqlite library

2010-03-25 Thread Sam Weinig
The version in the OpenSource tree does not match what we ship on Mac OS X or Windows as part of Safari. We are going to update it to the same version that is used by Snow Leopard (version 3.6.12) shortly. Thanks for bringing this to our attention. - Sam On Thu, Mar 25, 2010 at 5:34 PM, Dumitru

[webkit-dev] upgrading sqlite library

2010-03-25 Thread Dumitru Daniliuc
hi, i have a few questions about the sqlite library that webkit uses: 1. what version is it? 2. is there any reason why we cannot upgrade it? 3. what would it take to upgrade it? is there a standard process that i could go through? it seems to me that webkit's sqlite library has some bugs that w