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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the integration test harness by using the max_local_timestamp
tim@chromium.org
2010-03-19
2
-5
/
+8
*
Update sync to support syncing of typed urls
zork@chromium.org
2010-03-18
3
-0
/
+32
*
Pause the sync thread while starting data types.
skrul@chromium.org
2010-03-17
2
-0
/
+36
*
Change observer expectations
skrul@chromium.org
2010-03-17
2
-24
/
+44
*
Change MediatorThreadImpl::Run to process messages forever and periodically c...
tim@chromium.org
2010-03-16
1
-2
/
+4
*
Implement SyncerThread::RequestPause and SyncerThread::RequestResume
skrul@chromium.org
2010-03-15
5
-2
/
+151
*
Added switch to invalidate the sync xmpp auth token for testing.
akalin@chromium.org
2010-03-12
3
-2
/
+12
*
Revert 40521 - Fix attempt for bug 34158. Reset the TalkMediator after callin...
tim@chromium.org
2010-03-09
1
-4
/
+1
*
Speculative fix for bug 37709. Don't use a MutableEntry (and hence add somet...
tim@chromium.org
2010-03-09
2
-4
/
+5
*
Make VerifyUpdatesCommand a ModelChanging variant for now as we can end
tim@chromium.org
2010-03-09
3
-6
/
+118
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
32
-0
/
+0
*
BSD port: Another chunk of chrome/ ifdef changes
pvalchev@google.com
2010-03-09
1
-4
/
+4
*
Improve autofill unit test
skrul@chromium.org
2010-03-03
1
-2
/
+4
*
Fix attempt for bug 34158. Reset the TalkMediator after calling Logout to ens...
tim@chromium.org
2010-03-03
1
-1
/
+4
*
Move a debug string util to syncer proto util. Add better getupdates logging ...
chron@google.com
2010-03-02
6
-27
/
+59
*
Add autofill Change Processor and Model Associator
zork@google.com
2010-03-01
2
-0
/
+30
*
Use syncable hashes that are base64.
chron@google.com
2010-02-26
2
-26
/
+19
*
Remove unused header declaration. Not defined in syncer.cc. Was moved into sy...
chron@google.com
2010-02-25
1
-2
/
+0
*
When applying updates, the UpdateApplicator should check ServerModelType and not
tim@chromium.org
2010-02-25
1
-1
/
+2
*
Temporary fix for commit ID problem. Hex encode IDs so we use ASCII.
chron@google.com
2010-02-25
2
-2
/
+5
*
Multi-pass ModelChangingSyncerCommands.
tim@chromium.org
2010-02-25
19
-78
/
+169
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
2
-0
/
+2
*
check if ModelNeutralExecuteImpl succeeded before running ModelChangingExecut...
dantasse@chromium.org
2010-02-19
4
-7
/
+13
*
Add unique hashing to sync API.
chron@google.com
2010-02-18
3
-15
/
+125
*
Add support for the Update-Client-Auth header to sync. Add a mutex to the aut...
chron@google.com
2010-02-17
15
-16
/
+108
*
For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...
tim@chromium.org
2010-02-16
16
-310
/
+253
*
Per-datatype filtering of change notifications.
nick@chromium.org
2010-02-12
2
-29
/
+48
*
Two fixes from preference sync bringup: (a) Nudge the syncer on more
nick@chromium.org
2010-02-11
2
-7
/
+13
*
For sync, add OrderedCommitSet::Projection, a helper for iterating over
tim@chromium.org
2010-02-11
5
-39
/
+238
*
Implemented new notification methods.
akalin@chromium.org
2010-02-11
3
-8
/
+14
*
Hook up client side of per-datatype GetUpdates.
nick@chromium.org
2010-02-11
12
-64
/
+215
*
Refactor PostClientToServer message, include new unit tests for it. In prep f...
chron@google.com
2010-02-10
3
-73
/
+243
*
Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...
chron@google.com
2010-02-09
8
-53
/
+593
*
Make SyncerThread stop polling if an AUTH_INVALID response is parsed.
tim@chromium.org
2010-02-09
8
-78
/
+168
*
Moved all sync-related command-line logic to profile_sync_service.
akalin@chromium.org
2010-02-09
4
-7
/
+10
*
Fix a bug where positions inside of a newly-committed folder would be
nick@chromium.org
2010-02-09
4
-60
/
+279
*
Fixed notifications-related bug on network reconnections.
akalin@chromium.org
2010-02-04
1
-0
/
+3
*
Sync api changes to support preferences.
albertb@google.com
2010-02-02
3
-0
/
+38
*
Implementation of the DatabaseModelWorker, take 2.
albertb@google.com
2010-02-01
3
-5
/
+8
*
Speculative fix for thread sanitizer failures in ProfileSyncServiceTest.
tim@chromium.org
2010-02-01
1
-1
/
+1
*
Revert 37367 - Implementation of the database safe worker model.
viettrungluu@chromium.org
2010-01-28
3
-8
/
+5
*
Implementation of the database safe worker model.
albertb@google.com
2010-01-28
3
-5
/
+8
*
Add an implementation for async_network_alive to Linux
zork@chromium.org
2010-01-27
1
-1
/
+1
*
Enable valgrind for sync tests (and fix valgrind errors)
skrul@chromium.org
2010-01-27
2
-1
/
+8
*
In the sync database, use protobuf-based storage. Drop the old
nick@chromium.org
2010-01-27
12
-197
/
+438
*
Fixed race condition with AddressWatchTask and ServerConnectionManager.
akalin@chromium.org
2010-01-26
3
-22
/
+11
*
Add support for UserIdleTime to Linux.
zork@chromium.org
2010-01-26
4
-74
/
+177
*
Remove SYNC_EXPORT macro and all it's uses.
munjal@chromium.org
2010-01-22
1
-13
/
+7
*
Fix leaks due to not deleting closures.
tim@chromium.org
2010-01-22
1
-1
/
+2
*
Support for multiple sync ModelSafeWorkers.
tim@chromium.org
2010-01-22
12
-124
/
+116
[next]