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
/
components
/
sync_driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Add support for ignoring old invalidations
zea
2015-08-05
5
-5
/
+64
*
Componentize profile_sync_auth_provider
abhishek.a21
2015-08-05
4
-0
/
+210
*
Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.
stanisc
2015-08-05
5
-14
/
+15
*
[Sync] Add support for ordering tab sync tabs by recency
zea
2015-08-04
1
-3
/
+12
*
[Sync] Random cleanups.
pavely
2015-08-04
2
-17
/
+2
*
Sync: Don't set/use Parent ID for non-hierarchical sync data types.
stanisc
2015-07-30
2
-17
/
+3
*
[Sync] Add "catch up" support to DataTypeManagerImpl
maniscalco
2015-07-27
3
-50
/
+169
*
[Sync] Add priority preferences datatype for mobile
zea
2015-07-10
1
-2
/
+1
*
[Sync] Add histograms for data type configuration
zea
2015-07-09
1
-0
/
+13
*
Implement GetFlareForSyncableService on iOS
sdefresne
2015-06-26
3
-0
/
+10
*
Update usages of std::map to use ScopedPtrMap.
mgiuca
2015-06-25
2
-25
/
+16
*
Move OpenTabsUIDelegate and SyncedSessions to sync_driver
droger
2015-06-23
9
-11
/
+247
*
[Sync] Refactor the PSS methods that stop syncing.
maxbogue
2015-06-19
3
-11
/
+17
*
Change histogram.h includes to histogram_macros.h in components/
asvitkine
2015-06-16
2
-2
/
+2
*
[Sync] Rename SyncEnabledAndLoggedIn() to CanStartSync().
maxbogue
2015-06-16
3
-8
/
+4
*
[Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImpl
maniscalco
2015-06-16
1
-0
/
+8
*
Remove kSyncUsingSecondaryPassphrase.
twifkak
2015-06-16
2
-5
/
+0
*
[Sync] Add ProfileSyncService::IsSyncAllowed().
maxbogue
2015-06-11
3
-1
/
+11
*
[Sync] Make InitUniqueByCreation handle preexisting entries
zea
2015-06-10
2
-9
/
+35
*
[iOS] Add FakeSyncService and factory for testing
droger
2015-06-10
3
-0
/
+182
*
[Sync] Rename StartSuppressed to !SyncRequested
maxbogue
2015-06-09
4
-17
/
+23
*
[Sync] Rename SyncActive to IsSyncActive.
maxbogue
2015-06-04
1
-3
/
+3
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
2
-2
/
+2
*
components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-02
13
-89
/
+88
*
[Sync] Add support for associating while downloading within the same priority
zea
2015-05-28
6
-207
/
+438
*
[sync] Add AUTOFILL_WALLET_METADATA sync datatype.
rouslan
2015-05-22
5
-0
/
+7
*
Fixup Wallet sync.
rouslan
2015-05-18
1
-4
/
+2
*
Adding UMA for sync service, to see how many MEMORY_PRESSURE_LEVEL_CRITICAL r...
gangwu
2015-05-16
4
-0
/
+41
*
Reland [Sync] Refactoring polling to be reliable.
zea
2015-05-15
4
-0
/
+20
*
Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...
zea
2015-05-13
4
-20
/
+0
*
[Sync] Refactoring polling to be reliable.
zea
2015-05-13
4
-0
/
+20
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome/browser/...
pranay.kumar
2015-05-07
7
-11
/
+19
*
[Sync] Add support for only prompting for passphrase once
zea
2015-05-01
4
-1
/
+22
*
Bookmark Associator Refactoring
stanisc
2015-04-30
1
-2
/
+3
*
Update {virtual,override} to follow C++11 style in components.
nick
2015-04-28
1
-5
/
+5
*
[Sync] Record histogram for mismatched device_ids
pavely
2015-04-28
1
-0
/
+41
*
Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF
raymes
2015-04-27
1
-51
/
+15
*
Correctly stop models when stopping NonUIDataTypeController.
bzanotti
2015-04-24
2
-1
/
+3
*
Renamed Sync.*StartFailure to Sync.*ConfigureFailure and changed the enum type.
stanisc
2015-04-21
3
-7
/
+9
*
[Sync] Have configuration specify which datatypes are ready to sync
zea
2015-04-17
2
-4
/
+7
*
Add API to sync_driver::SyncService for iOS
droger
2015-04-08
1
-2
/
+116
*
Move ProfileSyncServiceBase to //components/sync_driver
droger
2015-04-03
4
-0
/
+107
*
Instrument UIDataTypeController::Associate Codepaths to Find Jank
robliao
2015-03-30
1
-0
/
+43
*
[Sync] Add support for immediately enabling/disabling wallet datatype
zea
2015-03-26
1
-2
/
+7
*
[Sync] Introduce AttachmentStoreForSync class
pavely
2015-03-25
7
-10
/
+11
*
[Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.
pavely
2015-03-25
2
-22
/
+26
*
[Sync] Split model association into multiple UI tasks
zea
2015-03-23
2
-5
/
+22
*
Remove enhanced bookmarks sync experiment
wittman
2015-03-17
3
-20
/
+0
*
[Sync] Add size and crc32c to AttachmentId.
maniscalco
2015-03-11
1
-6
/
+6
*
[Sync] Refactor AttachmentStore classes. Introduce concept of referrer.
pavely
2015-03-11
9
-46
/
+39
[next]