Closed Bug 693001 Opened 13 years ago Closed 13 years ago

IndexedDB: objectStoreNames should not be updated on closed databases when another connection adds/removes object stores

Categories

(Core :: Storage: IndexedDB, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: sicking, Assigned: khuey)

References

Details

If a database calls createObjectStore, we should *only* modify the .objectStoreNames property of that IDBDatabase instance. Any other closed IDBDatabase instances which refer to the same database should remain unchanged.
Same thing goes for .indexNames and .version
This should be fixed by bug 699468.
Flags: in-testsuite?
Assignee: nobody → khuey
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Component: DOM → DOM: IndexedDB
Target Milestone: mozilla10 → ---
Version: Trunk → unspecified
You need to log in before you can comment on or make changes to this bug.