RESOLVED FIXED 150673
Modern IDB: deleteObjectStore support
https://bugs.webkit.org/show_bug.cgi?id=150673
Summary Modern IDB: deleteObjectStore support
Brady Eidson
Reported 2015-10-29 09:22:16 PDT
Modern IDB: deleteObjectStore support
Attachments
Patch v1 (70.24 KB, patch)
2015-10-29 13:53 PDT, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2015-10-29 13:53:32 PDT
Created attachment 264341 [details] Patch v1
Alex Christensen
Comment 2 2015-10-29 14:35:51 PDT
Comment on attachment 264341 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=264341&action=review > Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:456 > + auto objectStore = m_referencedObjectStores.take(objectStoreName); > + if (objectStore) Declaration could be inside if > Source/WebCore/Modules/indexeddb/server/MemoryBackingStoreTransaction.cpp:88 > + auto addResult = m_deletedObjectStores.add(objectStore->info().name(), nullptr); ASSERT(objectStore) > Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:262 > + space
Brady Eidson
Comment 3 2015-10-29 15:11:38 PDT
Note You need to log in before you can comment on or make changes to this bug.