summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/auto_login_prompter.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename TestHtmlDialogObserver to TestWebDialogObserver.tfarina@chromium.org2012-05-021-1/+1
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-1/+1
* Converting TokenService to a ProfileKeyedService.rlp@chromium.org2012-03-081-1/+2
* Remove old reverse auto-login code since it has been decided to implement itrogerta@chromium.org2012-02-231-56/+15
* Add a "Learn more" link to the reverse auto-login inforbar.rogerta@chromium.org2012-01-311-8/+4
* Turn off reverse auto-login for M18. Leave it behind a flag.rogerta@chromium.org2012-01-281-4/+3
* Remove a bunch of GetProfileSyncService callers to use the new factory.tim@chromium.org2012-01-271-2/+7
* Stop cracking open the args parameter from the x-auto-login header since therogerta@chromium.org2012-01-261-6/+31
* Fix string resources for reverse auto-login.rogerta@chromium.org2012-01-241-3/+4
* Unescape username and realm from X-Auto-Login headerqsr@chromium.org2012-01-241-2/+5
* "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."atwilson@chromium.org2012-01-221-2/+2
* Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...atwilson@chromium.org2012-01-211-2/+2
* Re-commit r117965 and 117130 with a prospective fix for perf regression.atwilson@chromium.org2012-01-211-2/+2
* Revert SigninManager changes to see if they were the cause of the perf regres...atwilson@chromium.org2012-01-191-2/+2
* Implement reverse auto-login.rogerta@chromium.org2012-01-131-18/+39
* Moved SigninManager out of browser/sync, and start changing the code so signinatwilson@chromium.org2012-01-111-2/+2
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-5/+5
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-1/+2
* Separating the AutoLoginInfoBarDelegate from the AutoLoginPrompter.qsr@chromium.org2012-01-041-188/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-6/+6
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-7/+8
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* sync: change semantics (and name) of SigninManager::GetUsernametim@chromium.org2011-12-071-1/+1
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+2
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-3/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-18/+20
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-10/+15
* Classes that implement InfoBarDelegates should contain only what's needed to ...pkasting@chromium.org2011-09-261-0/+333