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
*
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
*
Removed #ifdef in IncrementErrorCount() now that it's platform-independent.
akalin@chromium.org
2010-01-21
1
-3
/
+0
*
Fix an observed shutdown crash after downgrading to an older Chrome release.
nick@chromium.org
2010-01-21
1
-2
/
+4
*
Move two generic string split functions from sync API to their own API in bas...
timsteele@google.com
2010-01-21
1
-61
/
+4
*
Implemented AddressWatchTask for OS X.
akalin@chromium.org
2010-01-20
3
-0
/
+178
*
Revert 36604 - Implemented AddressWatchTask for OS X.
akalin@chromium.org
2010-01-20
3
-164
/
+0
*
Implemented AddressWatchTask for OS X.
akalin@chromium.org
2010-01-20
3
-0
/
+164
*
Revert 36586 - Implemented AddressWatchTask for OS X.
akalin@chromium.org
2010-01-20
3
-167
/
+0
*
Implemented AddressWatchTask for OS X.
akalin@chromium.org
2010-01-20
3
-0
/
+167
*
Fix the linux perf build by checking the return value on write()
zork@chromium.org
2010-01-19
1
-1
/
+6
*
Add an implementation of AddressWatchTask for linux.
zork@chromium.org
2010-01-19
1
-2
/
+64
*
Merge protocol buffer changes from server back into client.
chron@google.com
2010-01-16
12
-38
/
+121
*
Use https for GAIA URL.
cevans@chromium.org
2009-12-30
1
-1
/
+1
*
Added switch to invalidate sync login.
akalin@chromium.org
2009-12-18
1
-0
/
+7
*
sync: Fix license copyright text.
evan@chromium.org
2009-12-11
7
-7
/
+7
*
Give the proper error message in the case where you attempt to log int
zork@google.com
2009-12-10
1
-0
/
+6
*
Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.
albertb@google.com
2009-12-01
6
-19
/
+81
*
Fix some minor things that were in the unique naming CL that I forgot to addr...
chron@google.com
2009-11-25
5
-8
/
+11
*
sync: get rid of path_helpers files.
nick@chromium.org
2009-11-25
3
-3
/
+0
*
Remove a TODO in post_commit_command.cc. Clarify what's going on.
nick@chromium.org
2009-11-24
1
-3
/
+4
*
Final part of PathString cleanup.
munjal@chromium.org
2009-11-24
8
-157
/
+157
*
build fix: missing include
evan@chromium.org
2009-11-22
1
-0
/
+1
*
Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...
tim@chromium.org
2009-11-21
54
-2880
/
+949
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-4
/
+6
*
Remove unique naming from syncer! This reduces the complexity. Modify the ind...
chron@google.com
2009-11-20
22
-1815
/
+844
*
sync: add some "static"s to functions
evan@chromium.org
2009-11-17
1
-12
/
+14
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
4
-8
/
+8
*
Part 1 of removing PathSTring. I scrubbed files that are not
munjal@chromium.org
2009-11-13
7
-11
/
+13
*
Revert 31865 - This change is patched from http://codereview.chromium.org/276...
idana@chromium.org
2009-11-13
1
-6
/
+12
*
This change is patched from http://codereview.chromium.org/276071 by randy.po...
idana@chromium.org
2009-11-13
1
-12
/
+6
*
Implement the gaia captcha state and unlock capability in the sync setup wizard.
tim@chromium.org
2009-11-12
4
-21
/
+37
*
Part 1 of implementing captcha for sync dialog.
tim@chromium.org
2009-11-11
2
-34
/
+33
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
2
-8
/
+8
*
Removes blocked items. Also, some minor cleanup in preparation for (and to he...
tim@chromium.org
2009-11-10
18
-317
/
+8
*
Part 2 of string cleanup in Sync:
munjal@chromium.org
2009-11-06
2
-92
/
+61
*
Clean up the strings for sync code:
munjal@chromium.org
2009-11-04
16
-115
/
+46
*
Remove context-based dependencies on SyncerSession from ApplyUpdatesCommand.
tim@chromium.org
2009-11-03
8
-46
/
+48
*
Take 2 at browser_sync::ExtensionsActivityMonitor.
tim@chromium.org
2009-10-28
7
-4
/
+76
*
linux: fix gcc 4.3 issues (for arm)
piman@chromium.org
2009-10-27
2
-3
/
+4
*
Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...
tim@chromium.org
2009-10-27
7
-79
/
+4
*
Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...
tim@chromium.org
2009-10-27
7
-4
/
+79
[next]