index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
sync
/
engine
/
syncer_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Combine sync thread and sync core thread.
akalin@chromium.org
2011-06-14
1
-896
/
+0
*
[Sync] Clean up sync logging
akalin@chromium.org
2011-06-08
1
-87
/
+79
*
Removing some unncessary logging statements.
lipalani@chromium.org
2011-05-12
1
-3
/
+3
*
fix the flakiness caused by passing a linked ptointer across threads.
lipalani@chromium.org
2011-05-07
1
-5
/
+8
*
Add extra logging to prove a theory for the race condition in bug 81256.
lipalani@chromium.org
2011-05-05
1
-2
/
+6
*
Update the source for config requests.
lipalani@chromium.org
2011-05-05
1
-2
/
+17
*
Increasing the chance of the race condition bug to occur by disabling logging...
lipalani@chromium.org
2011-05-05
1
-1
/
+1
*
Add more debug logging to trace a race condition.
lipalani@chromium.org
2011-05-04
1
-0
/
+2
*
Revert 83792 - Add DCHECKS to ensure syncer thread methods are called from th...
lipalani@chromium.org
2011-05-02
1
-13
/
+3
*
Add DCHECKS to ensure syncer thread methods are called from the right thread.
lipalani@chromium.org
2011-05-02
1
-3
/
+13
*
Remove all TODO(tim):deprcecated and clean up all the remnants of syncer thre...
lipalani@chromium.org
2011-04-29
1
-1
/
+1
*
Purge disabled datatypes in syncer thread.
lipalani@chromium.org
2011-04-22
1
-1
/
+8
*
Revert 82578 - Purge disabled datatypes in syncer thread.BUG=TEST=Review URL:...
lipalani@chromium.org
2011-04-22
1
-8
/
+1
*
Fix a memory leak by moving the creation of the object close the call for mak...
lipalani@chromium.org
2011-04-21
1
-6
/
+5
*
Purge disabled datatypes in syncer thread.
lipalani@chromium.org
2011-04-21
1
-1
/
+8
*
The passive worker was being added to the session once per datatype. Fix it s...
lipalani@chromium.org
2011-04-21
1
-7
/
+19
*
1. Fix a bug in which scheduleconfig was called from wrong thread.
lipalani@chromium.org
2011-04-20
1
-2
/
+1
*
sync: add a BackendMigrator class to perform migration flow.
tim@chromium.org
2011-04-20
1
-1
/
+4
*
make new syncer thread the default. Fixed all the test cases that failed.
lipalani@chromium.org
2011-04-19
1
-742
/
+707
*
Revert 82067 - make new syncer thread the default. Fixed all the test cases t...
lipalani@chromium.org
2011-04-19
1
-707
/
+742
*
make new syncer thread the default. Fixed all the test cases that failed.
lipalani@chromium.org
2011-04-19
1
-742
/
+707
*
Revert 82026 - make new syncer thread the default. Fixed all the test cases t...
lipalani@chromium.org
2011-04-19
1
-707
/
+742
*
make new syncer thread the default. Fixed all the test cases that failed.
lipalani@chromium.org
2011-04-18
1
-742
/
+707
*
[Sync] Move TypePayloadMap into its own file
akalin@chromium.org
2011-03-22
1
-16
/
+16
*
Refactor sync notifier out of sync api
akalin@chromium.org
2011-03-14
1
-1
/
+0
*
sync: add switch for using new syncer thread.
tim@chromium.org
2011-03-03
1
-1
/
+0
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
1
-0
/
+10
*
Recommit attempt for rev 72685.
zea@chromium.org
2011-01-27
1
-20
/
+56
*
Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...
zea@chromium.org
2011-01-26
1
-56
/
+20
*
[SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...
zea@chromium.org
2011-01-26
1
-20
/
+56
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+1
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
1
-2
/
+2
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-9
/
+8
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-11
/
+11
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+20
*
sync: Make SyncSession take most of its required state at construction time.
tim@chromium.org
2010-11-24
1
-21
/
+46
*
sync: union model type nudge source before dropping coalesced nudge.
tim@chromium.org
2010-11-18
1
-15
/
+17
*
Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...
tim@chromium.org
2010-11-18
1
-41
/
+42
*
sync: remove event_sys from ServerConnectionManager and SyncerThread
tim@chromium.org
2010-11-17
1
-42
/
+41
*
Sync: Fix RequestResume in SyncerThread, and re-enable the various unit tests
zea@chromium.org
2010-11-17
1
-1
/
+2
*
Plumb datatype information to syncer from nudges.
zea@chromium.org
2010-11-11
1
-6
/
+44
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-2
/
+2
*
Convert LOG/LOG_IF(INFO) to VLOG/VLOG_IF(1) - chrome/browser/sync
rsimha@chromium.org
2010-10-25
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/engine/.
pkasting@chromium.org
2010-10-21
1
-52
/
+44
*
sync: use ObserverList instead of EventChannel (deprecated) for syncer events.
tim@chromium.org
2010-10-11
1
-39
/
+11
*
Replaced sync thread nudge queue with a single pending nudge.
akalin@chromium.org
2010-09-14
1
-10
/
+22
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
1
-26
/
+12
*
Implements the backend for clearing data from the server
tim@chromium.org
2010-09-08
1
-0
/
+3
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-12
/
+26
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-26
/
+12
[next]