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

Issue 19117005: IndexedDB: Coding conventions and cleanup (Closed)

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

Description

IndexedDB: Coding conventions and cleanup Various nits, no behavior change: * Drop trivial Foo::Create() static methods for refcounted types ported from Blink. * Remove WebKit:: prefixes where we have using statements * Remove some useless use of copy constructors where there used to be a type conversion. * Apply clang-format here and there. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211553

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -218 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 4 chunks +3 lines, -7 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks.h View 2 chunks +14 lines, -48 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_cursor.h View 2 chunks +4 lines, -23 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.cc View 5 chunks +13 lines, -14 lines 2 comments Download
M content/browser/indexed_db/indexed_db_database_callbacks.h View 2 chunks +3 lines, -12 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 13 chunks +27 lines, -30 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory.h View 2 chunks +1 line, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.h View 3 chunks +5 lines, -13 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.cc View 3 chunks +2 lines, -18 lines 1 comment Download
M content/browser/indexed_db/leveldb/leveldb_transaction.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_transaction.cc View 3 chunks +6 lines, -11 lines 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M content/child/indexed_db/proxy_webidbcursor_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/child/indexed_db/proxy_webidbdatabase_impl.cc View 12 chunks +15 lines, -17 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jsbell
Please take a look? https://codereview.chromium.org/19117005/diff/1/content/browser/indexed_db/indexed_db_database.cc File content/browser/indexed_db/indexed_db_database.cc (right): https://codereview.chromium.org/19117005/diff/1/content/browser/indexed_db/indexed_db_database.cc#newcode456 content/browser/indexed_db/indexed_db_database.cc:456: scoped_refptr<IndexedDBDatabase> IndexedDBDatabase::Create( I did not ...
7 years, 5 months ago (2013-07-13 00:18:31 UTC) #1
dgrogan
lgtm
7 years, 5 months ago (2013-07-13 00:29:37 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/19117005/1
7 years, 5 months ago (2013-07-13 00:30:19 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-07-13 04:54:13 UTC) #4
Message was sent while issue was closed.
Change committed as 211553

Powered by Google App Engine
This is Rietveld 408576698