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

Issue 10083053: IndexedDB: Support get/getKey(keyRange) (Closed)

Created:
8 years, 8 months ago by alecflett
Modified:
8 years, 8 months ago
Reviewers:
dgrogan, 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: Support get/getKey(keyRange) This is the Chromium IPC plumbing to talk to the WebKit API. This won't be used until https://bugs.webkit.org/show_bug.cgi?id=83638 is fixed. BUG=92047 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132918

Patch Set 1 #

Total comments: 9

Patch Set 2 : address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -0 lines) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 2 chunks +18 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 5 chunks +69 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 chunk +21 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 3 chunks +50 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 3 chunks +27 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbindex_impl.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbindex_impl.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
alecflett
Please take a look... it's basically all boilerplate
8 years, 8 months ago (2012-04-18 18:56:56 UTC) #1
jsbell
lgtm with naming/formatting nits https://chromiumcodereview.appspot.com/10083053/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.h File content/browser/in_process_webkit/indexed_db_dispatcher_host.h (right): https://chromiumcodereview.appspot.com/10083053/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.h#newcode175 content/browser/in_process_webkit/indexed_db_dispatcher_host.h:175: void OnGetObjectByRange(int idb_index_id, FYI, if ...
8 years, 8 months ago (2012-04-18 19:23:44 UTC) #2
alecflett
https://chromiumcodereview.appspot.com/10083053/diff/1/content/common/indexed_db/indexed_db_dispatcher.cc File content/common/indexed_db/indexed_db_dispatcher.cc (right): https://chromiumcodereview.appspot.com/10083053/diff/1/content/common/indexed_db/indexed_db_dispatcher.cc#newcode382 content/common/indexed_db/indexed_db_dispatcher.cc:382: idb_index_id, CurrentWorkerId(), On 2012/04/18 19:23:44, jsbell wrote: > Should ...
8 years, 8 months ago (2012-04-18 20:16:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/10083053/5002
8 years, 8 months ago (2012-04-18 20:16:45 UTC) #4
commit-bot: I haz the power
8 years, 8 months ago (2012-04-19 02:35:34 UTC) #5
Change committed as 132918

Powered by Google App Engine
This is Rietveld 408576698