DescriptionIndexedDB: Treat count of 0 as unbounded for getAll() methods
After discussions w/ Moz and spec updates, modify the experimental
(behind a flag) IDBObjectStore/IDBIndex getAll()/getAllKeys() methods
to treat 0 the same as "not passed", and return as many results as
possible.
Also adds missing tests for IDBObjectStore.getAllKeys() and tweaks
the tests to avoid the deprecated assert_object_equals() function.
R=cmumford@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200999
Patch Set 1 #
Total comments: 10
Patch Set 2 : Review feedback #
Messages
Total messages: 8 (1 generated)
|