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

Issue 240003011: Add blob-writing functionality [as yet un-called] to IDB's backend. (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

Add blob-writing functionality [as yet un-called] to IDB's backend. BUG=108012 R=cmumford@chromium.org, jsbell@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266916

Patch Set 1 #

Patch Set 2 : Remove todo #

Total comments: 10

Patch Set 3 : Switched callback to a single function. #

Patch Set 4 : Added a TODO #

Total comments: 2

Patch Set 5 : Factor out GetBlobFilenameForKey #

Total comments: 1

Patch Set 6 : Build fixes. #

Patch Set 7 : Build fix #

Patch Set 8 : Fix it harder #

Patch Set 9 : Merged out #

Patch Set 10 : Cleaned branch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -1 line) Patch
M content/browser/indexed_db/indexed_db_backing_store.h View 1 2 3 4 5 6 7 10 chunks +86 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 2 3 4 5 6 7 14 chunks +314 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc View 8 chunks +11 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_fake_backing_store.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
ericu
6 years, 8 months ago (2014-04-17 19:20:30 UTC) #1
cmumford
https://codereview.chromium.org/240003011/diff/20001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/240003011/diff/20001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode1750 content/browser/indexed_db/indexed_db_backing_store.cc:1750: WriteNextFile(); By writing the first file in the constructor ...
6 years, 8 months ago (2014-04-18 17:19:06 UTC) #2
ericu
https://codereview.chromium.org/240003011/diff/20001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/240003011/diff/20001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode1750 content/browser/indexed_db/indexed_db_backing_store.cc:1750: WriteNextFile(); On 2014/04/18 17:19:06, cmumford wrote: > By writing ...
6 years, 8 months ago (2014-04-21 20:54:18 UTC) #3
jsbell
lgtm https://codereview.chromium.org/240003011/diff/60001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/240003011/diff/60001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode1919 content/browser/indexed_db/indexed_db_backing_store.cc:1919: // This assumes a file path of dbId/second-to-LSB-of-counter/counter. ...
6 years, 8 months ago (2014-04-24 00:16:12 UTC) #4
cmumford
lgtm
6 years, 8 months ago (2014-04-25 21:24:32 UTC) #5
ericu
https://codereview.chromium.org/240003011/diff/60001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/240003011/diff/60001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode1919 content/browser/indexed_db/indexed_db_backing_store.cc:1919: // This assumes a file path of dbId/second-to-LSB-of-counter/counter. On ...
6 years, 7 months ago (2014-04-28 17:49:04 UTC) #6
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-28 17:49:24 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/240003011/80001
6 years, 7 months ago (2014-04-28 17:50:03 UTC) #8
jsbell
https://codereview.chromium.org/240003011/diff/80001/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/240003011/diff/80001/content/browser/indexed_db/indexed_db_backing_store.cc#newcode1927 content/browser/indexed_db/indexed_db_backing_store.cc:1927: // This assumes a file path of dbId/second-to-LSB-of-counter/counter. Nit: ...
6 years, 7 months ago (2014-04-28 18:04:19 UTC) #9
ericu
Good point; I'll take that out in a later CL. On Mon, Apr 28, 2014 ...
6 years, 7 months ago (2014-04-28 18:05:39 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 19:07:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on android_clang_dbg tryserver.chromium on linux_chromium_chromeos_clang_dbg
6 years, 7 months ago (2014-04-28 19:07:16 UTC) #12
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-28 21:23:28 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/240003011/120001
6 years, 7 months ago (2014-04-28 21:24:49 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 22:02:26 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 22:02:27 UTC) #16
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-28 22:25:25 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/240003011/120001
6 years, 7 months ago (2014-04-28 22:27:27 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 23:13:22 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 23:13:22 UTC) #20
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-28 23:47:19 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/240003011/120001
6 years, 7 months ago (2014-04-28 23:47:58 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 23:58:19 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_rel
6 years, 7 months ago (2014-04-28 23:58:19 UTC) #24
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-29 00:38:55 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/240003011/100002
6 years, 7 months ago (2014-04-29 00:40:42 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 01:26:47 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-29 01:26:47 UTC) #28
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-29 03:24:37 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/240003011/100002
6 years, 7 months ago (2014-04-29 03:24:59 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 04:00:38 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-29 04:00:39 UTC) #32
ericu
6 years, 7 months ago (2014-04-29 17:54:43 UTC) #33
Message was sent while issue was closed.
Committed patchset #10 manually as r266916 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698