Closed Bug 1251498 Opened 9 years ago Closed 9 years ago

Implement IDBKeyRange.includes()

Categories

(Core :: Storage: IndexedDB, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla47
Tracking Status
firefox47 --- fixed

People

(Reporter: khuey, Assigned: khuey)

References

()

Details

(Keywords: dev-doc-complete, Whiteboard: btpp-active)

Attachments

(1 file)

Attached patch PatchSplinter Review
Google is on board and its in the spec, so lets do it.
Attachment #8723910 - Flags: review?(amarchesini)
Comment on attachment 8723910 [details] [diff] [review] Patch Review of attachment 8723910 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/indexedDB/IDBKeyRange.cpp @@ +340,5 @@ > + ErrorResult& aRv) const > +{ > + Key key; > + aRv = GetKeyFromJSVal(aCx, aValue, key); > + if (aRv.Failed()) { NS_WARN_IF ::: testing/web-platform/tests/IndexedDB/idbkeyrange-includes.htm @@ +3,5 @@ > +<title></title> > +<script src=/resources/testharness.js></script> > +<script src=/resources/testharnessreport.js></script> > +<script> > + extra spaces
Attachment #8723910 - Flags: review?(amarchesini) → review+
Whiteboard: btpp-active
(In reply to Andrea Marchesini (:baku) from comment #1) > Comment on attachment 8723910 [details] [diff] [review] > Patch > > Review of attachment 8723910 [details] [diff] [review]: > ----------------------------------------------------------------- > > ::: dom/indexedDB/IDBKeyRange.cpp > @@ +340,5 @@ > > + ErrorResult& aRv) const > > +{ > > + Key key; > > + aRv = GetKeyFromJSVal(aCx, aValue, key); > > + if (aRv.Failed()) { > > NS_WARN_IF We don't do this anywhere else in this file, so I decided to ignore this.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: