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

Issue 229483003: WebBlobInfo plumbing for WebIDBDatabaseImpl::put. (Closed)

Created:
6 years, 8 months ago by ericu
Modified:
6 years, 8 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

WebBlobInfo plumbing for WebIDBDatabaseImpl::put. Depends on https://codereview.chromium.org/227693008/. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262857

Patch Set 1 #

Patch Set 2 : Remove merge error #

Total comments: 2

Patch Set 3 : Style fix #

Patch Set 4 : Merged out. #

Total comments: 10

Patch Set 5 : Rolled in Josh's feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -2 lines) Patch
M content/child/indexed_db/indexed_db_dispatcher.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 1 2 3 4 3 chunks +19 lines, -0 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher_unittest.cc View 1 2 3 4 6 chunks +8 lines, -2 lines 0 comments Download
M content/child/indexed_db/webidbdatabase_impl.h View 3 chunks +12 lines, -0 lines 0 comments Download
M content/child/indexed_db/webidbdatabase_impl.cc View 1 2 3 4 3 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ericu
6 years, 8 months ago (2014-04-08 23:50:33 UTC) #1
ericu
Sorry about the try noise; I forgot this CL depended on one which hasn't landed ...
6 years, 8 months ago (2014-04-09 00:11:16 UTC) #2
cmumford
lgtm https://codereview.chromium.org/229483003/diff/20001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/229483003/diff/20001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode328 content/child/indexed_db/indexed_db_dispatcher.cc:328: const blink::WebVector<WebBlobInfo>& webBlobInfo, The other parameters are snake_case, ...
6 years, 8 months ago (2014-04-09 17:29:48 UTC) #3
ericu
https://codereview.chromium.org/229483003/diff/20001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/229483003/diff/20001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode328 content/child/indexed_db/indexed_db_dispatcher.cc:328: const blink::WebVector<WebBlobInfo>& webBlobInfo, On 2014/04/09 17:29:48, cmumford wrote: > ...
6 years, 8 months ago (2014-04-09 18:10:05 UTC) #4
jsbell
lgtm with nits/suggestions https://codereview.chromium.org/229483003/diff/60001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/229483003/diff/60001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode371 content/child/indexed_db/indexed_db_dispatcher.cc:371: params.blob_or_file_info[i].is_file = info.isFile(); Would a local ...
6 years, 8 months ago (2014-04-09 20:11:08 UTC) #5
ericu
https://codereview.chromium.org/229483003/diff/60001/content/child/indexed_db/indexed_db_dispatcher.cc File content/child/indexed_db/indexed_db_dispatcher.cc (right): https://codereview.chromium.org/229483003/diff/60001/content/child/indexed_db/indexed_db_dispatcher.cc#newcode371 content/child/indexed_db/indexed_db_dispatcher.cc:371: params.blob_or_file_info[i].is_file = info.isFile(); On 2014/04/09 20:11:08, jsbell wrote: > ...
6 years, 8 months ago (2014-04-09 21:14:47 UTC) #6
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 8 months ago (2014-04-09 21:16:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/229483003/80001
6 years, 8 months ago (2014-04-09 21:16:29 UTC) #8
commit-bot: I haz the power
6 years, 8 months ago (2014-04-09 23:40:09 UTC) #9
Message was sent while issue was closed.
Change committed as 262857

Powered by Google App Engine
This is Rietveld 408576698