|
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
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
|
Total messages: 4 (0 generated)
|