RESOLVED FIXED 150784
Modern IDB: IBDObjectStore.delete() support
https://bugs.webkit.org/show_bug.cgi?id=150784
Summary Modern IDB: IBDObjectStore.delete() support
Brady Eidson
Reported 2015-11-01 14:51:10 PST
Modern IDB: IBDObjectStore.delete() support
Attachments
Patch v1 (46.70 KB, patch)
2015-11-02 16:23 PST, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2015-11-02 16:23:33 PST
Created attachment 264645 [details] Patch v1
Alex Christensen
Comment 2 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.
Brady Eidson
Comment 3 2015-11-02 17:09:11 PST
Note You need to log in before you can comment on or make changes to this bug.