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

Issue 11567029: Proxy new objectstore/index methods through IPC (Closed)

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

Description

Proxy new objectstore/index methods through IPC 8 new messages corresponding to 8 new methods in IDBDatabaseBackendInterface. BUG=161958 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175066

Patch Set 1 #

Total comments: 2

Patch Set 2 : Overflow comments and switch to uint64 for size #

Total comments: 4

Patch Set 3 : add HostTransactionId where appropriate #

Patch Set 4 : delete -> deleteRange #

Total comments: 2

Patch Set 5 : Fix nits, use faster copies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+715 lines, -7 lines) Patch
M content/browser/in_process_webkit/indexed_db_callbacks.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_callbacks.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 2 3 4 chunks +29 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 4 6 chunks +163 lines, -5 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 2 3 2 chunks +64 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 2 3 4 1 chunk +130 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 5 chunks +157 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbdatabase_impl.h View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbdatabase_impl.cc View 1 2 3 4 1 chunk +122 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
alecflett
Here are the new messages for the big index/objectstore refactor. These are 8 new messages, ...
8 years ago (2012-12-13 23:37:52 UTC) #1
Tom Sepez
lgtm with nits. https://codereview.chromium.org/11567029/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): https://codereview.chromium.org/11567029/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode541 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:541: (*map)[params.transaction_id] += params.value.size(); Safe from overflow ...
8 years ago (2012-12-14 01:34:43 UTC) #2
jsbell
I want to read through this again but initial comments... https://codereview.chromium.org/11567029/diff/2002/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): https://codereview.chromium.org/11567029/diff/2002/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode504 ...
8 years ago (2012-12-14 23:04:34 UTC) #3
alecflett
ok, everything updated, with minor fixes found during webkit side migration.
7 years, 11 months ago (2013-01-03 00:09:32 UTC) #4
jsbell
lgtm with nits https://codereview.chromium.org/11567029/diff/8001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): https://codereview.chromium.org/11567029/diff/8001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode534 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:534: // XXX can't swap here because ...
7 years, 11 months ago (2013-01-03 01:17:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/11567029/11004
7 years, 11 months ago (2013-01-03 21:47:29 UTC) #6
commit-bot: I haz the power
7 years, 11 months ago (2013-01-04 00:48:37 UTC) #7
Message was sent while issue was closed.
Change committed as 175066

Powered by Google App Engine
This is Rietveld 408576698