WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
https://trac.webkit.org/changeset/194563
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug