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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook...
zea@chromium.org
2011-02-17
1
-19
/
+0
*
[Sync] Initial support for encrypting any datatype (no UI hookup yet).
zea@chromium.org
2011-02-17
1
-0
/
+19
*
[Sync] Add JS scriptability to syncapi
akalin@chromium.org
2011-02-01
1
-0
/
+12
*
From the enter-passphrase screen in sync setup, canceling should only disable...
johnnyg@chromium.org
2011-01-26
1
-0
/
+3
*
[Sync] Refactored ProfileSyncService and remove its backend() function
akalin@chromium.org
2011-01-24
1
-6
/
+54
*
Stop using browser signin for passphrase migration, just use the normal signi...
johnnyg@chromium.org
2011-01-21
1
-8
/
+4
*
[Sync] Tidy up SyncBackendHost interface.
akalin@chromium.org
2011-01-19
1
-0
/
+4
*
Change all the places where the multi-purpose sync error link is surfaced to ...
johnnyg@chromium.org
2011-01-19
1
-0
/
+5
*
Further tweaks to the passphrase UI to deal with passphrase entry.
johnnyg@chromium.org
2011-01-13
1
-2
/
+24
*
Add passphrase migration UI according to the flow chart for users who require...
johnnyg@chromium.org
2011-01-08
1
-0
/
+10
*
Fixing the crash in about:sync code. This was caused by a race condition.
lipalani@chromium.org
2011-01-06
1
-0
/
+4
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-3
/
+1
*
Add a boolean details to the PASSPHRASE_REQUIRED message that indicates
johnnyg@chromium.org
2010-11-19
1
-0
/
+8
*
Allow sync with 2-factor StrongAuth accounts in ChromeOS.
stevenjb@chromium.org
2010-11-18
1
-2
/
+3
*
sync: bake 'explicit' passphrases into the nigori specifics, rather
tim@chromium.org
2010-11-10
1
-7
/
+22
*
Take 3: Refactor, relocate and rename ProfileSyncServiceTestHarness.
rsimha@chromium.org
2010-10-26
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
-1
/
+1
*
Fix some problems with the ENTER_PASSPHRASE state in sync setup.
johnnyg@chromium.org
2010-10-18
1
-5
/
+9
*
[Sync] fix about:sync crash with unrecoverable error
akalin@chromium.org
2010-10-15
1
-3
/
+3
*
Adding a method to the Sync test harness that disables sync for a client.
rsimha@chromium.org
2010-10-13
1
-1
/
+4
*
Add timeout to clearing server data
raz@chromium.org
2010-10-13
1
-0
/
+9
*
Add UI for setting the encryption passphrase.
johnnyg@chromium.org
2010-10-12
1
-3
/
+8
*
sync: second factor auth support
tim@chromium.org
2010-10-11
1
-1
/
+2
*
Add a promptBrowserLogin method to webstorePrivate extension API
asargent@chromium.org
2010-10-11
1
-2
/
+2
*
Fix inconsistent line endings problem.
asargent@chromium.org
2010-10-11
1
-2
/
+2
*
sync: Fix Nigori download sequencing.
tim@chromium.org
2010-10-07
1
-3
/
+8
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-29
1
-0
/
+15
*
Revert 60845 (check perms failure) - Added UI for clearing Chrome Sync data
willchan@chromium.org
2010-09-28
1
-15
/
+0
*
Added UI for clearing Chrome Sync data
raz@chromium.org
2010-09-28
1
-0
/
+15
*
Revert 60556 (broke chrome, at least on linux) - Refactor, rename and relocat...
thakis@chromium.org
2010-09-25
1
-2
/
+1
*
Refactor, rename and relocate ProfileSyncServiceTestHarness.
rsimha@chromium.org
2010-09-25
1
-1
/
+2
*
sync: make default passwords sync pref value false
tim@chromium.org
2010-09-21
1
-0
/
+1
*
Remove unnecessary log spew from ProfileSyncService.
tim@chromium.org
2010-09-17
1
-0
/
+2
*
Take 2 - Get password sync to a usable state.
tim@chromium.org
2010-09-17
1
-0
/
+6
*
Revert 59618 - Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-6
/
+0
*
Get password sync to a usable state.
tim@chromium.org
2010-09-16
1
-0
/
+6
*
2nd attempt at http://codereview.chromium.org/3305003/show
johnnyg@chromium.org
2010-09-09
1
-23
/
+30
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-08
1
-7
/
+4
*
Implements the backend for clearing data from the server
tim@chromium.org
2010-09-08
1
-0
/
+5
*
Revert 58778 - New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-30
/
+23
*
New authorization framework for sync.
johnnyg@chromium.org
2010-09-08
1
-23
/
+30
*
Revert 58768 - Adding the sync-notification-host command line parameter to th...
rsimha@chromium.org
2010-09-07
1
-4
/
+7
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-07
1
-7
/
+4
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Switch to GoogleServiceAuthError struct instead of GaiaAuthError.
chron@chromium.org
2010-08-19
1
-1
/
+1
*
sync: take two for:
tim@chromium.org
2010-08-18
1
-4
/
+11
*
Revert 56423 - Added classes to enable session sync functionality.
tim@chromium.org
2010-08-17
1
-11
/
+4
*
Added classes to enable session sync functionality.
tim@chromium.org
2010-08-17
1
-4
/
+11
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
1
-1
/
+0
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-1
/
+1
[next]