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

Issue 18241003: IndexedDB: Remove IndexedDBCallbacksWrapper (Closed)

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

Description

IndexedDB: Remove IndexedDBCallbacksWrapper Eliminate another bit of cruft from the Blink migration by merging IndexedDBCallbacks and IndexedDBCallbacksWrapper. BUG=234278 R=alecflett@chromium.org,dgrogan@chromium.org TBR=jam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209528

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased, fixed review nits, remove _proxy suffix #

Patch Set 3 : Rebased #

Patch Set 4 : Include/Forward Declare tidying #

Unified diffs Side-by-side diffs Delta from patch set Stats (+536 lines, -808 lines) Patch
M content/browser/indexed_db/indexed_db_callbacks.h View 1 2 3 1 chunk +118 lines, -158 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks.cc View 1 2 3 2 chunks +225 lines, -183 lines 0 comments Download
D content/browser/indexed_db/indexed_db_callbacks_wrapper.h View 1 2 1 chunk +0 lines, -99 lines 0 comments Download
D content/browser/indexed_db/indexed_db_callbacks_wrapper.cc View 1 chunk +0 lines, -135 lines 0 comments Download
M content/browser/indexed_db/indexed_db_cursor.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_cursor.cc View 1 2 3 6 chunks +13 lines, -18 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 1 2 3 7 chunks +18 lines, -20 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.cc View 31 chunks +59 lines, -65 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 6 chunks +13 lines, -14 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 1 17 chunks +43 lines, -58 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory.cc View 4 chunks +3 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_index_writer.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/indexed_db/webidbdatabase_impl.h View 1 2 3 3 chunks +10 lines, -12 lines 0 comments Download
M content/browser/indexed_db/webidbdatabase_impl.cc View 1 2 3 7 chunks +25 lines, -27 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jsbell
jam@ - OWNERS review of the content_browser.gypi change? alecflett@, dgrogan@ - please take a look? ...
7 years, 5 months ago (2013-06-28 23:40:29 UTC) #1
alecflett
lgtm lgtm https://chromiumcodereview.appspot.com/18241003/diff/1/content/browser/indexed_db/indexed_db_dispatcher_host.cc File content/browser/indexed_db/indexed_db_dispatcher_host.cc (right): https://chromiumcodereview.appspot.com/18241003/diff/1/content/browser/indexed_db/indexed_db_dispatcher_host.cc#newcode261 content/browser/indexed_db/indexed_db_dispatcher_host.cc:261: DeleteDatabase(params.name, argh, clang-format - I liked the ...
7 years, 5 months ago (2013-06-29 00:07:30 UTC) #2
jsbell
https://chromiumcodereview.appspot.com/18241003/diff/1/content/browser/indexed_db/indexed_db_dispatcher_host.cc File content/browser/indexed_db/indexed_db_dispatcher_host.cc (right): https://chromiumcodereview.appspot.com/18241003/diff/1/content/browser/indexed_db/indexed_db_dispatcher_host.cc#newcode261 content/browser/indexed_db/indexed_db_dispatcher_host.cc:261: DeleteDatabase(params.name, On 2013/06/29 00:07:30, alecflett wrote: > argh, clang-format ...
7 years, 5 months ago (2013-07-01 16:37:28 UTC) #3
jam
lgtm
7 years, 5 months ago (2013-07-01 18:19:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/18241003/4002
7 years, 5 months ago (2013-07-01 20:43:36 UTC) #5
commit-bot: I haz the power
7 years, 5 months ago (2013-07-01 22:54:11 UTC) #6
Message was sent while issue was closed.
Change committed as 209528

Powered by Google App Engine
This is Rietveld 408576698