RESOLVED FIXED 152717
Modern IDB: Memory indexes aren't deleted when their owning memory object stores are deleted
https://bugs.webkit.org/show_bug.cgi?id=152717
Summary Modern IDB: Memory indexes aren't deleted when their owning memory object sto...
Brady Eidson
Reported 2016-01-04 15:52:56 PST
Modern IDB: Memory indexes aren't deleted when their owning memory object stores are deleted
Attachments
Patch v1 (12.08 KB, patch)
2016-01-04 15:58 PST, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2016-01-04 15:58:57 PST
Created attachment 268244 [details] Patch v1
Alex Christensen
Comment 2 2016-01-04 16:04:32 PST
Comment on attachment 268244 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=268244&action=review delete all the things! > Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:161 > + Deque<String> indexNames; This could be a Vector, and we could call reserveInitialCapacity and uncheckedAppend.
Brady Eidson
Comment 3 2016-01-04 16:06:53 PST
Note You need to log in before you can comment on or make changes to this bug.