|
IndexedDB: Fix trivial cpplint.py errors
Classes of errors tackled: whitespace, include-what-you-use, explicit
constructors, parameter names, include guards, bracing, and one
use of "unsigned long" in IPC.
This does not tackle use of non-const references, since those should
be carefully reviewed and affects the callers. Also, several uses
of "long" remain in content/child when implementing Blink interfaces.
R=cmumford@chromium.org,ericu@chromium.org,tsepez@chromium.org
BUG= 381456
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276451
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -68 lines) |
Patch |
 |
M |
content/browser/indexed_db/indexed_db_active_blob_registry.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.cc
|
View
|
1
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_blob_info.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_browsertest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_connection.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_context_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_context_impl.cc
|
View
|
|
3 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_cursor.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database_error.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database_unittest.cc
|
View
|
1
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_fake_backing_store.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_internals_ui.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_leveldb_coding.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_metadata.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_pending_connection.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_transaction.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_value.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/leveldb/leveldb_database.cc
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/mock_indexed_db_callbacks.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/mock_indexed_db_callbacks.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher.cc
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_key_builders.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbcursor_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbcursor_impl_unittest.cc
|
View
|
|
5 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbdatabase_impl.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/webidbfactory_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key_path.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_messages.h
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_param_traits.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|