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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 75200 - Show settings/personal when attempting to call ShowLoginDialog ...
stevenjb@google.com
2011-02-16
1
-2
/
+5
*
Stop using browser signin for passphrase migration, just use the normal signi...
johnnyg@chromium.org
2011-01-21
1
-34
/
+14
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
[Sync] Tidy up SyncBackendHost interface.
akalin@chromium.org
2011-01-19
1
-73
/
+55
*
Change all the places where the multi-purpose sync error link is surfaced to ...
johnnyg@chromium.org
2011-01-19
1
-0
/
+19
*
Further tweaks to the passphrase UI to deal with passphrase entry.
johnnyg@chromium.org
2011-01-13
1
-4
/
+17
*
The sync server supports a new "progress token" scheme that allows data types...
nick@chromium.org
2011-01-13
1
-17
/
+11
*
Chromium build failed with heap leak checker, or configured with
tony@chromium.org
2011-01-13
1
-3
/
+3
*
Add passphrase migration UI according to the flow chart for users who require...
johnnyg@chromium.org
2011-01-08
1
-5
/
+50
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+0
*
Rest of the autofill work.
lipalani@chromium.org
2010-12-16
1
-7
/
+28
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+4
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-2
/
+0
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add a boolean details to the PASSPHRASE_REQUIRED message that indicates
johnnyg@chromium.org
2010-11-19
1
-0
/
+2
*
Allow sync with 2-factor StrongAuth accounts in ChromeOS.
stevenjb@chromium.org
2010-11-18
1
-19
/
+22
*
fix arm build.
tim@chromium.org
2010-11-10
1
-2
/
+2
*
sync: bake 'explicit' passphrases into the nigori specifics, rather
tim@chromium.org
2010-11-10
1
-25
/
+27
*
Clear the suppress-start flag when a user submits credentials, since this ind...
johnnyg@chromium.org
2010-11-01
1
-0
/
+6
*
sync: clear auth error on shutdown.
tim@chromium.org
2010-10-29
1
-0
/
+1
*
[Sync] made --sync-notification-host take an optional port
akalin@chromium.org
2010-10-28
1
-2
/
+30
*
[Sync] Added some switches for testing/debugging.
akalin@chromium.org
2010-10-26
1
-1
/
+13
*
Convert LOG/LOG_IF(INFO) to VLOG/VLOG_IF(1) - chrome/browser/sync
rsimha@chromium.org
2010-10-25
1
-1
/
+1
*
Create a new browser signin layer. This is currently a proxy on top of sync ...
johnnyg@chromium.org
2010-10-25
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/sync/*.
pkasting@chromium.org
2010-10-22
1
-9
/
+7
*
Check for startup suppression at startup, not in AreCredentialsAvailable().
johnnyg@chromium.org
2010-10-21
1
-7
/
+9
*
sync: fix passphrase bootstrapping and more.
tim@chromium.org
2010-10-20
1
-4
/
+6
*
Revert 62699 - [Sync] Added some switches for testing/debugging.
rsimha@chromium.org
2010-10-19
1
-11
/
+6
*
Fix some problems with the ENTER_PASSPHRASE state in sync setup.
johnnyg@chromium.org
2010-10-18
1
-5
/
+13
*
[Sync] Added some switches for testing/debugging.
akalin@chromium.org
2010-10-15
1
-6
/
+11
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Adding a method to the Sync test harness that disables sync for a client.
rsimha@chromium.org
2010-10-13
1
-0
/
+4
*
sync (cros): Don't try to migrate tokens on cros.
tim@chromium.org
2010-10-13
1
-0
/
+6
*
Add timeout to clearing server data
raz@chromium.org
2010-10-13
1
-4
/
+31
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Add UI for setting the encryption passphrase.
johnnyg@chromium.org
2010-10-12
1
-4
/
+16
*
sync: second factor auth support
tim@chromium.org
2010-10-11
1
-1
/
+7
*
sync: Fix Nigori download sequencing.
tim@chromium.org
2010-10-07
1
-32
/
+38
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-29
1
-4
/
+17
*
Revert 60845 (check perms failure) - Added UI for clearing Chrome Sync data
willchan@chromium.org
2010-09-28
1
-17
/
+4
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-28
1
-4
/
+17
*
Fixed bug where the "Keep everything synced" preference wasn't being honored.
akalin@chromium.org
2010-09-24
1
-9
/
+13
*
sync: make default passwords sync pref value false
tim@chromium.org
2010-09-21
1
-1
/
+1
*
Set the migration-completed flag once sync is setup on the new system,
johnnyg@chromium.org
2010-09-21
1
-1
/
+6
*
Remove unnecessary log spew from ProfileSyncService.
tim@chromium.org
2010-09-17
1
-12
/
+0
*
Take 2 - Get password sync to a usable state.
tim@chromium.org
2010-09-17
1
-11
/
+42
*
Add Sources to several notifications.
tim@chromium.org
2010-09-17
1
-13
/
+15
*
Revert 59618 - Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-34
/
+11
*
Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-11
/
+34
*
Re-land: Hook up the dom_ui sync options to the sync service.
albertb@chromium.org
2010-09-15
1
-0
/
+11
[next]