Bug 150784

Summary: Modern IDB: IBDObjectStore.delete() support
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117    
Attachments:
Description Flags
Patch v1 achristensen: review+

Description Brady Eidson 2015-11-01 14:51:10 PST
Modern IDB: IBDObjectStore.delete() support
Comment 1 Brady Eidson 2015-11-02 16:23:33 PST
Created attachment 264645 [details]
Patch v1
Comment 2 Alex Christensen 2015-11-02 16:47:23 PST
Comment on attachment 264645 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=264645&action=review

> LayoutTests/storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt:4
> +Failed to delete record from object store that has been deleted

Try deleting after clearing, and deleting before adding.  It probably won't be that exciting, but I think it's worth testing.  Also, deleting in a version change transaction.  Also, aborting delete transactions.
Comment 3 Brady Eidson 2015-11-02 17:09:11 PST
https://trac.webkit.org/changeset/191928