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

Issue 259063004: Track which IndexedDBBackingStores have been opened since boot. (Closed)

Created:
6 years, 7 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, dgrogan, jsbell+idb_chromium.org
Visibility:
Public.

Description

Track which IndexedDBBackingStores have been opened since boot. This way we'll know which need to have their live blob journals cleaned, once blob support is in. This has a small overlap with https://codereview.chromium.org/240003011/ [currently in the commit queue] for ease of merging. However, it also fixes a bug in that CL in which GetDatabaseNames didn't have the request_context parameter. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267031

Patch Set 1 #

Total comments: 6

Patch Set 2 : Merged out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -24 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc View 1 5 chunks +10 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_factory.h View 3 chunks +12 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_factory.cc View 1 4 chunks +34 lines, -10 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
ericu
6 years, 7 months ago (2014-04-28 23:20:36 UTC) #1
cmumford
https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode662 content/browser/indexed_db/indexed_db_backing_store.cc:662: net::URLRequestContext* request_context, Why add these two unused parameters to ...
6 years, 7 months ago (2014-04-29 16:08:33 UTC) #2
ericu
https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode662 content/browser/indexed_db/indexed_db_backing_store.cc:662: net::URLRequestContext* request_context, On 2014/04/29 16:08:34, cmumford wrote: > Why ...
6 years, 7 months ago (2014-04-29 18:24:19 UTC) #3
cmumford
On 2014/04/29 18:24:19, ericu wrote: > https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc > File content/browser/indexed_db/indexed_db_backing_store.cc (right): > > https://codereview.chromium.org/259063004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode662 > ...
6 years, 7 months ago (2014-04-29 18:45:31 UTC) #4
cmumford
lgtm
6 years, 7 months ago (2014-04-29 18:57:08 UTC) #5
jsbell
lgtm
6 years, 7 months ago (2014-04-29 19:04:17 UTC) #6
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-29 19:04:38 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/259063004/20001
6 years, 7 months ago (2014-04-29 19:06:20 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 19:47:51 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 19:47:51 UTC) #10
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 7 months ago (2014-04-29 20:06:11 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/259063004/20001
6 years, 7 months ago (2014-04-29 20:33:25 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 01:34:24 UTC) #13
Message was sent while issue was closed.
Change committed as 267031

Powered by Google App Engine
This is Rietveld 408576698