Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 5695002: IndexedDB: Numeric keys are floating point. (Closed)

Created:
10 years ago by hans
Modified:
9 years, 5 months ago
Reviewers:
jorlow
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

IndexedDB: Numeric keys are floating point. Depends on WebKit r73697. BUG=65619 TEST=browser_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68851

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M chrome/common/indexed_db_key.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/indexed_db_key.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/indexed_db_param_traits.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/indexeddb/cursor_test.js View 3 chunks +3 lines, -3 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
hans
Chromium side of https://bugs.webkit.org/show_bug.cgi?id=50674
10 years ago (2010-12-09 17:33:25 UTC) #1
jorlow
LGTM http://codereview.chromium.org/5695002/diff/1/chrome/test/data/indexeddb/cursor_test.js File chrome/test/data/indexeddb/cursor_test.js (right): http://codereview.chromium.org/5695002/diff/1/chrome/test/data/indexeddb/cursor_test.js#newcode40 chrome/test/data/indexeddb/cursor_test.js:40: var keyRange = webkitIDBKeyRange.lowerBound(3.12); Is 3.12 intentional?
10 years ago (2010-12-09 17:40:18 UTC) #2
hans
10 years ago (2010-12-09 17:42:29 UTC) #3
http://codereview.chromium.org/5695002/diff/1/chrome/test/data/indexeddb/curs...
File chrome/test/data/indexeddb/cursor_test.js (right):

http://codereview.chromium.org/5695002/diff/1/chrome/test/data/indexeddb/curs...
chrome/test/data/indexeddb/cursor_test.js:40: var keyRange =
webkitIDBKeyRange.lowerBound(3.12);
On 2010/12/09 17:40:19, jorlow wrote:
> Is 3.12 intentional?

Yes, but there's no deep rationale for it. Just figured we shouldn't always set
the bound to the exact value.

Powered by Google App Engine
This is Rietveld 408576698