Closed
Bug 781700
Opened 13 years ago
Closed 13 years ago
GCd databases do not unblock additional databases.
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
11.35 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
Discovered this while grovelling around in Bug 775206. Most of the patch is test code.
Attachment #650740 -
Flags: review?(bent.mozilla)
Comment on attachment 650740 [details] [diff] [review]
Patch
Review of attachment 650740 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/indexedDB/TransactionThreadPool.cpp
@@ +449,5 @@
> }
>
> bool
> TransactionThreadPool::WaitForAllDatabasesToComplete(
> + nsTArray<IDBDatabase*>& aDatabases,
Nit: Can you reformat these?
::: js/xpconnect/src/nsXPConnect.cpp
@@ +2971,5 @@
> printf("No idea what this value is.\n");
> }
> }
> +
> +JS_EXPORT_API(void) DumpCompleteHeap()
Let's be safe and nullcheck these things so we don't accidentally crash from gdb.
Attachment #650740 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Flags: in-testsuite+
Comment 3•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5761e34e5247
https://hg.mozilla.org/mozilla-central/rev/86660d9e93b9
https://hg.mozilla.org/mozilla-central/rev/9be47a089c6a
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•