Closed
Bug 1067140
Opened 10 years ago
Closed 10 years ago
Only allow one TransactionThreadPool instance
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file)
24.19 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
After bug 1067046 lands we can safely have just one TransactionThreadPool instance.
Attachment #8489138 -
Flags: review?(khuey)
Attachment #8489138 -
Flags: review?(khuey) → review+
Comment 1•10 years ago
|
||
Current tip has a "gTransactionThreadPool"
http://mxr.mozilla.org/mozilla-central/source/dom/indexedDB/ActorsParent.cpp#5552
which looks like it landed in (bug 994190):
http://hg.mozilla.org/mozilla-central/annotate/207571/dom/indexedDB/ActorsParent.cpp#l5532
Is that correct?
Flags: needinfo?(bent.mozilla)
Assignee | ||
Comment 2•10 years ago
|
||
Yep, forgot to close this.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(bent.mozilla)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•