Open
Bug 1700046
Opened 2 years ago
Updated 9 months ago
Accidental change of error code in OpenDatabaseOp::LoadDatabaseInformation
Categories
(Core :: Storage: IndexedDB, defect, P2)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [storage-jv])
When the call to objectStores.Get
fails, this used to yield an error code of NS_ERROR_FILE_CORRUPTED
. Bug 1663924 accidentally changed that to NS_ERROR_OUT_OF_MEMORY
.
Updated•2 years ago
|
Assignee: nobody → jvarga
Severity: -- → S3
Priority: -- → P2
Updated•2 years ago
|
Keywords: regression
Updated•2 years ago
|
Has Regression Range: --- → yes
Comment 1•1 year ago
|
||
(In reply to Simon Giesecke [:sg] [he/him] from comment #0)
When the call to
objectStores.Get
fails, this used to yield an error code ofNS_ERROR_FILE_CORRUPTED
. Bug 1663924 accidentally changed that toNS_ERROR_OUT_OF_MEMORY
.
I assume this refers now to objectStores.Lookup(objectStoreId);
and is still valid?
Flags: needinfo?(jvarga)
Updated•9 months ago
|
Assignee: jvarga → nobody
Flags: needinfo?(jvarga)
Whiteboard: [storage-jv]
You need to log in
before you can comment on or make changes to this bug.
Description
•