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

Issue 227693008: New IPC message parameters for IDB/Blob support. (Closed)

Created:
6 years, 8 months ago by ericu
Modified:
6 years, 8 months ago
Reviewers:
Tom Sepez, jsbell, cmumford
CC:
chromium-reviews, jam, alecflett, ericu+idb_chromium.org, darin-cc_chromium.org, dgrogan, jsbell+idb_chromium.org
Visibility:
Public.

Description

New IPC message parameters for IDB/Blob support. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262608

Patch Set 1 #

Total comments: 6

Patch Set 2 : Roll in Chris's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -57 lines) Patch
M content/browser/indexed_db/indexed_db_callbacks.cc View 2 chunks +12 lines, -16 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.h View 2 chunks +5 lines, -8 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 1 1 chunk +16 lines, -21 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 6 chunks +44 lines, -10 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
ericu
6 years, 8 months ago (2014-04-07 23:59:46 UTC) #1
jsbell
+ tsepez@ for IPC messages review (I haven't had a chance to look at this ...
6 years, 8 months ago (2014-04-08 00:03:38 UTC) #2
Tom Sepez
Can you tell me how file_path and file_name are going to be used? Thanks.
6 years, 8 months ago (2014-04-08 17:35:20 UTC) #3
ericu
On 2014/04/08 17:35:20, Tom Sepez wrote: > Can you tell me how file_path and file_name ...
6 years, 8 months ago (2014-04-08 20:36:57 UTC) #4
Tom Sepez
LGTM given the check in indexed_db_dispatcher_host.cc
6 years, 8 months ago (2014-04-08 21:16:18 UTC) #5
cmumford
On 2014/04/08 21:16:18, Tom Sepez wrote: > LGTM given the check in indexed_db_dispatcher_host.cc lgtm with ...
6 years, 8 months ago (2014-04-08 21:47:14 UTC) #6
cmumford
https://codereview.chromium.org/227693008/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/227693008/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc#newcode511 content/child/indexed_db/indexed_db_dispatcher.cc:511: if (p.value.size()) Nit: was here before, but size() is ...
6 years, 8 months ago (2014-04-08 21:47:26 UTC) #7
ericu
https://codereview.chromium.org/227693008/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/227693008/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc#newcode511 content/child/indexed_db/indexed_db_dispatcher.cc:511: if (p.value.size()) On 2014/04/08 21:47:26, cmumford wrote: > Nit: ...
6 years, 8 months ago (2014-04-08 22:07:10 UTC) #8
jsbell
lgtm (other than primary_key discussion...) The key vs. primary_key convention comes from the spec, where ...
6 years, 8 months ago (2014-04-08 22:55:22 UTC) #9
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 8 months ago (2014-04-08 23:01:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-08 23:01:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 00:32:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 00:56:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 01:07:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 01:27:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 01:38:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 01:49:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 01:59:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/227693008/20001
6 years, 8 months ago (2014-04-09 02:17:36 UTC) #19
commit-bot: I haz the power
6 years, 8 months ago (2014-04-09 04:04:17 UTC) #20
Message was sent while issue was closed.
Change committed as 262608

Powered by Google App Engine
This is Rietveld 408576698