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
*
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
*
Hook up "remaining changes" to sync client. Remove "latest timestamp".
chron@chromium.org
2009-10-23
9
-36
/
+34
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
3
-4
/
+4
*
Fix sync bug where notifications were being sent for unsuccessful commit atte...
chron@chromium.org
2009-10-16
2
-2
/
+8
*
If chrome starts without a network connection, the sync serverconnectionmanag...
tim@chromium.org
2009-10-16
1
-0
/
+4
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
2
-2
/
+2
*
Reverted 29258.
akalin@chromium.org
2009-10-16
2
-2
/
+2
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
2
-2
/
+2
*
Reverted 29255.
akalin@chromium.org
2009-10-16
2
-2
/
+2
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
2
-2
/
+2
*
Reverted 29253.
akalin@chromium.org
2009-10-16
1
-1
/
+1
*
Made sync code build and pass unit tests on OS X.
akalin@chromium.org
2009-10-16
1
-1
/
+1
*
Hook up ClientToServerResponse::THROTTLED to the client sync loop.
tim@chromium.org
2009-10-16
13
-36
/
+113
*
Fix some warnings on Mac that are treated as errors:
munjal@chromium.org
2009-10-15
3
-25
/
+12
*
For sync exponential backoff, allow one nudge per exponential backoff interva...
tim@chromium.org
2009-10-14
3
-151
/
+347
*
Readability fixes for server_connection_manager.
nick@chromium.org
2009-10-14
2
-67
/
+93
*
Fix a bug that would cause spurious commits from the bookmark model
nick@chromium.org
2009-10-14
1
-4
/
+9
*
Fixed some more Google Sync mac build compile errors.
akalin@chromium.org
2009-10-13
2
-5
/
+6
*
Patched in 265058 (which was uploaded under akalin@gmail.com). Original
akalin@chromium.org
2009-10-13
2
-3
/
+7
*
Remove pthreads from build and installer files.
tim@chromium.org
2009-10-10
3
-870
/
+0
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Sync: Remove pthreads from syncapi. Convert AddressWatchThread from pthreads ...
tim@chromium.org
2009-10-09
1
-51
/
+57
*
Replace pthreads locks with chrome locks in syncable.cc.
chron@chromium.org
2009-10-09
1
-0
/
+1
*
Sync: Remove pthreads from ServerConnectionManager and notifier.
tim@chromium.org
2009-10-08
3
-57
/
+23
*
Part 1 of making sync work on Mac:
munjal@chromium.org
2009-10-08
7
-16
/
+20
*
Sync: Remove pthreads from auth_watcher.
tim@chromium.org
2009-10-07
6
-253
/
+384
*
Update sync unit tests to build on linux
zork@chromium.org
2009-10-07
5
-436
/
+424
*
Sync: Replace pthread mutex with base::Lock in a few more places.
timsteele@google.com
2009-10-07
5
-10
/
+6
*
Change the Windows build to statically link the sync library.
nick@chromium.org
2009-10-06
2
-34
/
+7
*
Initialize message_loop_ in gaia authenticator.
timsteele@google.com
2009-10-06
1
-1
/
+2
*
Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...
timsteele@google.com
2009-10-03
10
-119
/
+88
*
Replace Read/Write lock with a plain old chrome lock.
chron@chromium.org
2009-10-02
1
-2
/
+2
*
Rename EscapeUrl and expand the code comment.
brg@chromium.com
2009-10-01
1
-1
/
+1
*
Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...
brg@chromium.com
2009-10-01
1
-1
/
+1
*
Remove the syncapi stub.
nick@chromium.org
2009-09-30
1
-305
/
+0
*
Unflakify SyncerThreadWithSyncerTest.Polling by using TimeTicks instead of sy...
tim@chromium.org
2009-09-29
1
-15
/
+7
*
Make two members private in sync and add getters/setters for them.
tim@chromium.org
2009-09-29
4
-9
/
+30
*
Disable it for real this time.
nsylvain@chromium.org
2009-09-29
1
-1
/
+3
*
Disable SyncerThreadWithSyncerTest.Polling because it's flaky.
nsylvain@chromium.org
2009-09-29
1
-1
/
+2
*
Balance call to CommandLine::Init in syncapi with call to CommandLine::Termin...
tim@chromium.org
2009-09-27
1
-0
/
+2
*
Second attempt at the new syncer thread impl, now with less crashes!
tim@chromium.org
2009-09-25
8
-248
/
+1556
*
Reverting 27117.
davemoore@chromium.org
2009-09-24
8
-1550
/
+248
*
Use chrome/base synchronization primitives and threads instead of
tim@chromium.org
2009-09-24
8
-248
/
+1550
*
Fix compiling of sync on linux.
zork@chromium.org
2009-09-22
19
-74
/
+94
[next]