Closed
Bug 920800
Opened 11 years ago
Closed 11 years ago
Add openKeyCursor to IDBObjectStore
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
65.46 KB,
patch
|
janv
:
review+
|
Details | Diff | Splinter Review |
At the Google meetup a while back we all agreed that openKeyCursor should exist on IDBObjectStore as well as IDBIndex.
Requires bug 920179 in order for the tests to work.
Attachment #810192 -
Flags: review?(Jan.Varga)
Assignee | ||
Comment 1•11 years ago
|
||
There are a bunch of s/NS_ASSERTION/MOZ_ASSERT/ changes in here but I tried to only touch the ones where I actually needed to change the method. Hopefully it's not too noisy.
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 2•11 years ago
|
||
Comment on attachment 810192 [details] [diff] [review]
Patch, v1
Review of attachment 810192 [details] [diff] [review]:
-----------------------------------------------------------------
looks good
::: dom/indexedDB/test/unit/test_objectStore_openKeyCursor.js
@@ +264,5 @@
> + }
> + }
> + ok(match, "All keys matched");
> +
> +
Nit: extra empty line ?
Attachment #810192 -
Flags: review?(Jan.Varga) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Backed out because this depends on bug 920179 which had to be backed out.
https://hg.mozilla.org/integration/mozilla-inbound/rev/19b202186812
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Assignee: nobody → bent.mozilla
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Comment 9•10 years ago
|
||
Doc up-to-date:
https://developer.mozilla.org/en-US/Firefox/Releases/27#Interfaces.2FAPIs.2FDOM
and
https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore.openKeyCursor
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•