[Webkit-unassigned] [Bug 88338] IndexedDB: should make the LevelDB persistant to the directory indicated in PageGroupSettings::indexedDBDataBasePath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 09:36:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88338





--- Comment #4 from Charles Wei <charles.wei at torchmobile.com.cn>  2012-06-06 09:36:16 PST ---
(In reply to comment #1)
> The Chromium port overrides the path between this call and when IDBFactoryBackendImpl sees it.
> 
> Having this default to Page::GroupSettings::indexedDataBasePath() (and allowing ports to override) should be fine, except that IIRC GroupSettings is not available to Workers so some additional plumbing will be needed.

You are right, there's no access to GroupSettings in WorkerContext.  Actually the Worker object itself should have access to that.  The problem is now how to get the Worker object from the WorkerContext ? Is that the right direction ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list