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_preference_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-5
/
+4
*
signin: pull basic SigninManager functionality into new SigninManagerBase class.
tim@chromium.org
2013-04-21
1
-1
/
+2
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
1
-1
/
+1
*
sync: Implementation of Priority Preferences.
albertb@chromium.org
2013-03-27
1
-5
/
+6
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
1
-1
/
+1
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
1
-1
/
+1
*
Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.
joi@chromium.org
2013-02-10
1
-3
/
+5
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-2
/
+2
*
Stop static_cast<StringValue*>'ing from TYPE_STRING values.
kinaba@chromium.org
2013-01-29
1
-4
/
+2
*
Copy entries of broken (having unrecoverable error) data types to delete jour...
haitaol@chromium.org
2013-01-26
1
-2
/
+3
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-2
/
+2
*
sync: use ProfileSyncServiceFactory in all AbstractProfileSyncServiceTest tests.
tim@chromium.org
2012-12-06
1
-31
/
+27
*
[Sync] Have the generic change processor fill the syncer_merge_result
zea@chromium.org
2012-11-27
1
-6
/
+53
*
[Sync] Fix leak in ManagedListPreferences
zea@chromium.org
2012-11-21
1
-5
/
+6
*
[Sync] Ensure association only reads from user preferences.
zea@chromium.org
2012-11-20
1
-0
/
+54
*
[Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManager
zea@chromium.org
2012-11-08
1
-1
/
+1
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
1
-5
/
+5
*
[Sync] Require ProfileSyncService to have an uninitialized backend on shutdown
akalin@chromium.org
2012-10-02
1
-0
/
+1
*
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
-1
/
+1
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
1
-20
/
+20
*
[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
-30
/
+30
*
[Sync] Put everything in sync/api into csync namespace
akalin@chromium.org
2012-06-27
1
-2
/
+2
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
1
-28
/
+28
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
1
-5
/
+5
*
[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
*
Migrate the rest of the "global" prefs.
falken@google.com
2012-05-22
1
-3
/
+3
*
Add additional error logging to investigate Autocomplete Sync failures.
isherman@chromium.org
2012-05-17
1
-1
/
+4
*
[Sync] Move chrome/browser/sync/api to sync/api
akalin@chromium.org
2012-05-15
1
-1
/
+1
*
[Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/
akalin@chromium.org
2012-04-21
1
-5
/
+5
*
sync: Make BaseNode lookup-related Init functions return specific failures.
tim@chromium.org
2012-04-21
1
-4
/
+8
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-4
/
+2
*
[Sync] Have SyncableService's take ownership of their SyncChangeProcessor.
zea@chromium.org
2012-03-23
1
-3
/
+5
*
[Sync] Move 'sync' target to sync/
akalin@chromium.org
2012-03-15
1
-1
/
+1
*
[Sync] Create new top-level sync/ directory
akalin@chromium.org
2012-03-10
1
-2
/
+2
*
Converting TokenService to a ProfileKeyedService.
rlp@chromium.org
2012-03-08
1
-2
/
+2
*
[Sync] Remove SyncableServiceAdapter.
zea@chromium.org
2012-03-06
1
-32
/
+15
*
sync: remove use of protobuf extensions in protocol to reduce static init ove...
tim@chromium.org
2012-03-04
1
-2
/
+2
*
Revert 123872 - Revert 122403 - After model association, while running if the...
lipalani@chromium.org
2012-02-28
1
-6
/
+10
*
Revert 122403 - After model association, while running if the datatype encoun...
lipalani@chromium.org
2012-02-28
1
-10
/
+6
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-1
/
+1
*
After model association, while running if the datatype encounters an error we...
lipalani@chromium.org
2012-02-17
1
-6
/
+10
*
"Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."
atwilson@chromium.org
2012-01-22
1
-2
/
+4
*
Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...
atwilson@chromium.org
2012-01-21
1
-4
/
+2
*
Re-commit r117965 and 117130 with a prospective fix for perf regression.
atwilson@chromium.org
2012-01-21
1
-2
/
+4
*
sync: Make ProfileSyncService a ProfileKeyedService.
tim@chromium.org
2012-01-20
1
-5
/
+7
*
Revert SigninManager changes to see if they were the cause of the perf regres...
atwilson@chromium.org
2012-01-19
1
-5
/
+3
*
Make SigninManager a ProfileKeyedService.
atwilson@chromium.org
2012-01-17
1
-1
/
+2
[next]