|
The sync server supports a new "progress token" scheme that allows data types to be requested with a different timestamp per datatype. The benefits of this approach are:
- timestamps become opaque to the client, which makes
- the client no longer has to rely on timestamps converging for all datatypes.
- the server will send fewer redundant updates after enabling a new datatype.
- the flexibility of the opaque field allows the server to implement other optimizations which will increase scalability & performance
BUG= 58217
TEST=manual test of sync (old profile+new profile), unit tests, integ tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71357
Total comments: 30
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+787 lines, -595 lines) |
Patch |
 |
M |
chrome/browser/sync/engine/all_status.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+5 lines, -61 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/all_status.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+27 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/download_updates_command.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+15 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/download_updates_command.cc
|
View
|
|
3 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/download_updates_command_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/store_timestamps_command.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+25 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncapi.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+18 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncapi.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_end_command.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_proto_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_thread.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_thread_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+21 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/verify_updates_command.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_harness.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_harness.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/session_state.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+12 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/session_state.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+13 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+15 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session.cc
|
View
|
1
2
3
|
4 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+39 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sync_ui_util.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/directory_backing_store.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/directory_backing_store.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
12 chunks |
+104 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+170 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/model_type.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/model_type.cc
|
View
|
1
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/syncable.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+17 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/syncable.cc
|
View
|
|
5 chunks |
+29 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/syncable_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test_profile_sync_service.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/sync/engine/mock_connection_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+21 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/test/sync/engine/mock_connection_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+74 lines, -30 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|