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
/
internal_api
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Remove sync/util/oauth.{h,cc} and dependencies
akalin@chromium.org
2012-02-24
1
-8
/
+3
*
[Sync] Ensure we don't unencrypt data if it was previously encrypted.
zea@chromium.org
2012-02-22
3
-4
/
+69
*
sync: Remove the remaining conflict sets code
rlarocque@chromium.org
2012-02-21
1
-1
/
+2
*
[Sync] Remove dependency on common/ for unrecoverable error dump uploading
akalin@chromium.org
2012-02-18
4
-6
/
+40
*
[Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandler
akalin@chromium.org
2012-02-14
5
-42
/
+54
*
[Sync] Split ExtensionsActivityMonitor into {Chrome,}ExtensionsActivityMonitor
akalin@chromium.org
2012-02-14
3
-1
/
+15
*
Fix some unnecessary dcheck cases.
zea@chromium.org
2012-02-09
1
-2
/
+10
*
sync: remove Chrome OS specific logic to deal with flimflam shutdown / sync r...
tim@chromium.org
2012-02-08
1
-15
/
+0
*
Many small sync changes centered around AllStatus
rlarocque@chromium.org
2012-02-03
2
-16
/
+10
*
[Sync] Fix writing of titles when encryption is enabled.
zea@chromium.org
2012-02-03
3
-16
/
+276
*
[Sync] Fix idempotency check for passwords datatype.
zea@chromium.org
2012-02-03
3
-7
/
+178
*
[Sync] Ensure we always re-encrypt with newest gaia password if available.
zea@chromium.org
2012-02-03
5
-75
/
+553
*
Revert 120157 (caused compile failure on chromium os) - [Sync] Ensure we alwa...
kinuko@chromium.org
2012-02-02
5
-542
/
+75
*
[Sync] Ensure we always re-encrypt with newest gaia password if available.
zea@chromium.org
2012-02-02
5
-75
/
+542
*
[Sync] Add sessions API and sync plumbing for refreshing sessions data.
zea@chromium.org
2012-01-26
2
-6
/
+23
*
Remove the last place gettime is called from(SBH). We start the scheduler ass...
lipalani@chromium.org
2012-01-25
1
-14
/
+2
*
The gettime call in updatecredential is not used as it only verifies it can c...
lipalani@chromium.org
2012-01-24
1
-4
/
+2
*
Remove broken variables from sync's AllStatus
rlarocque@chromium.org
2012-01-20
3
-12
/
+3
*
[Sync] Pave the way for fewer asynchronous calls and UI spin while setting a ...
rsimha@chromium.org
2012-01-18
5
-16
/
+51
*
Change autofill profile commit behavior to commit instantly. Enable the perf ...
lipalani@chromium.org
2012-01-18
1
-2
/
+1
*
Add return values to SyncerCommand
rlarocque@chromium.org
2012-01-10
2
-0
/
+82
*
A command line flag to simulate an unrecoverable error.
lipalani@chromium.org
2011-12-28
1
-0
/
+13
*
This is the third patch in the series.
lipalani@chromium.org
2011-12-22
1
-0
/
+1
*
Removes svn:executable flags.
hbono@chromium.org
2011-12-22
2
-0
/
+0
*
This is the second patch in the set. This propagates the unrecoverable error ...
lipalani@chromium.org
2011-12-21
6
-6
/
+62
*
We introduce the concept of nudge delay and each datatype is assigned a delay...
lipalani@chromium.org
2011-12-20
3
-19
/
+122
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-1
/
+1
*
Revert 114909 - [Sync] Add NOTREACHED for empty passphrase.
stevenjb@google.com
2011-12-19
1
-1
/
+0
*
Revert 114941 - We introduce the concept of nudge delay and each datatype is ...
lipalani@chromium.org
2011-12-19
3
-122
/
+19
*
Updated sync manager to include device information in nigori node
tmuehlbauer@google.com
2011-12-19
4
-43
/
+188
*
We introduce the concept of nudge delay and each datatype is assigned a delay...
lipalani@chromium.org
2011-12-18
3
-19
/
+122
*
[Sync] Add NOTREACHED for empty passphrase.
zea@chromium.org
2011-12-17
1
-0
/
+1
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-1
/
+1
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-1
/
+1
*
[Sync] Add intelligent re-encryption support.
zea@chromium.org
2011-12-13
4
-56
/
+246
*
[Sync] Rename ModelEnumSet to ModelTypeSet
akalin@chromium.org
2011-12-13
8
-66
/
+66
*
[Sync] Replace all instances of ModelTypeSet with ModelEnumSet
akalin@chromium.org
2011-12-10
8
-58
/
+67
*
[Sync] Replace all instances of ModelTypeBitSet with ModelEnumSet
akalin@chromium.org
2011-12-08
2
-23
/
+21
*
This move is done so that the file could be referenced from syncable layer.
lipalani@chromium.org
2011-12-08
1
-0
/
+29
*
[Sync] Convert sessions/ directory to ModelEnumSet
akalin@chromium.org
2011-12-07
1
-1
/
+1
*
[Sync] Convert syncable/ directory to ModelEnumSet
akalin@chromium.org
2011-12-06
3
-62
/
+47
*
sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost.
tim@chromium.org
2011-12-02
2
-10
/
+0
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-12-01
1
-1
/
+1
*
[Sync] Convert VLOGs to DVLOGs
akalin@chromium.org
2011-11-29
5
-46
/
+46
*
Add OVERRIDE to chrome/browser/sync/.
avi@chromium.org
2011-11-21
6
-10
/
+16
*
[Sync] Replace uses of ObserverListThreadSafe with WeakHandles
akalin@chromium.org
2011-11-19
4
-45
/
+21
*
Revert the revert. This change was not the cause of the failures, so relanding.
zea@chromium.org
2011-11-17
2
-0
/
+4
*
Revert "[Sync] Add version info to about:sync"
avi@chromium.org
2011-11-17
2
-4
/
+0
*
[Sync] Add version info to about:sync
zea@chromium.org
2011-11-17
2
-0
/
+4
*
[Sync] Add type conversion constructor for WeakHandle
akalin@chromium.org
2011-11-17
1
-1
/
+1
[next]