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)

defect

Tracking

()

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.

Assignee: nobody → jvarga
Severity: -- → S3
Priority: -- → P2
Has Regression Range: --- → yes

(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 of NS_ERROR_FILE_CORRUPTED. Bug 1663924 accidentally changed that to NS_ERROR_OUT_OF_MEMORY.

I assume this refers now to objectStores.Lookup(objectStoreId); and is still valid?

Flags: needinfo?(jvarga)
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.