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] NPN_InvokeDefault failure

2012-05-02 Thread tmalsbar
> En 26/04/12 19:47, tmals...@codeaurora.org escribiu: >> Hello, >> >> Calling NPN_InvokeDefault from a plugin fails sometimes using the latest >> built for gtk (using JavaScriptCore). The failure occurs because the >> if (!rootObject || !rootObject->isValid()) >> check fails in NP_jsobject.cp

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Maciej Stachowiak
On May 2, 2012, at 1:03 PM, Adam Barth wrote: > One example from this case is seamless navigation. I implemented > seamless navigation in two steps: > > 1) Refactoring the existing codepaths to go through a common function. > 2) Teaching the common function how to redirect navigation for > sea

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Adam Barth
On Wed, May 2, 2012 at 12:11 PM, Maciej Stachowiak wrote: > On May 2, 2012, at 11:48 AM, Jarred Nicholls wrote: > On Wed, May 2, 2012 at 2:03 PM, Maciej Stachowiak wrote: >> On May 2, 2012, at 6:14 AM, Jarred Nicholls wrote: >> On Tue, May 1, 2012 at 7:39 PM, Maciej Stachowiak wrote: >>> I'm n

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Maciej Stachowiak
On May 2, 2012, at 11:48 AM, Jarred Nicholls wrote: > On Wed, May 2, 2012 at 2:03 PM, Maciej Stachowiak wrote: > > On May 2, 2012, at 6:14 AM, Jarred Nicholls wrote: > >> On Tue, May 1, 2012 at 7:39 PM, Maciej Stachowiak wrote: >> >> >> I'm not too picky about how it's done, but I'd feel

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Jarred Nicholls
On Wed, May 2, 2012 at 2:03 PM, Maciej Stachowiak wrote: > > On May 2, 2012, at 6:14 AM, Jarred Nicholls wrote: > > On Tue, May 1, 2012 at 7:39 PM, Maciej Stachowiak wrote: > >> >> >> I'm not too picky about how it's done, but I'd feel more comfortable with >> #ifdef protecting the code changes

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Maciej Stachowiak
On May 2, 2012, at 6:14 AM, Jarred Nicholls wrote: > On Tue, May 1, 2012 at 7:39 PM, Maciej Stachowiak wrote: > > > I'm not too picky about how it's done, but I'd feel more comfortable with > #ifdef protecting the code changes rather than if(). If the changes are so > entangled that it's no

Re: [webkit-dev] NPN_InvokeDefault failure

2012-05-02 Thread Sergio Villar Senin
En 26/04/12 19:47, tmals...@codeaurora.org escribiu: > Hello, > > Calling NPN_InvokeDefault from a plugin fails sometimes using the latest > built for gtk (using JavaScriptCore). The failure occurs because the > if (!rootObject || !rootObject->isValid()) > check fails in NP_jsobject.cpp@_NPN_

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

Re: [webkit-dev] Implementing CSS3 Paged Media Margin Boxes

2012-05-02 Thread Milian Wolff
On Tuesday 01 May 2012 11:16:07 Simon Fraser wrote: > Dave Hyatt is interested in doing more Paged Media stuff. > > Any work in this area should be preceded by a conversation with Dave. OK, thanks. I've send him an email and await input from him. Cheers > On Apr 27, 2012, at 11:47 AM, Eric Seid

Re: [webkit-dev] Feature Announcement: Adding

2012-05-02 Thread Jarred Nicholls
On Tue, May 1, 2012 at 7:39 PM, Maciej Stachowiak wrote: > > On May 1, 2012, at 4:04 PM, Adam Barth wrote: > > > On Tue, May 1, 2012 at 3:50 PM, Maciej Stachowiak wrote: > >> On May 1, 2012, at 3:31 PM, Eric Seidel wrote: > >>> Is your goal to be able to disable the feature to prevent a late-k

[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