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
/
glue
/
sync_backend_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-7
/
+7
*
[Sync] Tidy up SyncBackendHost interface.
akalin@chromium.org
2011-01-19
1
-23
/
+23
*
Turn password sync on by default.
johnnyg@chromium.org
2011-01-15
1
-2
/
+2
*
sync: annotate call to join SyncCoreThread to keep ThreadRestrictions happy.
tim@chromium.org
2011-01-13
1
-4
/
+9
*
sync: avoid creating a HistoryModelWorker unless it is needed.
tim@chromium.org
2011-01-13
1
-3
/
+9
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-0
/
+5
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-5
/
+0
*
Rest of the autofill work.
lipalani@chromium.org
2010-12-16
1
-0
/
+64
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add a boolean details to the PASSPHRASE_REQUIRED message that indicates
johnnyg@chromium.org
2010-11-19
1
-4
/
+4
*
sync: bake 'explicit' passphrases into the nigori specifics, rather
tim@chromium.org
2010-11-10
1
-4
/
+16
*
Revert 63447 - sync: enable password sync by default.
tim@chromium.org
2010-11-04
1
-2
/
+2
*
sync: enable password sync by default.
tim@chromium.org
2010-10-21
1
-2
/
+2
*
Revert 63223 - sync: enable password sync by default.
tim@chromium.org
2010-10-20
1
-2
/
+2
*
sync: enable password sync by default.
tim@chromium.org
2010-10-20
1
-2
/
+2
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Nudge syncer when datatypes are deleted. This ensures the deletion happens in...
zea@chromium.org
2010-10-11
1
-10
/
+20
*
Rename ChromeThread to BrowserThread Part5:
tfarina@chromium.org
2010-10-08
1
-1
/
+1
*
sync: Fix Nigori download sequencing.
tim@chromium.org
2010-10-07
1
-5
/
+28
*
sync: Introduce support for split transaction apply/commit changes. Change_pr...
tim@chromium.org
2010-09-23
1
-13
/
+38
*
Take 2 - Get password sync to a usable state.
tim@chromium.org
2010-09-17
1
-1
/
+10
*
Add Sources to several notifications.
tim@chromium.org
2010-09-17
1
-2
/
+2
*
Revert 59618 - Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-17
/
+1
*
Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-1
/
+17
*
Don't start the PasswordModelWorker if there's no PasswordStore.
albertb@chromium.org
2010-09-10
1
-3
/
+9
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
1
-32
/
+38
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-08
1
-9
/
+3
*
Implements the backend for clearing data from the server
tim@chromium.org
2010-09-08
1
-0
/
+33
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-32
/
+29
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-29
/
+32
*
Revert 58768 - Adding the sync-notification-host command line parameter to th...
rsimha@chromium.org
2010-09-07
1
-3
/
+9
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-07
1
-9
/
+3
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+3
*
sync: Add bootstrappability to the Cryptographer.
tim@chromium.org
2010-08-31
1
-5
/
+27
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-7
/
+6
*
Fix permissions on sync files.
erg@google.com
2010-08-11
1
-0
/
+0
*
sync: Fix backend configuration to support sync db refresh.
tim@chromium.org
2010-08-11
1
-32
/
+54
*
Use SSL/TCP port for notifications in sync tests.
rsimha@chromium.org
2010-08-10
1
-0
/
+3
*
Remove sync_types.h. No functions from this file are used, and some of them are
brettw@chromium.org
2010-08-08
1
-2
/
+2
*
Significantly speed up sync integration tests.
rsimha@chromium.org
2010-07-26
1
-0
/
+4
*
Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*
finnur@chromium.org
2010-07-24
1
-0
/
+1
*
Cleanup: Break another common->app dependency.
thestig@chromium.org
2010-07-20
1
-3
/
+5
*
Added switch to use ChromeAsyncSocket for sync.
akalin@chromium.org
2010-07-16
1
-0
/
+3
*
Check for NULL host_ or frontend_ in the sync_backend_host.
albertb@chromium.org
2010-07-15
1
-0
/
+6
*
Microfix to cause ChromeOS to always try to renew credentials.
chron@chromium.org
2010-07-14
1
-1
/
+1
*
Handle birthday errors by disabling sync and deleting sync data. Also added s...
tim@chromium.org
2010-07-14
1
-0
/
+9
*
Fix sync startup ordering to make sense and be less broken (though not perfec...
tim@chromium.org
2010-07-07
1
-6
/
+11
*
Remove NIGORI from the sync routing info.
albertb@chromium.org
2010-07-01
1
-1
/
+0
*
Make sure sync starts up on browser restart as well as initial sync flow.
tim@chromium.org
2010-06-29
1
-3
/
+20
*
New HTML Sync Setup UI.
dantasse@chromium.org
2010-06-25
1
-4
/
+0
[next]