Bug 135692 - [GTK] Disable IndexedDB
Summary: [GTK] Disable IndexedDB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-07 00:15 PDT by Csaba Osztrogonác
Modified: 2014-08-07 01:14 PDT (History)
11 users (show)

See Also:


Attachments
Patch (2.45 KB, patch)
2014-08-07 00:17 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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.
Comment 1 Csaba Osztrogonác 2014-08-07 00:17:09 PDT
Created attachment 236175 [details]
Patch
Comment 2 Carlos Garcia Campos 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
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-08-07 01:14:50 PDT
All reviewed patches have been landed.  Closing bug.