Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-08-23 Thread Gyuyoung Kim
Hi,


LevelDB was removed in r172883. If there is any problem, please let me know.

http://trac.webkit.org/changeset/172883


Gyuyoung.



On Thu, Jul 17, 2014 at 1:15 PM, Gyuyoung Kim 
wrote:

> EFL and GTK already dropped own WK1 port. It seems to me there is no
> WK1 maintained port except for Mac and Window ports.
>
> Gyuyoung
>
>
> On Thursday, July 17, 2014, Brady Eidson  wrote:
>
>> Are there any WebKit1’s left besides Apple’s Mac and Windows ports?
>>
>> If not, we can drop the LevelDB source and start simplifying.
>>
>>  Brady
>>
>> On Jul 16, 2014, at 8:59 PM, Gyuyoung Kim 
>> wrote:
>>
>> Hello Nataraj,
>>
>> Though there is a meta bug as well as some following bugs, there are no
>> patches yet.
>>
>> [EFL][META] Enable IndexedDB
>> https://bugs.webkit.org/show_bug.cgi?id=87661
>>
>> Some webkit-efl folks are interested in supporting it though, AFAIK, it
>> is not started yet.
>>
>> Gyuyoung
>>
>> On Thursday, July 17, 2014, Nataraj Bukkambudi 
>> wrote:
>>
>>> Dear Gyuyoung,
>>>
>>> Is there anywork around patch going on to support indexedDB based on
>>> sqlite for EFL WK2 port also ?
>>>
>>>
>>>
>>> On Tue, Apr 29, 2014 at 8:39 AM, Gyuyoung Kim 
>>> wrote:
>>>
 Hi Brady,

 > Gyuyoung is there a bugzilla for that?

 I just file a bug for it.

 [EFL][WK1] Support indexedDB based on sqlite directly
 (https://bugs.webkit.org/show_bug.cgi?id=132317)

 My co-worker will upload  patches to support indexedDB based on sqlite
 for EFL WK1.

 Gyuyoung.


 On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson 
 wrote:

>
> On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul) 
> wrote:
>
>  Is there an alternative to levelDB without going to webkit2 ?
>
>
> Not at this time, but apparently EFL is planning to make it work
> (per Gyuyoung’s email to this thread)
>
> Gyuyoung is there a bugzilla for that?
>
> Thanks,
>  Brady
>
>
>  Steve "Harry" Coul
> sc...@cisco.com
>
>
>
>  On Apr 28, 2014, at 4:20 AM, ryuan Choi 
> wrote:
>
>  WebKit/Efl dropped level db dependency (and disabled leveldb)
>
>
> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :
>
>> Darin Adler  writes:
>>
>> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa <
>> rak...@webkit.org> wrote:
>> >
>> >> Sam Weinig  writes:
>> >>
>> >>> Hello,
>> >>>
>> >>> Is anyone using the LevelDB backend to IndexedDB?
>> >>
>> >> The EFL and GTK+ ports are.
>> >
>> > Are you sure?
>> >
>> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
>> > LevelDB back end at this time, because I believe nobody has made it
>> > work in WebKit2 yet.
>>
>>  Right, so it's only the build system that sets WTF_USE_LEVELDB to 1
>> and
>> builds the LevelDB stuff in ThirdParty.
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>
>  ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>  ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


>>>
>>>
>>> --
>>> Nataraj,
>>> Samsung india,
>>> Bangalore.
>>>
>>
>>
>> --
>> Sent from Gyuyoung Iphone
>>
>>
>>
>
> --
> Sent from Gyuyoung Iphone
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-07-16 Thread Gyuyoung Kim
EFL and GTK already dropped own WK1 port. It seems to me there is no
WK1 maintained port except for Mac and Window ports.

Gyuyoung

On Thursday, July 17, 2014, Brady Eidson  wrote:

> Are there any WebKit1’s left besides Apple’s Mac and Windows ports?
>
> If not, we can drop the LevelDB source and start simplifying.
>
>  Brady
>
> On Jul 16, 2014, at 8:59 PM, Gyuyoung Kim  > wrote:
>
> Hello Nataraj,
>
> Though there is a meta bug as well as some following bugs, there are no
> patches yet.
>
> [EFL][META] Enable IndexedDB
> https://bugs.webkit.org/show_bug.cgi?id=87661
>
> Some webkit-efl folks are interested in supporting it though, AFAIK, it
> is not started yet.
>
> Gyuyoung
>
> On Thursday, July 17, 2014, Nataraj Bukkambudi  > wrote:
>
>> Dear Gyuyoung,
>>
>> Is there anywork around patch going on to support indexedDB based on
>> sqlite for EFL WK2 port also ?
>>
>>
>>
>> On Tue, Apr 29, 2014 at 8:39 AM, Gyuyoung Kim 
>> wrote:
>>
>>> Hi Brady,
>>>
>>> > Gyuyoung is there a bugzilla for that?
>>>
>>> I just file a bug for it.
>>>
>>> [EFL][WK1] Support indexedDB based on sqlite directly
>>> (https://bugs.webkit.org/show_bug.cgi?id=132317)
>>>
>>> My co-worker will upload  patches to support indexedDB based on sqlite
>>> for EFL WK1.
>>>
>>> Gyuyoung.
>>>
>>>
>>> On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson 
>>> wrote:
>>>

 On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul) 
 wrote:

  Is there an alternative to levelDB without going to webkit2 ?


 Not at this time, but apparently EFL is planning to make it work
 (per Gyuyoung’s email to this thread)

 Gyuyoung is there a bugzilla for that?

 Thanks,
  Brady


  Steve "Harry" Coul
 sc...@cisco.com



  On Apr 28, 2014, at 4:20 AM, ryuan Choi  wrote:

  WebKit/Efl dropped level db dependency (and disabled leveldb)


 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :

> Darin Adler  writes:
>
> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa <
> rak...@webkit.org> wrote:
> >
> >> Sam Weinig  writes:
> >>
> >>> Hello,
> >>>
> >>> Is anyone using the LevelDB backend to IndexedDB?
> >>
> >> The EFL and GTK+ ports are.
> >
> > Are you sure?
> >
> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
> > LevelDB back end at this time, because I believe nobody has made it
> > work in WebKit2 yet.
>
>  Right, so it's only the build system that sets WTF_USE_LEVELDB to 1
> and
> builds the LevelDB stuff in ThirdParty.
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>

  ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


  ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev



 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev


>>>
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>>
>>
>>
>> --
>> Nataraj,
>> Samsung india,
>> Bangalore.
>>
>
>
> --
> Sent from Gyuyoung Iphone
>
>
>

-- 
Sent from Gyuyoung Iphone
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-07-16 Thread Brady Eidson
Are there any WebKit1’s left besides Apple’s Mac and Windows ports?

If not, we can drop the LevelDB source and start simplifying.

 Brady

On Jul 16, 2014, at 8:59 PM, Gyuyoung Kim  wrote:

> Hello Nataraj,
> 
> Though there is a meta bug as well as some following bugs, there are no 
> patches yet.
> 
> [EFL][META] Enable IndexedDB
> https://bugs.webkit.org/show_bug.cgi?id=87661
> 
> Some webkit-efl folks are interested in supporting it though, AFAIK, it is 
> not started yet.
> 
> Gyuyoung
> 
> On Thursday, July 17, 2014, Nataraj Bukkambudi  wrote:
> Dear Gyuyoung,
> 
> Is there anywork around patch going on to support indexedDB based on sqlite 
> for EFL WK2 port also ?
> 
> 
> 
> On Tue, Apr 29, 2014 at 8:39 AM, Gyuyoung Kim  wrote:
> Hi Brady,
> 
> > Gyuyoung is there a bugzilla for that?
> 
> I just file a bug for it.
> 
> [EFL][WK1] Support indexedDB based on sqlite directly
> (https://bugs.webkit.org/show_bug.cgi?id=132317)
> 
> My co-worker will upload  patches to support indexedDB based on sqlite for 
> EFL WK1.
> 
> Gyuyoung.
> 
> 
> On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson  wrote:
> 
> On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul)  wrote:
> 
>> Is there an alternative to levelDB without going to webkit2 ?
> 
> Not at this time, but apparently EFL is planning to make it work (per 
> Gyuyoung’s email to this thread)
> 
> Gyuyoung is there a bugzilla for that?
> 
> Thanks,
>  Brady
> 
>> 
>> Steve "Harry" Coul
>> sc...@cisco.com
>> 
>> 
>> 
>> On Apr 28, 2014, at 4:20 AM, ryuan Choi  wrote:
>> 
>>> WebKit/Efl dropped level db dependency (and disabled leveldb)
>>> 
>>> 
>>> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :
>>> Darin Adler  writes:
>>> 
>>> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa  
>>> > wrote:
>>> >
>>> >> Sam Weinig  writes:
>>> >>
>>> >>> Hello,
>>> >>>
>>> >>> Is anyone using the LevelDB backend to IndexedDB?
>>> >>
>>> >> The EFL and GTK+ ports are.
>>> >
>>> > Are you sure?
>>> >
>>> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
>>> > LevelDB back end at this time, because I believe nobody has made it
>>> > work in WebKit2 yet.
>>> 
>>> Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
>>> builds the LevelDB stuff in ThirdParty.
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
> 
> 
> -- 
> Nataraj,
> Samsung india,
> Bangalore.
> 
> 
> -- 
> Sent from Gyuyoung Iphone

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-07-16 Thread Gyuyoung Kim
Hello Nataraj,

Though there is a meta bug as well as some following bugs, there are no
patches yet.

[EFL][META] Enable IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=87661

Some webkit-efl folks are interested in supporting it though, AFAIK, it is
not started yet.

Gyuyoung

On Thursday, July 17, 2014, Nataraj Bukkambudi 
wrote:

> Dear Gyuyoung,
>
> Is there anywork around patch going on to support indexedDB based on
> sqlite for EFL WK2 port also ?
>
>
>
> On Tue, Apr 29, 2014 at 8:39 AM, Gyuyoung Kim  > wrote:
>
>> Hi Brady,
>>
>> > Gyuyoung is there a bugzilla for that?
>>
>> I just file a bug for it.
>>
>> [EFL][WK1] Support indexedDB based on sqlite directly
>> (https://bugs.webkit.org/show_bug.cgi?id=132317)
>>
>> My co-worker will upload  patches to support indexedDB based on sqlite
>> for EFL WK1.
>>
>> Gyuyoung.
>>
>>
>> On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson > > wrote:
>>
>>>
>>> On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul) >> > wrote:
>>>
>>>  Is there an alternative to levelDB without going to webkit2 ?
>>>
>>>
>>> Not at this time, but apparently EFL is planning to make it work
>>> (per Gyuyoung’s email to this thread)
>>>
>>> Gyuyoung is there a bugzilla for that?
>>>
>>> Thanks,
>>>  Brady
>>>
>>>
>>>  Steve "Harry" Coul
>>> sc...@cisco.com 
>>>
>>>
>>>
>>>  On Apr 28, 2014, at 4:20 AM, ryuan Choi >> > wrote:
>>>
>>>  WebKit/Efl dropped level db dependency (and disabled leveldb)
>>>
>>>
>>> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa >> >:
>>>
 Darin Adler >>> > writes:

 > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa >>> > wrote:
 >
 >> Sam Weinig >>> > writes:
 >>
 >>> Hello,
 >>>
 >>> Is anyone using the LevelDB backend to IndexedDB?
 >>
 >> The EFL and GTK+ ports are.
 >
 > Are you sure?
 >
 > Since the GTK+ port is now WebKit2-only, then it can’t be using the
 > LevelDB back end at this time, because I believe nobody has made it
 > work in WebKit2 yet.

  Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
 builds the LevelDB stuff in ThirdParty.

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 
 https://lists.webkit.org/mailman/listinfo/webkit-dev

>>>
>>>  ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> 
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>>
>>>  ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> 
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>>
>>>
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> 
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>>
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> 
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>
>
> --
> Nataraj,
> Samsung india,
> Bangalore.
>


-- 
Sent from Gyuyoung Iphone
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-07-16 Thread Nataraj Bukkambudi
Dear Gyuyoung,

Is there anywork around patch going on to support indexedDB based on sqlite
for EFL WK2 port also ?



On Tue, Apr 29, 2014 at 8:39 AM, Gyuyoung Kim 
wrote:

> Hi Brady,
>
> > Gyuyoung is there a bugzilla for that?
>
> I just file a bug for it.
>
> [EFL][WK1] Support indexedDB based on sqlite directly
> (https://bugs.webkit.org/show_bug.cgi?id=132317)
>
> My co-worker will upload  patches to support indexedDB based on sqlite for
> EFL WK1.
>
> Gyuyoung.
>
>
> On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson  wrote:
>
>>
>> On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul)  wrote:
>>
>>  Is there an alternative to levelDB without going to webkit2 ?
>>
>>
>> Not at this time, but apparently EFL is planning to make it work
>> (per Gyuyoung’s email to this thread)
>>
>> Gyuyoung is there a bugzilla for that?
>>
>> Thanks,
>>  Brady
>>
>>
>>  Steve "Harry" Coul
>> sc...@cisco.com
>>
>>
>>
>>  On Apr 28, 2014, at 4:20 AM, ryuan Choi  wrote:
>>
>>  WebKit/Efl dropped level db dependency (and disabled leveldb)
>>
>>
>> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :
>>
>>> Darin Adler  writes:
>>>
>>> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa 
>>> wrote:
>>> >
>>> >> Sam Weinig  writes:
>>> >>
>>> >>> Hello,
>>> >>>
>>> >>> Is anyone using the LevelDB backend to IndexedDB?
>>> >>
>>> >> The EFL and GTK+ ports are.
>>> >
>>> > Are you sure?
>>> >
>>> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
>>> > LevelDB back end at this time, because I believe nobody has made it
>>> > work in WebKit2 yet.
>>>
>>>  Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
>>> builds the LevelDB stuff in ThirdParty.
>>>
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>>
>>
>>  ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>>  ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>


-- 
Nataraj,
Samsung india,
Bangalore.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-28 Thread Gyuyoung Kim
Hi Brady,

> Gyuyoung is there a bugzilla for that?

I just file a bug for it.

[EFL][WK1] Support indexedDB based on sqlite directly
(https://bugs.webkit.org/show_bug.cgi?id=132317)

My co-worker will upload  patches to support indexedDB based on sqlite for
EFL WK1.

Gyuyoung.


On Mon, Apr 28, 2014 at 11:42 PM, Brady Eidson  wrote:

>
> On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul)  wrote:
>
>  Is there an alternative to levelDB without going to webkit2 ?
>
>
> Not at this time, but apparently EFL is planning to make it work
> (per Gyuyoung’s email to this thread)
>
> Gyuyoung is there a bugzilla for that?
>
> Thanks,
>  Brady
>
>
>  Steve "Harry" Coul
> sc...@cisco.com
>
>
>
>  On Apr 28, 2014, at 4:20 AM, ryuan Choi  wrote:
>
>  WebKit/Efl dropped level db dependency (and disabled leveldb)
>
>
> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :
>
>> Darin Adler  writes:
>>
>> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa 
>> wrote:
>> >
>> >> Sam Weinig  writes:
>> >>
>> >>> Hello,
>> >>>
>> >>> Is anyone using the LevelDB backend to IndexedDB?
>> >>
>> >> The EFL and GTK+ ports are.
>> >
>> > Are you sure?
>> >
>> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
>> > LevelDB back end at this time, because I believe nobody has made it
>> > work in WebKit2 yet.
>>
>>  Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
>> builds the LevelDB stuff in ThirdParty.
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>>
>
>  ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>  ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-28 Thread Brady Eidson

On Apr 28, 2014, at 5:40 AM, Steven Coul (scoul)  wrote:

> Is there an alternative to levelDB without going to webkit2 ?

Not at this time, but apparently EFL is planning to make it work (per 
Gyuyoung’s email to this thread)

Gyuyoung is there a bugzilla for that?

Thanks,
 Brady

> 
> Steve "Harry" Coul
> sc...@cisco.com
> 
> 
> 
> On Apr 28, 2014, at 4:20 AM, ryuan Choi  wrote:
> 
>> WebKit/Efl dropped level db dependency (and disabled leveldb)
>> 
>> 
>> 2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :
>> Darin Adler  writes:
>> 
>> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa  
>> > wrote:
>> >
>> >> Sam Weinig  writes:
>> >>
>> >>> Hello,
>> >>>
>> >>> Is anyone using the LevelDB backend to IndexedDB?
>> >>
>> >> The EFL and GTK+ ports are.
>> >
>> > Are you sure?
>> >
>> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
>> > LevelDB back end at this time, because I believe nobody has made it
>> > work in WebKit2 yet.
>> 
>> Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
>> builds the LevelDB stuff in ThirdParty.
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-28 Thread Steven Coul (scoul)
Is there an alternative to levelDB without going to webkit2 ?

Steve "Harry" Coul
sc...@cisco.com



On Apr 28, 2014, at 4:20 AM, ryuan Choi 
mailto:ryuan.c...@webkit.org>> wrote:

WebKit/Efl dropped level db dependency (and disabled leveldb)


2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa 
mailto:rak...@webkit.org>>:
Darin Adler mailto:da...@apple.com>> writes:

> On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa 
> mailto:rak...@webkit.org>> wrote:
>
>> Sam Weinig mailto:wei...@apple.com>> writes:
>>
>>> Hello,
>>>
>>> Is anyone using the LevelDB backend to IndexedDB?
>>
>> The EFL and GTK+ ports are.
>
> Are you sure?
>
> Since the GTK+ port is now WebKit2-only, then it can’t be using the
> LevelDB back end at this time, because I believe nobody has made it
> work in WebKit2 yet.

Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
builds the LevelDB stuff in ThirdParty.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-28 Thread ryuan Choi
WebKit/Efl dropped level db dependency (and disabled leveldb)


2014-04-28 16:44 GMT+09:00 Raphael Kubo da Costa :

> Darin Adler  writes:
>
> > On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa 
> wrote:
> >
> >> Sam Weinig  writes:
> >>
> >>> Hello,
> >>>
> >>> Is anyone using the LevelDB backend to IndexedDB?
> >>
> >> The EFL and GTK+ ports are.
> >
> > Are you sure?
> >
> > Since the GTK+ port is now WebKit2-only, then it can’t be using the
> > LevelDB back end at this time, because I believe nobody has made it
> > work in WebKit2 yet.
>
> Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
> builds the LevelDB stuff in ThirdParty.
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-28 Thread Raphael Kubo da Costa
Darin Adler  writes:

> On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa  wrote:
>
>> Sam Weinig  writes:
>>
>>> Hello,
>>>
>>> Is anyone using the LevelDB backend to IndexedDB?
>>
>> The EFL and GTK+ ports are.
>
> Are you sure?
>
> Since the GTK+ port is now WebKit2-only, then it can’t be using the
> LevelDB back end at this time, because I believe nobody has made it
> work in WebKit2 yet.

Right, so it's only the build system that sets WTF_USE_LEVELDB to 1 and
builds the LevelDB stuff in ThirdParty.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-27 Thread Gyuyoung Kim
Hi Darin and Ossy,

EFL port will use indexed DB based on sqlite both for WK1 and WK2. That's
why we disable the levelDB.
I also think we should remove levelDB if nobody use it.

Gyuyoung.


On Sun, Apr 27, 2014 at 7:21 PM, Osztrogonác Csaba wrote:

> Darin Adler írta:
>
>> On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa 
>> wrote:
>>
>>  Sam Weinig  writes:
>>>
>>>  Hello,

 Is anyone using the LevelDB backend to IndexedDB?

>>> The EFL and GTK+ ports are.
>>>
>>
>> Are you sure?
>>
>> Since the GTK+ port is now WebKit2-only, then it can't be using the
>> LevelDB back end at this time, because I believe nobody has made it work in
>> WebKit2 yet.
>>
>> --- Darin
>>
>
> IndexedDB only works with DatabaseProcess on WebKit2 and
> DatabaseProcess is Mac-only now, so neither GTK nor EFL
> can use LevelDB and IndexedDB on WebKit2.
>
> And it seems EFL is planning to disable LevelDB support
> on WebKit1 too - https://bugs.webkit.org/show_bug.cgi?id=132176
>
> If nobody uses LevelDB, shouldn't we get rid everything related
> to it from the trunk? (cmake, obxproj, vcxproj project files, sources)
>
> Ossy
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-27 Thread Osztrogonác Csaba

Darin Adler írta:

On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa  wrote:


Sam Weinig  writes:


Hello,

Is anyone using the LevelDB backend to IndexedDB?

The EFL and GTK+ ports are.


Are you sure?

Since the GTK+ port is now WebKit2-only, then it can't be using the LevelDB 
back end at this time, because I believe nobody has made it work in WebKit2 yet.

--- Darin


IndexedDB only works with DatabaseProcess on WebKit2 and
DatabaseProcess is Mac-only now, so neither GTK nor EFL
can use LevelDB and IndexedDB on WebKit2.

And it seems EFL is planning to disable LevelDB support
on WebKit1 too - https://bugs.webkit.org/show_bug.cgi?id=132176

If nobody uses LevelDB, shouldn't we get rid everything related
to it from the trunk? (cmake, obxproj, vcxproj project files, sources)

Ossy
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-26 Thread Darin Adler

On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa  wrote:

> Sam Weinig  writes:
> 
>> Hello,
>> 
>> Is anyone using the LevelDB backend to IndexedDB?
> 
> The EFL and GTK+ ports are.

Are you sure?

Since the GTK+ port is now WebKit2-only, then it can’t be using the LevelDB 
back end at this time, because I believe nobody has made it work in WebKit2 yet.

— Darin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-25 Thread Raphael Kubo da Costa
Sam Weinig  writes:

> Hello,
>
> Is anyone using the LevelDB backend to IndexedDB?

The EFL and GTK+ ports are.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Is anyone using the LevelDB backend to IndexedDB?

2014-04-24 Thread Sam Weinig
Hello,

Is anyone using the LevelDB backend to IndexedDB?

- Sam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev