Closed
Bug 905739
Opened 12 years ago
Closed 12 years ago
Remove nsIDOMStorageIndexedDB
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
Attachments
(1 file)
|
10.75 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #791179 -
Flags: review?(khuey)
Comment on attachment 791179 [details] [diff] [review]
Remove nsIDOMStorageIndexedDB;
Review of attachment 791179 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/interfaces/base/nsIDOMWindow.idl
@@ +253,5 @@
> + // https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#requests
> + // IDBEnvironment
> + readonly attribute nsISupports indexedDB;
> + readonly attribute nsISupports mozIndexedDB;
> +
This needs an IID change.
Attachment #791179 -
Flags: review?(khuey) → review+
Keywords: dev-doc-needed
| Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 4•12 years ago
|
||
StorageIndexedDB was already removed from the global object since Firefox 25. This bug is Web-invisible.
Flags: needinfo?(kohei.yoshino)
Comment 5•12 years ago
|
||
Oh you're right... I've already mentioned it in the 25 site compat doc:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/25/Site_Compatibility
Removed this bug from the 26 site compat doc:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/26/Site_Compatibility
Clearing the dev-doc-needed keyword as MDN doesn't have any other docs about this interface.
Flags: needinfo?(kohei.yoshino)
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•