Closed
Bug 715325
Opened 14 years ago
Closed 14 years ago
shutdown indexedDB during xpcom-shutdown
Categories
(Core :: Storage: IndexedDB, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
2.81 KB,
patch
|
benjamin
:
review+
bent.mozilla
:
feedback+
|
Details | Diff | Splinter Review |
While working on bug 711076 I noticed than indexdb closes its sql connections after everyone else. I am not sure if there is a reason for it, but if there is not, this patch moves its shutdown to xpcom-shutdown.
https://tbpl.mozilla.org/?tree=Try&rev=37f96a8fd2ee
Assignee | ||
Updated•14 years ago
|
Attachment #585880 -
Flags: review?(benjamin)
Attachment #585880 -
Flags: feedback?(bent.mozilla)
Assignee | ||
Updated•14 years ago
|
Attachment #585880 -
Attachment is patch: true
Updated•14 years ago
|
Attachment #585880 -
Flags: review?(benjamin) → review+
Updated•14 years ago
|
Attachment #585880 -
Flags: feedback?(bent.mozilla) → feedback+
Assignee | ||
Comment 1•14 years ago
|
||
![]() |
||
Comment 2•14 years ago
|
||
Assignee: nobody → respindola
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Component: DOM → DOM: IndexedDB
Target Milestone: mozilla12 → ---
Version: 12 Branch → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•