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

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed)

Created:
7 years, 7 months ago by alecflett
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Migrate IDBDatabaseBackendTest from blink to chromium This is a fairly direct port, except for the removal of the frontend test for ForceClosed BUG=234278 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203897

Patch Set 1 #

Total comments: 10

Patch Set 2 : Better lifecycle expectations #

Total comments: 12

Patch Set 3 : Switch back to just basic HasOneRef checks #

Total comments: 4

Patch Set 4 : update to ToT, fix review comments #

Total comments: 3

Patch Set 5 : update to ToT #

Patch Set 6 : Fix int64_t for windows #

Patch Set 7 : Fix exports #

Patch Set 8 : Fix exports for WebIDBDatabase too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+526 lines, -10 lines) Patch
M content/browser/indexed_db/indexed_db_callbacks_wrapper.h View 1 2 3 4 chunks +7 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_database_callbacks_wrapper.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_impl.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_database_impl.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A content/browser/indexed_db/indexed_db_database_unittest.cc View 1 2 3 1 chunk +227 lines, -0 lines 0 comments Download
A content/browser/indexed_db/indexed_db_fake_backing_store.h View 1 2 3 4 5 1 chunk +120 lines, -0 lines 0 comments Download
A content/browser/indexed_db/indexed_db_fake_backing_store.cc View 1 2 3 4 5 1 chunk +157 lines, -0 lines 0 comments Download
M content/browser/indexed_db/webidbdatabase_impl.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
jsbell
Holding off on l-g-t-m since I think we should verify the backing store lifetime as ...
7 years, 6 months ago (2013-05-28 19:27:32 UTC) #1
alecflett
Ok issues addreessed. I tried to clean up the expectations around when the backing store ...
7 years, 6 months ago (2013-05-28 23:07:46 UTC) #2
jsbell
lgtm, but I said in person: "I'm an idiot" - as you point out, using ...
7 years, 6 months ago (2013-05-28 23:33:15 UTC) #3
alecflett
ok, back to HasOneRef checks
7 years, 6 months ago (2013-05-28 23:52:42 UTC) #4
jsbell
lgtm but with a note about a comment (which is probably my fault) https://codereview.chromium.org/15724006/diff/11001/content/browser/indexed_db/indexed_db_database_unittest.cc File ...
7 years, 6 months ago (2013-05-29 00:03:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/15001
7 years, 6 months ago (2013-05-31 22:16:02 UTC) #6
alecflett
https://codereview.chromium.org/15724006/diff/11001/content/browser/indexed_db/indexed_db_database_unittest.cc File content/browser/indexed_db/indexed_db_database_unittest.cc (right): https://codereview.chromium.org/15724006/diff/11001/content/browser/indexed_db/indexed_db_database_unittest.cc#newcode125 content/browser/indexed_db/indexed_db_database_unittest.cc:125: EXPECT_FALSE(backing_store->HasOneRef()); // local and connection On 2013/05/29 00:03:54, jsbell ...
7 years, 6 months ago (2013-05-31 22:18:01 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=6222
7 years, 6 months ago (2013-05-31 22:27:22 UTC) #8
jsbell
piman@ - can you OWNERS-review the gypi change?
7 years, 6 months ago (2013-05-31 22:29:15 UTC) #9
piman
lgtm https://chromiumcodereview.appspot.com/15724006/diff/15001/content/browser/indexed_db/indexed_db_fake_backing_store.h File content/browser/indexed_db/indexed_db_fake_backing_store.h (right): https://chromiumcodereview.appspot.com/15724006/diff/15001/content/browser/indexed_db/indexed_db_fake_backing_store.h#newcode59 content/browser/indexed_db/indexed_db_fake_backing_store.h:59: OVERRIDE; nit: odd style is odd. We usually ...
7 years, 6 months ago (2013-05-31 22:31:55 UTC) #10
jsbell
https://chromiumcodereview.appspot.com/15724006/diff/15001/content/browser/indexed_db/indexed_db_fake_backing_store.h File content/browser/indexed_db/indexed_db_fake_backing_store.h (right): https://chromiumcodereview.appspot.com/15724006/diff/15001/content/browser/indexed_db/indexed_db_fake_backing_store.h#newcode59 content/browser/indexed_db/indexed_db_fake_backing_store.h:59: OVERRIDE; On 2013/05/31 22:31:55, piman wrote: > nit: odd ...
7 years, 6 months ago (2013-05-31 22:36:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/15001
7 years, 6 months ago (2013-05-31 23:30:24 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-01 01:03:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/15001
7 years, 6 months ago (2013-06-02 18:44:25 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-02 19:18:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/46001
7 years, 6 months ago (2013-06-03 17:42:31 UTC) #16
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-03 18:45:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/46004
7 years, 6 months ago (2013-06-03 19:29:00 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-03 20:44:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/15724006/44017
7 years, 6 months ago (2013-06-03 21:32:10 UTC) #20
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 07:33:31 UTC) #21
Message was sent while issue was closed.
Change committed as 203897

Powered by Google App Engine
This is Rietveld 408576698