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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 122030 - Start moving signin code out of browser/sync.
rbyers@chromium.org
2012-02-15
9
-130
/
+599
*
Start moving signin code out of browser/sync.
atwilson@chromium.org
2012-02-15
9
-599
/
+130
*
Remove TypedUrlModelAssociator association map.
atwilson@chromium.org
2012-02-15
5
-183
/
+62
*
[Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandler
akalin@chromium.org
2012-02-14
11
-94
/
+105
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-10
/
+11
*
[Sync] Split ExtensionsActivityMonitor into {Chrome,}ExtensionsActivityMonitor
akalin@chromium.org
2012-02-14
21
-387
/
+429
*
Revert 121858 - [cros] Suggest sign-out/sign-in when sync login error appears.
altimofeev@chromium.org
2012-02-14
2
-34
/
+1
*
[cros] Suggest sign-out/sign-in when sync login error appears.
altimofeev@chromium.org
2012-02-14
2
-1
/
+34
*
[Sync] Remove dead code in RegisterNewDatatypes
zea@chromium.org
2012-02-13
1
-5
/
+0
*
Ignore URLs with empty specs, instead of generating errors.
atwilson@chromium.org
2012-02-13
3
-7
/
+69
*
Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...
erg@chromium.org
2012-02-13
3
-4
/
+4
*
Change a couple of TypedUrlVector I missed to history::URLRows.
mrossetti@chromium.org
2012-02-13
2
-5
/
+4
*
Handle updates to expired typed URLs.
atwilson@chromium.org
2012-02-11
3
-6
/
+45
*
[Sync] Ensure we don't access the ProfileSyncFactory after sync shutdown.
zea@chromium.org
2012-02-11
16
-154
/
+189
*
Fix very flaky test AutofillSyncPerfTest.FLAKY_Autofill_P0. There was at lea...
georgey@chromium.org
2012-02-11
3
-66
/
+88
*
[Sync] Make sync unit tests in unit_tests have 'Sync' in their names
akalin@chromium.org
2012-02-11
22
-204
/
+207
*
[Sync] Fix session association of existing tabs.
zea@chromium.org
2012-02-10
3
-17
/
+61
*
Fix sync_session_unittest for Android.
yfriedman@chromium.org
2012-02-10
1
-3
/
+9
*
Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...
mrossetti@chromium.org
2012-02-10
9
-84
/
+79
*
Make the Chrome Web Store Icon Syncable
csharp@chromium.org
2012-02-09
2
-0
/
+46
*
Simplify logic in SyncScheduler::ScheduleNextSync
rlarocque@chromium.org
2012-02-09
3
-87
/
+78
*
Fix some unnecessary dcheck cases.
zea@chromium.org
2012-02-09
1
-2
/
+10
*
[sync] delete old setup flow resources
estade@chromium.org
2012-02-09
7
-1038
/
+0
*
ABORT is returned when the association operation is cancelled after start(say...
lipalani@chromium.org
2012-02-09
2
-2
/
+3
*
[Sync] Make Bookmark datatype more resilient against bookmark model failures.
zea@chromium.org
2012-02-08
2
-5
/
+26
*
Fix memory leak introduced by 120942
akalin@chromium.org
2012-02-08
2
-9
/
+21
*
[Sync] Fix thread-ordering-dependent NULL dereference in NewNonFrontendDTC
akalin@chromium.org
2012-02-08
10
-259
/
+479
*
sync: remove Chrome OS specific logic to deal with flimflam shutdown / sync r...
tim@chromium.org
2012-02-08
1
-15
/
+0
*
Convert final GetProfileSyncService callers to use profile keyed factory.
tim@chromium.org
2012-02-08
12
-29
/
+37
*
Sync comments between server and client side proto bufs.
albertb@chromium.org
2012-02-08
1
-1
/
+13
*
We make the server return error during the sync setup(configuration) and we m...
lipalani@chromium.org
2012-02-08
5
-7
/
+66
*
Revert 120698 - [Sync] Fix thread-ordering-dependent NULL dereference in NewN...
akalin@chromium.org
2012-02-07
6
-292
/
+202
*
[Sync] Fix thread-ordering-dependent NULL dereference in NewNonFrontendDTC
akalin@chromium.org
2012-02-07
6
-202
/
+292
*
[Sync] Don't commit items with predecessors/parents in conflict.
zea@chromium.org
2012-02-06
5
-299
/
+313
*
Many small sync changes centered around AllStatus
rlarocque@chromium.org
2012-02-03
14
-146
/
+28
*
[Sync] Fix DCHECK() following AwaitQuiescence() failure
akalin@chromium.org
2012-02-03
2
-10
/
+8
*
[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
23
-154
/
+739
*
[Sync] Introduce DataTypeConfigurer interface for use by DataTypeManager
akalin@chromium.org
2012-02-02
11
-558
/
+720
*
[Sync] Consolidate DataTypeController methods that post on the backend thread
akalin@chromium.org
2012-02-02
19
-221
/
+187
*
Revert 120157 (caused compile failure on chromium os) - [Sync] Ensure we alwa...
kinuko@chromium.org
2012-02-02
23
-728
/
+154
*
Reapplying 120150 - [Sync] Add ChromeSyncNotificationBridge class to sync no...
kinuko@chromium.org
2012-02-02
15
-14
/
+725
*
Revert 120150 (due to compile failure on chromiumos aura) - [Sync] Add Chrome...
eroman@chromium.org
2012-02-02
15
-725
/
+14
*
[Sync] Ensure we always re-encrypt with newest gaia password if available.
zea@chromium.org
2012-02-02
23
-154
/
+728
*
[Sync] Add ChromeSyncNotificationBridge class to sync notifier framework for ...
zea@chromium.org
2012-02-02
15
-14
/
+725
*
Remove a bunch of easy entries from chrome\browser\DEPS.
jam@chromium.org
2012-01-31
2
-6
/
+4
*
Enable syncing of extension settings in integration tests.
kalman@chromium.org
2012-01-29
3
-4
/
+10
*
Currently when there are errors during first sync(configure) we trigger an u...
lipalani@chromium.org
2012-01-29
17
-43
/
+170
*
Revert r119615 "Enable syncing of extension settings in integration tests."
maruel@chromium.org
2012-01-28
3
-10
/
+4
[next]