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