Closed
Bug 975699
Opened 10 years ago
Closed 9 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•10 years ago
|
Updated•10 years ago
|
Keywords: dev-doc-needed,
site-compat
![]() |
Assignee | |
Comment 1•9 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•9 years ago
|
||
Attachment #8563197 -
Flags: review?(khuey)
![]() |
Assignee | |
Updated•9 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #8563197 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/340f5b530536
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/340f5b530536
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 6•9 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/38/Site_Compatibility
Keywords: dev-doc-needed → dev-doc-complete
Comment 7•9 years ago
|
||
Resetting dev-doc-needed, a few compat table in articles must be updated.
Keywords: dev-doc-complete → dev-doc-needed
Updated•9 years ago
|
Keywords: addon-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•