|
Convert to new WebIDBTypes enums and accessors
This way we can verify with DEPS that the content/(common|browser)/ code
is only depending on enums and not linking against Blink symbols.
Some of the code in content/common/ that reaches into WebIDBKey(Path)
still needs to be pulled out into content/child/
BUG= 237267
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212237
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+188 lines, -156 lines) |
Patch |
 |
M |
content/browser/DEPS
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_leveldb_coding.cc
|
View
|
|
10 chunks |
+37 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc
|
View
|
|
6 chunks |
+22 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/proxy_webidbcursor_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/DEPS
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key.h
|
View
|
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key.cc
|
View
|
|
8 chunks |
+42 lines, -33 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key_path.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key_path.cc
|
View
|
|
5 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key_range.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_key_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/common/indexed_db/indexed_db_param_traits.cc
|
View
|
|
4 chunks |
+32 lines, -23 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|