Open
Bug 1637530
Opened 5 years ago
Updated 5 years ago
Re-enable optimization in DeserializeIndexValueHelper using a non-system-principaled JS context
Categories
(Core :: Storage: IndexedDB, task, P3)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
References
Details
Bug 1636316 disabled the optimization in DeserializeIndexValueHelper::DispatchAndWait
when the clone data is empty, because the JS context that is attempted to be used is unavailable. This should be re-enabled using a suitable JS context. See https://bugzilla.mozilla.org/show_bug.cgi?id=1636316#c11
Updated•5 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•