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

Issue 10197001: IndexedDB: chromium side of IDBCursor.advance(). (Closed)

Created:
8 years, 8 months ago by alecflett
Modified:
8 years, 7 months ago
Reviewers:
jsbell
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

IndexedDB: chromium side of IDBCursor.advance(). This just implements the proxy and IPC code for advance(), modeled after IDBCursor.continue(). BUG=90647 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133757

Patch Set 1 #

Patch Set 2 : Additional key/value/primarykey for the current cursor #

Total comments: 6

Patch Set 3 : Reuse the CallbacksSuccessCursorContinue message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -0 lines) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 chunks +21 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbcursor_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbcursor_impl.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
alecflett
a review of boilerplate.. jsbell@ ?
8 years, 8 months ago (2012-04-23 22:53:47 UTC) #1
jsbell
http://codereview.chromium.org/10197001/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.h File content/browser/in_process_webkit/indexed_db_dispatcher_host.h (right): http://codereview.chromium.org/10197001/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.h#newcode268 content/browser/in_process_webkit/indexed_db_dispatcher_host.h:268: unsigned long, Looks like the parameter should be named. ...
8 years, 8 months ago (2012-04-24 15:41:08 UTC) #2
alecflett
I'm going to see if I can write up a test that will fail without ...
8 years, 8 months ago (2012-04-24 16:34:22 UTC) #3
alecflett
ok, patch has been updated - comments addressed
8 years, 7 months ago (2012-04-24 17:23:12 UTC) #4
jsbell
lgtm
8 years, 7 months ago (2012-04-24 17:36:21 UTC) #5
jsbell
Aside: it's possible that we're advancing within the range that has been prefetched, so as ...
8 years, 7 months ago (2012-04-24 17:38:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/10197001/10001
8 years, 7 months ago (2012-04-24 17:38:51 UTC) #7
commit-bot: I haz the power
8 years, 7 months ago (2012-04-24 20:34:49 UTC) #8
Change committed as 133757

Powered by Google App Engine
This is Rietveld 408576698