RESOLVED FIXED 135692
[GTK] Disable IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=135692
Summary [GTK] Disable IndexedDB
Csaba Osztrogonác
Reported 2014-08-07 00:15:28 PDT
EFL already disabled it by https://trac.webkit.org/changeset/167872 webkit-dev discussion: https://lists.webkit.org/pipermail/webkit-dev/2014-April/026484.html IndexedDB works with only WebKit2 and enabled DatabaseProcess. LevelDB was used only on WebKit1. GTK doesn't have WebKit1 support, and doesn't have enabled DatabaseProcess. So we should simple disable it to fix the build breakage happened in the non supported LevelDB code.
Attachments
Patch (2.45 KB, patch)
2014-08-07 00:17 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2014-08-07 00:17:09 PDT
Carlos Garcia Campos
Comment 2 2014-08-07 00:41:55 PDT
Comment on attachment 236175 [details] Patch Ok, let's disable it for now if it doesn't work
WebKit Commit Bot
Comment 3 2014-08-07 01:14:46 PDT
Comment on attachment 236175 [details] Patch Clearing flags on attachment: 236175 Committed r172205: <http://trac.webkit.org/changeset/172205>
WebKit Commit Bot
Comment 4 2014-08-07 01:14:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.