Bug 182574 - IndexedDB in service workers is using a memory backed store
Summary: IndexedDB in service workers is using a memory backed store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
: 182576 182967 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-02-07 09:31 PST by Chris Dumez
Modified: 2018-02-20 08:00 PST (History)
7 users (show)

See Also:


Attachments
WIP Patch (3.15 KB, patch)
2018-02-07 09:45 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (12.85 KB, patch)
2018-02-07 10:08 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

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