|
|
Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthenticator, as it
is never used. This allowed replacing all lock/mutex code with current MessageLoop assertions.
Some temp scaffolding in auth_watcher (e.g creating a message loop for the current pthread),
which will be removed as part of my next trick.
TEST=sync_unit_tests suite, sync_integration_tests suite
BUG= 19895
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27956
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -151 lines) |
Patch |
 |
M |
chrome/browser/sync/engine/all_status.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/auth_watcher.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/auth_watcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+37 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/authenticator.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/client_command_channel.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/net/gaia_authenticator.h
|
View
|
1
2
3
4
|
7 chunks |
+24 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/net/gaia_authenticator.cc
|
View
|
1
2
3
4
|
9 chunks |
+16 lines, -60 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/net/gaia_authenticator_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/net/server_connection_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_types.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/notifier/listener/talk_mediator.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/syncable/syncable.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/util/event_sys.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/util/event_sys-inl.h
|
View
|
1
2
3
4
|
11 chunks |
+27 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/util/event_sys_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|