Bug 182574

Summary: IndexedDB in service workers is using a memory backed store
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Service WorkersAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, danyao, rniwa, stefan, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
WIP Patch
none
Patch none

Description Chris Dumez 2018-02-07 09:31:50 PST
IndexedDB in service workers is using a memory backed store instead of a persistent one.

This is causing this test to fail:
- imported/w3c/web-platform-tests/service-workers/service-worker/indexeddb.https.html
Comment 1 Radar WebKit Bug Importer 2018-02-07 09:32:09 PST
<rdar://problem/37316205>
Comment 2 Chris Dumez 2018-02-07 09:45:18 PST
Created attachment 333296 [details]
WIP Patch
Comment 3 Chris Dumez 2018-02-07 10:08:50 PST
Created attachment 333300 [details]
Patch
Comment 4 WebKit Commit Bot 2018-02-07 10:51:26 PST
Comment on attachment 333300 [details]
Patch

Clearing flags on attachment: 333300

Committed r228230: <https://trac.webkit.org/changeset/228230>
Comment 5 WebKit Commit Bot 2018-02-07 10:51:27 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Chris Dumez 2018-02-07 13:51:35 PST
*** Bug 182576 has been marked as a duplicate of this bug. ***
Comment 7 Chris Dumez 2018-02-20 08:00:02 PST
*** Bug 182967 has been marked as a duplicate of this bug. ***