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

Issue 232343004: Pass blob info through from the IPC to the backing store on 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

Pass blob info through from the IPC to the backing store on put. It's not used yet; this is all just preparatory plumbing. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264380

Patch Set 1 #

Patch Set 2 : Corrected branch parent #

Patch Set 3 : Merge fixes #

Patch Set 4 : Fix some nits #

Total comments: 15

Patch Set 5 : Rolled in review feedback #

Patch Set 6 : Add out-of-line destructor for BlobChangeRecord #

Patch Set 7 : Merge out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -19 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.h View 1 2 3 4 5 6 9 chunks +36 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 2 3 4 5 6 17 chunks +102 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.cc View 1 2 3 4 5 6 7 chunks +9 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 1 2 3 4 5 6 11 chunks +67 lines, -7 lines 0 comments Download
M content/browser/indexed_db/indexed_db_fake_backing_store.cc View 1 2 3 4 5 6 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ericu
6 years, 8 months ago (2014-04-10 01:24:36 UTC) #1
cmumford
https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode54 content/browser/indexed_db/indexed_db_backing_store.cc:54: .AddExtension(FILE_PATH_LITERAL(".indexeddb.blob")); Nit: Consider removing leading '.' as FilePath::kExtensionSeparator is ...
6 years, 8 months ago (2014-04-10 16:59:42 UTC) #2
jsbell
Just some initial nits. https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode54 content/browser/indexed_db/indexed_db_backing_store.cc:54: .AddExtension(FILE_PATH_LITERAL(".indexeddb.blob")); On 2014/04/10 16:59:43, cmumford ...
6 years, 8 months ago (2014-04-11 16:19:57 UTC) #3
ericu
https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/232343004/diff/50001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode54 content/browser/indexed_db/indexed_db_backing_store.cc:54: .AddExtension(FILE_PATH_LITERAL(".indexeddb.blob")); On 2014/04/10 16:59:43, cmumford wrote: > Nit: Consider ...
6 years, 8 months ago (2014-04-14 23:23:38 UTC) #4
cmumford
lgtm
6 years, 8 months ago (2014-04-15 21:14:16 UTC) #5
jsbell
lgtm
6 years, 8 months ago (2014-04-16 20:17:10 UTC) #6
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 8 months ago (2014-04-16 21:11:10 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/232343004/100001
6 years, 8 months ago (2014-04-16 21:11:59 UTC) #8
commit-bot: I haz the power
6 years, 8 months ago (2014-04-17 01:42:34 UTC) #9
Message was sent while issue was closed.
Change committed as 264380

Powered by Google App Engine
This is Rietveld 408576698