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

Issue 238043007: Complete registration of blobs before sending back an indexed DB value that contains them. (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

Complete registration of blobs before sending back an indexed DB value that contains them. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264728

Patch Set 1 #

Patch Set 2 : Small tweak #

Total comments: 19

Patch Set 3 : Rolled in code review feedback. #

Patch Set 4 : Ran clang-format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -46 lines) Patch
M content/browser/indexed_db/indexed_db_callbacks.h View 3 chunks +5 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks.cc View 1 2 3 7 chunks +258 lines, -45 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
ericu
6 years, 8 months ago (2014-04-16 23:41:14 UTC) #1
cmumford
https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc File content/browser/indexed_db/indexed_db_callbacks.cc (right): https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc#newcode190 content/browser/indexed_db/indexed_db_callbacks.cc:190: ShareableFileReference::Get(blob_info.file_path()); Why do your own "Get" before calling "GetOrCreate"? ...
6 years, 8 months ago (2014-04-17 18:07:57 UTC) #2
jsbell
https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc File content/browser/indexed_db/indexed_db_callbacks.cc (right): https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc#newcode228 content/browser/indexed_db/indexed_db_callbacks.cc:228: static void BlobLookupForIDBCursor( Can this be made a template ...
6 years, 8 months ago (2014-04-17 18:22:21 UTC) #3
ericu
https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc File content/browser/indexed_db/indexed_db_callbacks.cc (right): https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc#newcode190 content/browser/indexed_db/indexed_db_callbacks.cc:190: ShareableFileReference::Get(blob_info.file_path()); On 2014/04/17 18:07:57, cmumford wrote: > Why do ...
6 years, 8 months ago (2014-04-17 21:36:26 UTC) #4
jsbell
lgtm https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc File content/browser/indexed_db/indexed_db_callbacks.cc (right): https://codereview.chromium.org/238043007/diff/20001/content/browser/indexed_db/indexed_db_callbacks.cc#newcode351 content/browser/indexed_db/indexed_db_callbacks.cc:351: if (!value || value->blob_info.empty()) { On 2014/04/17 21:36:29, ...
6 years, 8 months ago (2014-04-17 21:46:49 UTC) #5
cmumford
lgtm
6 years, 8 months ago (2014-04-17 22:38:07 UTC) #6
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 8 months ago (2014-04-17 22:46:36 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/238043007/60001
6 years, 8 months ago (2014-04-17 22:47:17 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-17 23:40:14 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-17 23:40:14 UTC) #10
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 8 months ago (2014-04-18 00:02: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/238043007/60001
6 years, 8 months ago (2014-04-18 00:03:35 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-18 04:58:10 UTC) #13
Message was sent while issue was closed.
Change committed as 264728

Powered by Google App Engine
This is Rietveld 408576698