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

Osztrogonác Csaba oszi at inf.u-szeged.hu
Sun Apr 27 03:21:36 PDT 2014


Darin Adler írta:
> On Apr 25, 2014, at 1:05 AM, Raphael Kubo da Costa <rakuco at webkit.org> wrote:
> 
>> Sam Weinig <weinig at 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.
> 
> --- 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


More information about the webkit-dev mailing list