Bug 154756
Summary: | Modern IDB: If a database handle is not open, files are not actually deleted from disk | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | achristensen |
Priority: | P2 | ||
Version: | Safari 9 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 149117 |
Brady Eidson
Modern IDB: If a database handle is not open, files are not actually deleted from disk
Noticed this while working on https://bugs.webkit.org/show_bug.cgi?id=154741
It will be resolved by the same patch, out of necessity, because the API test required for both relies on both.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
(In reply to comment #0)
> Modern IDB: If a database handle is not open, files are not actually deleted
> from disk
>
> Noticed this while working on https://bugs.webkit.org/show_bug.cgi?id=154741
>
> It will be resolved by the same patch, out of necessity, because the API
> test required for both relies on both.
Patch is out for review in 154741
Brady Eidson
Was resolved in:
Committed r197231: <http://trac.webkit.org/changeset/197231>