summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/sync
Commit message (Expand)AuthorAgeFilesLines
* Add a new SyncedTabDelegate for Android.shashishekhar@chromium.org2013-05-302-0/+3
* Client changes for disabled dasher accountpavely@chromium.org2013-05-292-7/+18
* Restructure user-creation flow for modularity and error-reporting.pam@chromium.org2013-05-292-7/+16
* Making the condition for showing signin in one click case more general.jwd@chromium.org2013-05-281-5/+2
* Record blocked navigations for managed users.bauerb@chromium.org2013-05-242-0/+29
* Revert 201968 "Revert 201837 "OOP import on Windows.""dbeam@chromium.org2013-05-241-6/+1
* Revert 201837 "OOP import on Windows."dbeam@chromium.org2013-05-241-1/+6
* OOP import on Windows.gab@chromium.org2013-05-231-6/+1
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-3/+3
* Eliminate BrowserProcess dependency from sign-in production code.joi@chromium.org2013-05-181-1/+1
* Refactor app_login out of ChromeOSguohui@chromium.org2013-05-152-0/+110
* Ensure that a valid browser pointer is used when displaying the sign-in error...noms@chromium.org2013-05-132-12/+11
* Add logging to ProfileSigninConfirmationHelper for debugging.dconnelly@chromium.org2013-05-131-4/+22
* signin: move SigninManagerBase::Signout to SigninManager.tim@chromium.org2013-05-132-1/+2
* chrome: Use base::MessageLoop. (Part 2)xhwang@chromium.org2013-05-081-2/+2
* Move post-signin confirmation bubble to OneClickSigninSyncStarter.atwilson@chromium.org2013-05-084-143/+189
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-1/+1
* Removing branching code for bubble/dialog field trial.jwd@chromium.org2013-05-051-11/+1
* With instant extended enabled, signing in from a non chrome://apps page or sk...kmadhusu@chromium.org2013-05-041-1/+5
* Introduce SigninManagerDelegate and use to eliminate CookieSettings dependency.joi@chromium.org2013-05-041-2/+5
* Fixed merge error - re-added missing breakatwilson@chromium.org2013-05-031-0/+1
* Do not display SAML confirmation dialog if we are displaying managed acct promptatwilson@chromium.org2013-05-034-76/+130
* Formatting cleanup. Should be no code change.pkasting@chromium.org2013-05-031-41/+69
* Win: Display a native bubble (instead of the JS one) after the web signin flow.noms@chromium.org2013-05-013-80/+29
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Moved policy-related UI code out of SigninManager.atwilson@chromium.org2013-04-303-13/+253
* Reland r197261 with correct build fix.pkasting@chromium.org2013-04-302-10/+11
* Revert 197261 "Final set of moves/reorders that didn't make r197..."tkent@chromium.org2013-04-302-11/+10
* Final set of moves/reorders that didn't make r197198.pkasting@chromium.org2013-04-302-10/+11
* Reorder pieces of code. No other changes.pkasting@chromium.org2013-04-302-52/+54
* Remove unnecessary un-observe calls that will be done by the dtorbcwhite@chromium.org2013-04-261-2/+0
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-261-4/+5
* Directly logging interactions with the one click confirmation dialog.jwd@chromium.org2013-04-253-0/+39
* Remove one-click signin inforbar, since its now replaced with the gaiarogerta@chromium.org2013-04-254-268/+1
* Removed CR from one_click_signin_sync_starter.cc.atwilson@chromium.org2013-04-251-3/+3
* Add InfoBarDelegate::web_contents(). This is convenient for the number ofpkasting@chromium.org2013-04-241-6/+5
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@chromium.org2013-04-241-0/+12
* Only delete history item during redirect from sign-in landing page.bcwhite@chromium.org2013-04-241-2/+4
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-3/+3
* Revert 195811 "Explicitly construct/destruct UserManager and dep..."kalman@chromium.org2013-04-231-8/+0
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@google.com2013-04-231-0/+8
* signin: pull basic SigninManager functionality into new SigninManagerBase class.tim@chromium.org2013-04-211-4/+5
* Remove landing page from history when redirecting to NTP so that the back-but...bcwhite@chromium.org2013-04-192-0/+56
* Move signin_manager_fake.* to fake_signin_manager.*atwilson@chromium.org2013-04-181-1/+1
* Be more consistent about respecting link click dispositions in infobars: for ...pkasting@chromium.org2013-04-161-1/+2
* Fixing a bug where the one click signin infobar showed up when it shouldn't.jwd@chromium.org2013-04-131-2/+3
* Add SAML support for chrome sign in.rogerta@chromium.org2013-04-123-31/+55
* Properly handle user cancellation of signin.atwilson@chromium.org2013-04-123-29/+66
* Refactor helper code out of ProfileSigninConfirmationDialog.dconnelly@chromium.org2013-04-114-0/+542
* Correctly logging One-click shown and dismissed actions.jwd@chromium.org2013-04-092-2/+11