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

Issue 3165053: Implement IDBTransaction::objectStore (Closed)

Created:
10 years, 4 months ago by andreip3000
Modified:
9 years, 6 months ago
Reviewers:
jorlow
CC:
chromium-reviews, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -6 lines) Patch
M chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 3 chunks +17 lines, -0 lines 1 comment Download
M chrome/common/render_messages_internal.h View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/renderer/renderer_webidbdatabase_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbtransaction_impl.cc View 2 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
andreip3000
We need IDBTransaction::objectsStore so we can couple object stores with transactions.
10 years, 4 months ago (2010-08-24 08:39:36 UTC) #1
jorlow
10 years, 4 months ago (2010-08-24 08:46:16 UTC) #2
LGTM

http://codereview.chromium.org/3165053/diff/1/2
File chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right):

http://codereview.chromium.org/3165053/diff/1/2#newcode758
chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc:758:
IPC_MESSAGE_HANDLER_DELAY_REPLY(ViewHostMsg_IDBTransactionObjectStore,
OnObjectStore)
>80

Powered by Google App Engine
This is Rietveld 408576698