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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync: Replace pthread mutex with base::Lock in a few more places.
timsteele@google.com
2009-10-07
10
-63
/
+40
*
Revert 28198 - Remove pthreads from syncable.
chron@google.com
2009-10-07
2
-10
/
+34
*
Remove pthreads from syncable.
chron@chromium.org
2009-10-07
2
-34
/
+10
*
Cleanup some rotten references to old command line switches.
nick@chromium.org
2009-10-06
2
-4
/
+2
*
Change the Windows build to statically link the sync library.
nick@chromium.org
2009-10-06
2
-34
/
+7
*
Initial CL for fixing some of the proxy auth issues.
chron@chromium.org
2009-10-06
6
-32
/
+87
*
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
15
-151
/
+130
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
2
-3
/
+2
*
Revert my revert because it causes more problems.
nsylvain@chromium.org
2009-10-02
2
-34
/
+1
*
revert this change because protoc.exe crashes during compile and breaks the t...
nsylvain@chromium.org
2009-10-02
2
-1
/
+34
*
Set the LITE runtime optimization flag in sync.proto.
nick@chromium.org
2009-10-02
2
-34
/
+1
*
Replace Read/Write lock with a plain old chrome lock.
chron@chromium.org
2009-10-02
3
-261
/
+68
*
A small cleanup to the sync setup flow.
nick@chromium.org
2009-10-01
1
-1
/
+1
*
Convert the SslInitializationSingleton over to a base/singleton.
nick@chromium.org
2009-10-01
1
-14
/
+3
*
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
*
Remove unused pthread helpers. Looks like we don't use pthread_rw locks at all.
chron@chromium.org
2009-09-28
1
-127
/
+0
*
sync i18n support for gaia_login.html and merge_and_sync.htmlMove resources i...
tim@chromium.org
2009-09-28
2
-55
/
+68
*
Balance call to CommandLine::Init in syncapi with call to CommandLine::Termin...
tim@chromium.org
2009-09-27
1
-0
/
+2
*
Use base/logging from chrome/browser/sync. Add a macro to libjingle's
nick@chromium.org
2009-09-26
7
-41
/
+45
*
Rename "xmpp/constants.*" to" xmpp/xmppconstants.*"
nick@chromium.org
2009-09-25
5
-5
/
+5
*
Second attempt at the new syncer thread impl, now with less crashes!
tim@chromium.org
2009-09-25
8
-248
/
+1556
*
Remove string.h/.cc, xml_parse_helpers.h/.cc, and date- parsing code
nick@chromium.org
2009-09-25
11
-1958
/
+1
*
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
40
-164
/
+158
*
For bookmark sync, remove cookie support from http bridge and syncapi.
chron@chromium.org
2009-09-21
4
-65
/
+5
*
Remove syncer_paused from syncapi.
tim@chromium.org
2009-09-21
2
-4
/
+0
*
Handle some startup errors encountered by ModelAssociator (such as
tim@chromium.org
2009-09-16
5
-14
/
+35
*
Build the sync unit tests:
nick@chromium.org
2009-09-16
3
-33
/
+2
*
Build sync engine as part of the browser build.
nick@chromium.org
2009-09-15
46
-96
/
+121
*
Check in syncapi header consistent with most recent build of syncapi.dll
tim@chromium.org
2009-09-15
1
-0
/
+3
*
Made some style fixes in the remaining code under chrom/browser/sync and unde...
idana@chromium.org
2009-09-14
102
-865
/
+867
*
Use jstemplates in merge and sync setup page.
tim@chromium.org
2009-09-14
1
-11
/
+21
*
Review URL: http://codereview.chromium.org/201087
idana@chromium.org
2009-09-11
52
-519
/
+486
*
Don't depend on scoped_any.
nick@chromium.org
2009-09-11
2
-26
/
+27
*
Fix compiler warnings in chrome\browser\sync.
nick@chromium.org
2009-09-11
11
-19
/
+22
*
Populate strings in gaia_login.html using jstemplates instead of literals.
tim@chromium.org
2009-09-10
1
-28
/
+28
*
Remove openssl_init from sync\engine.
nick@chromium.org
2009-09-10
2
-149
/
+0
*
Remove deprecated status flags from sync
zork@google.com
2009-09-10
1
-2
/
+0
*
Fix one more checkdeps path. Left this out
nick@chromium.org
2009-09-10
1
-2
/
+0
*
Fix checkdeps by removing some include paths
nick@chromium.org
2009-09-10
4
-3
/
+9
*
Initial commit of sync engine code to browser/sync.
nick@chromium.org
2009-09-10
226
-0
/
+40735
*
This CL changes the CookieStore obect to be a refcounted object to get a bett...
ananta@chromium.org
2009-09-05
1
-1
/
+0
[next]