Closed
Bug 1453471
Opened 7 years ago
Closed 7 years ago
infinite transaction loop leaks
Categories
(Core :: Storage: IndexedDB, enhancement, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
INVALID
People
(Reporter: bkelly, Unassigned)
Details
(Whiteboard: [MemShrink])
In bug 1451913 I'm adding an event target leak test for IDB. I tried making an infinite transaction loop like this:
https://github.com/w3c/IndexedDB/issues/72#issuecomment-199890369
When I do that, though, the test leaks in the default and document.open() cases. The bfcache case does not leak.
I'm not sure what to make of that. I'm filing this for someone more knowledgeable of IDB to investigate.
Updated•7 years ago
|
Assignee: nobody → amarchesini
Priority: -- → P2
| Reporter | ||
Comment 1•7 years ago
|
||
There was a bug in my test. This is not actually a problem.
Assignee: amarchesini → nobody
No longer blocks: event-target-leaks
Status: NEW → RESOLVED
Closed: 7 years ago
No longer depends on: 1451913
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•