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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-4
/
+4
*
Disable sync if the user is signed out.
atwilson@chromium.org
2013-02-05
1
-0
/
+28
*
Remove syncer::IncomingInvalidationSource
rlarocque@chromium.org
2013-02-02
1
-5
/
+3
*
Don't try to read notifications state from sync DB
rlarocque@chromium.org
2013-01-29
1
-8
/
+0
*
Copy entries of broken (having unrecoverable error) data types to delete jour...
haitaol@chromium.org
2013-01-26
1
-3
/
+3
*
Move auth-error reporting code out of SyncGlobalError and into SigninGlobalError
atwilson@chromium.org
2013-01-17
1
-0
/
+1
*
Revert 177136
creis@chromium.org
2013-01-16
1
-1
/
+0
*
Move auth-error reporting code out of SyncGlobalError and into SigninGlobalError
atwilson@chromium.org
2013-01-16
1
-0
/
+1
*
GTTF: No more FLAKY_ .
phajdan.jr@chromium.org
2012-12-21
1
-1
/
+1
*
Remove initial_sync_ended bits
rlarocque@chromium.org
2012-12-12
1
-0
/
+12
*
sync: make sure we NotifyObservers when setup state changes.
tim@chromium.org
2012-12-07
1
-0
/
+27
*
sync: use ProfileSyncServiceFactory in all AbstractProfileSyncServiceTest tests.
tim@chromium.org
2012-12-06
1
-10
/
+5
*
Sync: Add DeviceInfo's ChangeProcessor
rlarocque@chromium.org
2012-11-21
1
-1
/
+1
*
chrome/browser: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-17
1
-2
/
+2
*
[Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManager
zea@chromium.org
2012-11-08
1
-3
/
+3
*
[Sync] Use synchronous init for PSSTest.DisableInvalidationsOnStop test
akalin@chromium.org
2012-10-08
1
-2
/
+3
*
Disable flaky test: DisableInvalidationsOnStop
ilevy@chromium.org
2012-10-07
1
-1
/
+2
*
[Sync] Notify invalidation handlers when sync is disabled/enabled
akalin@chromium.org
2012-10-06
1
-0
/
+25
*
[Invalidations] Require there to be no registered handlers on Invalidator des...
akalin@chromium.org
2012-10-05
1
-0
/
+3
*
Rename ModelType/ObjectIdStateMap to InvalidationMap.
dcheng@chromium.org
2012-10-04
1
-7
/
+7
*
[Sync] Require ProfileSyncService to have an uninitialized backend on shutdown
akalin@chromium.org
2012-10-02
1
-0
/
+4
*
Split user agent code out of the 'glue' target
stuartmorgan@chromium.org
2012-09-10
1
-1
/
+1
*
[Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend}
akalin@chromium.org
2012-09-07
1
-144
/
+243
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
1
-1
/
+1
*
Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler.
dcheng@chromium.org
2012-08-28
1
-20
/
+20
*
[Sync] Use fakes for SyncNotifier{,Observer} instead of mocks
akalin@chromium.org
2012-08-24
1
-15
/
+19
*
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
dcheng@chromium.org
2012-08-24
1
-9
/
+10
*
[sync] Divorce DataTypeManager from NotificationService notifications by cre...
rsimha@chromium.org
2012-08-17
1
-3
/
+3
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
1
-2
/
+6
*
Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown
jeremya@chromium.org
2012-08-10
1
-3
/
+1
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
1
-1
/
+3
*
[Sync] Print out notification state explicitly in about:sync
akalin@chromium.org
2012-08-07
1
-2
/
+2
*
[Sync] Address msw's comments for r149747
akalin@chromium.org
2012-08-04
1
-7
/
+19
*
[Sync] Enable adding notifier observers from ProfileSyncService
akalin@chromium.org
2012-08-02
1
-14
/
+68
*
Fix SyncManager initialization failure crash.
rlarocque@chromium.org
2012-07-31
1
-26
/
+15
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
1
-10
/
+10
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
1
-10
/
+10
*
Upstream most of the user agent code for Android.
yfriedman@chromium.org
2012-06-19
1
-5
/
+2
*
Revert 142563 - Handle sync database corruption with re-download
zea@chromium.org
2012-06-18
1
-0
/
+23
*
Handle sync database corruption with re-download
rlarocque@chromium.org
2012-06-16
1
-23
/
+0
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-14
1
-0
/
+2
*
Revert 136499 - Taking over issue 10006037.
yusukes@google.com
2012-05-11
1
-2
/
+0
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-11
1
-0
/
+2
*
Make SyncManagerTests use in-memory sqlite
rlarocque@chromium.org
2012-03-16
1
-6
/
+10
*
[Sync] Move 'sync' target to sync/
akalin@chromium.org
2012-03-15
1
-3
/
+3
*
Converting TokenService to a ProfileKeyedService.
rlp@chromium.org
2012-03-08
1
-2
/
+5
*
"Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."
atwilson@chromium.org
2012-01-22
1
-7
/
+11
*
Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...
atwilson@chromium.org
2012-01-21
1
-11
/
+7
[next]