Bug 139643 - [EFL][WK2] Add IndexedDB based on DatabaseProcess
Summary: [EFL][WK2] Add IndexedDB based on DatabaseProcess
Status: RESOLVED DUPLICATE of bug 145867
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 03:08 PST by Joonghun Park
Modified: 2015-07-10 15:58 PDT (History)
3 users (show)

See Also:


Attachments
=<WIP>Eet serialization will be added. (25.44 KB, patch)
2015-07-07 04:50 PDT, Joonghun Park
no flags Details | Formatted Diff | Diff
<WIP>Added config.h to DatabaseProcessMain.cpp to build fix. (26.55 KB, patch)
2015-07-07 18:02 PDT, Joonghun Park
no flags Details | Formatted Diff | Diff
Added default indexedDB directory path (27.44 KB, patch)
2015-07-09 23:15 PDT, Joonghun Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.