|
|
Support for multiple sync ModelSafeWorkers.
- Introduce an equivalence class enum to group sync model types that live on the same
chrome native model together.
- Remove ModelSafeWorkerBridge as it is no longer needed.
- Rename BookmarkModelWorker -> UIModelWorker, and make it use the new stuff.
- Allow syncable entries belonging to an "unsynced" model type to be just
processed "passively" from
the SyncerThread (rather than dispatching), and allow this to change as a result
of enable/disabling.
- Experimenting with a way to complete issue 31909 (the CLASS_UNASSOCIATED
stuff).
BUG= 31925, 31911, 31909
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36835
Total comments: 26
Total comments: 16
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+401 lines, -717 lines) |
Patch |
 |
M |
chrome/browser/sync/engine/apply_updates_command_unittest.cc
|
View
|
3
4
5
6
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/model_changing_syncer_command.cc
|
View
|
1
2
3
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/model_safe_worker.h
|
View
|
1
2
3
|
2 chunks |
+47 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/process_updates_command.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncapi.h
|
View
|
1
|
4 chunks |
+5 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncapi.cc
|
View
|
1
|
8 chunks |
+7 lines, -60 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_thread_unittest.cc
|
View
|
3
|
4 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_types.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_unittest.cc
|
View
|
3
|
4 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_util.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_util.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/verify_updates_command.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/bookmark_model_worker.h
|
View
|
1
|
1 chunk |
+0 lines, -138 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/bookmark_model_worker.cc
|
View
|
1
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/sync/glue/bookmark_model_worker_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -221 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host.h
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+41 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/sync_backend_host.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+57 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/glue/ui_model_worker.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+32 lines, -31 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/glue/ui_model_worker.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+19 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/sync/glue/ui_model_worker_unittest.cc
|
View
|
|
11 chunks |
+37 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session.cc
|
View
|
1
2
3
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session_context.h
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/sync_session_unittest.cc
|
View
|
3
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/syncable/model_type.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|