|
Remove unique naming from syncer! This reduces the complexity. Modify the index to store things with parent id and metahandle instead of parent id and name.
Add a template function for extracting name from proto buffers.
Refactor some unit tests to work without unique naming.
Remove path calls since they make no sense without unique names.
Remove find by parentID and names.
Remove unique name resolution from conflict resolver.
Remove syncable name class.
TEST=included unit tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32583
Total comments: 108
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1157 lines, -2644 lines) |
Patch |
|
M |
chrome/browser/sync/engine/apply_updates_command_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/build_and_process_conflict_sets_command.cc
|
View
|
1
2
3
4
|
8 chunks |
+15 lines, -69 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/build_commit_command.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/engine/conflict_resolution_view.h
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/conflict_resolver.h
|
View
|
1
2
3
|
3 chunks |
+0 lines, -28 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/conflict_resolver.cc
|
View
|
1
2
3
|
11 chunks |
+18 lines, -258 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/get_commit_ids_command.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/process_commit_response_command.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -27 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/process_updates_command.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncapi.cc
|
View
|
1
2
3
|
5 chunks |
+10 lines, -32 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer.h
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer.cc
|
View
|
1
2
3
|
6 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_proto_util.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_proto_util.cc
|
View
|
1
2
3
|
3 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_proto_util_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+40 lines, -21 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_types.h
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_unittest.cc
|
View
|
1
2
3
|
77 chunks |
+699 lines, -1225 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_util.h
|
View
|
1
|
3 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/syncer_util.cc
|
View
|
1
2
3
|
10 chunks |
+8 lines, -90 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/engine/update_applicator.h
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
chrome/browser/sync/engine/update_applicator.cc
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/engine/verify_updates_command.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/directory_backing_store.cc
|
View
|
1
|
3 chunks |
+2 lines, -50 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/syncable.h
|
View
|
1
2
3
|
16 chunks |
+21 lines, -275 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/syncable.cc
|
View
|
1
2
3
|
22 chunks |
+52 lines, -331 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/syncable_columns.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/syncable_unittest.cc
|
View
|
1
2
3
|
17 chunks |
+132 lines, -159 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/sync/engine/mock_server_connection.h
|
View
|
|
4 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/test/sync/engine/mock_server_connection.cc
|
View
|
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
|
A |
chrome/test/sync/engine/test_syncable_utils.h
|
View
|
1
2
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/sync/engine/test_syncable_utils.cc
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|