Bug 139643

Summary: [EFL][WK2] Add IndexedDB based on DatabaseProcess
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: WebKit EFLAssignee: Joonghun Park <jh718.park>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
=<WIP>Eet serialization will be added.
none
<WIP>Added config.h to DatabaseProcessMain.cpp to build fix.
none
Added default indexedDB directory path none

Description Joonghun Park 2014-12-15 03:08:57 PST
To bring back IndexedDB support to the EFL port.
Comment 1 Joonghun Park 2015-07-07 04:50:19 PDT
Created attachment 256295 [details]
=<WIP>Eet serialization will be added.
Comment 2 Joonghun Park 2015-07-07 18:02:29 PDT
Created attachment 256340 [details]
<WIP>Added config.h to DatabaseProcessMain.cpp to build fix.
Comment 3 Joonghun Park 2015-07-09 23:15:58 PDT
Created attachment 256567 [details]
Added default indexedDB directory path
Comment 4 Csaba Osztrogonác 2015-07-10 02:38:35 PDT
Gyuyoung already prepared a similar patch in bug145867 near a month before.

*** This bug has been marked as a duplicate of bug 145867 ***
Comment 5 Joonghun Park 2015-07-10 15:58:49 PDT
(In reply to comment #4)
> Gyuyoung already prepared a similar patch in bug145867 near a month before.
> 
> *** This bug has been marked as a duplicate of bug 145867 ***

Ok, I got it :) As you said in bug 145867, it seems going to be work only by adding gvariant implementation to there. I'll check if it's possible to add KeyedEncoder/KeyedDecoder implementation by Eet serialization.