Open
Bug 918798
Opened 11 years ago
Updated 2 years ago
Port the DOM quota manager to AsyncShutdown
Categories
(Core :: Storage: IndexedDB, defect, P5)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: Yoric, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Async:ready][lang=js][experience required])
No description provided.
Reporter | ||
Updated•11 years ago
|
Severity: normal → minor
Whiteboard: [Async:ready][mentor=Yoric][lang=js][mentored but not simple]
Comment 1•11 years ago
|
||
How's this related to Bug 961049?
Reporter | ||
Comment 2•11 years ago
|
||
No idea.
Comment 3•11 years ago
|
||
The shutdown procedure we currently have in QuotaManager.cpp will have to cooperate with PBackground's shutdown procedure since QuotaManager will no longer live on the main thread. On the other hand some of QuotaManager stuff will have to stay on the main thread (preferences, observers).
Assignee | ||
Updated•10 years ago
|
Mentor: dteller
Whiteboard: [Async:ready][mentor=Yoric][lang=js][mentored but not simple] → [Async:ready][lang=js][mentored but not simple]
Updated•10 years ago
|
Whiteboard: [Async:ready][lang=js][mentored but not simple] → [Async:ready][lang=js][experience required]
Updated•7 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•