Bug 135692

Summary: [GTK] Disable IndexedDB
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cgarcia, commit-queue, dbates, gustavo, gyuyoung.kim, mrobinson, ossy, pnormand, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.