Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread Joshua Bell
On Thu, May 3, 2012 at 2:04 AM, Jiyeon Kim wrote: > On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecflett@chromium.orgwrote: > > > Hi all. > > > > This is Jiyeon Kim recently joined webkit-dev mailing list. > > ** ** > > Welcome - I'm somewhat new here myself, but I am worki

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread David Grogan
On Thu, May 3, 2012 at 2:04 AM, Jiyeon Kim wrote: > On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecflett@chromium.orgwrote: > > > Hi all. > > > > This is Jiyeon Kim recently joined webkit-dev mailing list. > > ** ** > > Welcome - I'm somewhat new here myself, but I am worki

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-03 Thread Jiyeon Kim
On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecfl...@chromium.org wrote: Hi all. This is Jiyeon Kim recently joined webkit-dev mailing list. Welcome - I'm somewhat new here myself, but I am working on IndexedDB support in WebKit.. I’ve got two questions on IndexedDB. First, I

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-02 Thread Jiyeon Kim
On Thursday, May 03, 2012 at 1:59AM, Alec Flett alecfl...@chromium.org wrote: Hi all. This is Jiyeon Kim recently joined webkit-dev mailing list. Welcome - I'm somewhat new here myself, but I am working on IndexedDB support in WebKit.. I’ve got two questions on IndexedDB. First, I

Re: [webkit-dev] Queries regarding indexed db implementation

2012-05-02 Thread Alec Flett
On Wed, May 2, 2012 at 4:42 AM, 김지연 wrote: > Hi all. > > ** ** > > This is Jiyeon Kim recently joined webkit-dev mailing list. > > ** > Welcome - I'm somewhat new here myself, but I am working on IndexedDB support in WebKit.. ** > > I’ve got two questions on IndexedDB. > > First, I

[webkit-dev] Queries regarding indexed db implementation

2012-05-02 Thread 김지연
Hi all. This is Jiyeon Kim recently joined webkit-dev mailing list. I’ve got two questions on IndexedDB. First, I wonder, while Web storage and Web SQL have tracker, why Indexed DB doesn’t have tracker. Second, if you look at IDBFactory::open() method in IDBFactory.cpp file, the fifth a