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
/
profile_sync_service_mock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename signedin -> signed_in in order to be consistent with our conventions f...
lipalani@chromium.org
2013-09-03
1
-2
/
+2
*
Sessions API - previously Session Restore API. Supports restoring currently o...
dwankri@chromium.org
2013-08-23
1
-0
/
+2
*
Revert 219066 "Sessions API - previously Session Restore API. Su..."
creis@chromium.org
2013-08-22
1
-2
/
+0
*
Sessions API - previously Session Restore API. Supports restoring currently o...
dwankri@chromium.org
2013-08-22
1
-0
/
+2
*
Implementation of DeviceInfo API (get). The API is not yet exposed the dev ch...
lipalani@chromium.org
2013-08-20
1
-2
/
+4
*
Revert 218087 "Plumbing to expose DeviceInfo API (get) to dev ch..."
yoz@chromium.org
2013-08-16
1
-4
/
+2
*
Plumbing to expose DeviceInfo API (get) to dev channel.
lipalani@chromium.org
2013-08-16
1
-2
/
+4
*
Function to get all signed in devices along with their public id. The public ...
lipalani@chromium.org
2013-08-02
1
-0
/
+8
*
Convert PSS to use OAuth2TokenService notifications instead of TokenService n...
rogerta@chromium.org
2013-07-18
1
-2
/
+2
*
Use OAuth2 token for sync
pavely@chromium.org
2013-06-13
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/sync*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Unrevert "[Sync] Split GetPreferredTypes into GetActiveType...""
zea@chromium.org
2013-06-04
1
-0
/
+1
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
1
-2
/
+2
*
Remove sync-related login code on OS_CHROMEOS platforms.
atwilson@chromium.org
2013-05-16
1
-1
/
+1
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
1
-1
/
+2
*
[Sync] Ensure sync UI always uses new encryption mode
zea@chromium.org
2013-04-03
1
-0
/
+1
*
Add new status msg when sync is stopped via the dashboard
atwilson@chromium.org
2013-02-09
1
-0
/
+1
*
Allow signin to continue even if sync is disabled by policy.
atwilson@chromium.org
2013-02-03
1
-0
/
+1
*
sync: centralize sync startup decisions in TryStart.
tim@chromium.org
2012-11-30
1
-1
/
+2
*
[Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManager
zea@chromium.org
2012-11-08
1
-3
/
+4
*
[Sync] Add custom passphrase time tracking
zea@chromium.org
2012-10-12
1
-0
/
+2
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
1
-1
/
+1
*
[sync] Divorce DataTypeManager from NotificationService notifications by cre...
rsimha@chromium.org
2012-08-17
1
-0
/
+7
*
sync: Track validity of about:sync fields
rlarocque@chromium.org
2012-07-19
1
-2
/
+2
*
Remove #pragma once from chrome/browser/sync
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
1
-7
/
+7
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
1
-1
/
+1
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
1
-6
/
+6
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
1
-1
/
+1
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
1
-5
/
+5
*
sync: rename OnDisableDatatype to DisableBrokenDatatype.
tim@chromium.org
2012-06-18
1
-1
/
+1
*
sync: don't make DataTypeErrorHandler inherit UnrecoverableErrorHandler
tim@chromium.org
2012-06-18
1
-0
/
+3
*
[Sync] Add histogram to track the reason for unrecoverable errors at the PSS.
zea@chromium.org
2012-06-14
1
-1
/
+1
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
1
-1
/
+1
*
Treat SyncCredentialsLost as an auth error
atwilson@chromium.org
2012-05-16
1
-1
/
+2
*
Remove ProfileSyncService::ShowErrorUI().
atwilson@chromium.org
2012-04-26
1
-2
/
+0
*
[Sync] Convert SyncSessionSnapshot to a copy-able class.
zea@chromium.org
2012-04-24
1
-1
/
+1
*
Removed ProfileSyncService::UIShouldDepictAuthInProgress
atwilson@chromium.org
2012-04-11
1
-1
/
+0
*
Removed SyncSetupFlow and SyncSetupWizard.
atwilson@chromium.org
2012-03-23
1
-1
/
+13
*
Profiles: Really fix refcounted services.
erg@chromium.org
2012-03-16
1
-1
/
+1
*
[Sync] Move 'sync' target to sync/
akalin@chromium.org
2012-03-15
1
-2
/
+2
*
Move handling of OAuth2 token out of ProfileSyncService.
atwilson@chromium.org
2012-03-06
1
-1
/
+2
*
Added tests for SigninTracker and SyncSetupHandler.
atwilson@chromium.org
2012-02-23
1
-0
/
+8
*
"Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."
atwilson@chromium.org
2012-01-22
1
-1
/
+2
*
Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...
atwilson@chromium.org
2012-01-21
1
-2
/
+1
*
Re-commit r117965 and 117130 with a prospective fix for perf regression.
atwilson@chromium.org
2012-01-21
1
-1
/
+2
*
Revert SigninManager changes to see if they were the cause of the perf regres...
atwilson@chromium.org
2012-01-19
1
-2
/
+1
*
Moved SigninManager out of browser/sync, and start changing the code so signin
atwilson@chromium.org
2012-01-11
1
-1
/
+2
*
[Sync] Rename ModelEnumSet to ModelTypeSet
akalin@chromium.org
2011-12-13
1
-3
/
+3
*
[Sync] Replace all instances of ModelTypeSet with ModelEnumSet
akalin@chromium.org
2011-12-10
1
-5
/
+3
[next]