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

Issue 240003010: The chromium-side backchannel plumbing for blobs in IDB. (Closed)

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

Description

The chromium-side backchannel plumbing for blobs in IDB. This requires https://codereview.chromium.org/235933013/. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266677

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rolled in Josh's feedback #

Total comments: 2

Patch Set 3 : Remove TODO #

Total comments: 2

Patch Set 4 : Merged out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -41 lines) Patch
M content/child/indexed_db/indexed_db_dispatcher.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 1 5 chunks +68 lines, -26 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/child/indexed_db/webidbcursor_impl.h View 2 chunks +6 lines, -3 lines 0 comments Download
M content/child/indexed_db/webidbcursor_impl.cc View 5 chunks +11 lines, -2 lines 0 comments Download
M content/child/indexed_db/webidbcursor_impl_unittest.cc View 6 chunks +24 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ericu
6 years, 8 months ago (2014-04-17 17:55:29 UTC) #1
jsbell
https://codereview.chromium.org/240003010/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/240003010/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc#newcode523 content/child/indexed_db/indexed_db_dispatcher.cc:523: static void PrepareWebValueAndBlobInfo( It seems like it would be ...
6 years, 8 months ago (2014-04-17 18:37:59 UTC) #2
ericu
https://codereview.chromium.org/240003010/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/240003010/diff/1/content/child/indexed_db/indexed_db_dispatcher.cc#newcode523 content/child/indexed_db/indexed_db_dispatcher.cc:523: static void PrepareWebValueAndBlobInfo( On 2014/04/17 18:37:59, jsbell wrote: > ...
6 years, 8 months ago (2014-04-17 21:56:01 UTC) #3
jsbell
lgtm https://codereview.chromium.org/240003010/diff/20001/content/common/indexed_db/indexed_db_messages.h File content/common/indexed_db/indexed_db_messages.h (right): https://codereview.chromium.org/240003010/diff/20001/content/common/indexed_db/indexed_db_messages.h#newcode274 content/common/indexed_db/indexed_db_messages.h:274: // TODO(ericu): Put each value/vector<blob_info> together in a ...
6 years, 8 months ago (2014-04-17 22:05:55 UTC) #4
ericu
https://codereview.chromium.org/240003010/diff/20001/content/common/indexed_db/indexed_db_messages.h File content/common/indexed_db/indexed_db_messages.h (right): https://codereview.chromium.org/240003010/diff/20001/content/common/indexed_db/indexed_db_messages.h#newcode274 content/common/indexed_db/indexed_db_messages.h:274: // TODO(ericu): Put each value/vector<blob_info> together in a wrapper ...
6 years, 8 months ago (2014-04-17 22:08:08 UTC) #5
cmumford
lgtm - with one question. https://codereview.chromium.org/240003010/diff/40001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/240003010/diff/40001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode533 content/child/indexed_db/indexed_db_dispatcher.cc:533: blink::WebVector<WebBlobInfo> local_blob_info(blob_info.size()); Why create ...
6 years, 8 months ago (2014-04-17 22:26:52 UTC) #6
ericu
https://codereview.chromium.org/240003010/diff/40001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/240003010/diff/40001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode533 content/child/indexed_db/indexed_db_dispatcher.cc:533: blink::WebVector<WebBlobInfo> local_blob_info(blob_info.size()); On 2014/04/17 22:26:53, cmumford wrote: > Why ...
6 years, 8 months ago (2014-04-17 22:33:11 UTC) #7
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-25 21:25:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/240003010/60001
6 years, 7 months ago (2014-04-25 22:00:29 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-25 23:35:56 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-25 23:35:57 UTC) #11
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-28 16:38:35 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/240003010/60001
6 years, 7 months ago (2014-04-28 16:39:34 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 22:38:18 UTC) #14
Message was sent while issue was closed.
Change committed as 266677

Powered by Google App Engine
This is Rietveld 408576698