Bug 150784 - Modern IDB: IBDObjectStore.delete() support
Summary: Modern IDB: IBDObjectStore.delete() support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117
  Show dependency treegraph
 
Reported: 2015-11-01 14:51 PST by Brady Eidson
Modified: 2015-11-02 17:09 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (46.70 KB, patch)
2015-11-02 16:23 PST, Brady Eidson
achristensen: review+
Details | Formatted Diff | Diff

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