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    

Description Brady Eidson 2016-02-26 15:25:52 PST
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.
Comment 1 Brady Eidson 2016-02-26 15:33:12 PST
(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
Comment 2 Brady Eidson 2016-03-01 10:11:53 PST
Was resolved in:
Committed r197231: <http://trac.webkit.org/changeset/197231>