Closed
Bug 975699
Opened 11 years ago
Closed 10 years ago
Remove mozIndexedDB again
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: emk, Assigned: bzbarsky)
References
Details
(Keywords: addon-compat, dev-doc-needed, site-compat)
Attachments
(1 file)
3.94 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Now "var indexedbDB = window.indexedDB || window.mozIndexedDB;" will work because inedxedDB has become a global property thanks to bug 932322. If we can't do this, we only introduced yet another compatibility issues (see bug 932322 blockers).
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
Keywords: dev-doc-needed,
site-compat
Assignee | ||
Comment 1•10 years ago
|
||
Kyle, is there any reason we shouldn't do this?
Flags: needinfo?(khuey)
Not that I'm aware of.
Flags: needinfo?(khuey)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8563197 -
Flags: review?(khuey)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #8563197 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 6•10 years ago
|
||
Keywords: dev-doc-needed → dev-doc-complete
Comment 7•10 years ago
|
||
Resetting dev-doc-needed, a few compat table in articles must be updated.
Keywords: dev-doc-complete → dev-doc-needed
Updated•10 years ago
|
Keywords: addon-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•